First re-arranging the data
## Warning: Using an external vector in selections was deprecated in tidyselect 1.1.0.
## ℹ Please use `all_of()` or `any_of()` instead.
## # Was:
## data %>% select(tag_columns)
##
## # Now:
## data %>% select(all_of(tag_columns))
##
## See <https://tidyselect.r-lib.org/reference/faq-external-vector.html>.
## This warning is displayed once every 8 hours.
## Call `lifecycle::last_lifecycle_warnings()` to see where this warning was
## generated.
## `summarise()` has grouped output by 'school_state'. You can override using the
## `.groups` argument.
## # A tibble: 4,111 × 4
## # Groups: school_state [43]
## school_state Tag Total_Count Unique_Schools
## <chr> <chr> <dbl> <int>
## 1 California time_pbl 48 12
## 2 Colorado time_pbl 25 8
## 3 California practices_pbl 20 20
## 4 Michigan time_accommodations 20 5
## 5 California practices_assessments_deeper 19 19
## 6 California practices_assessments_sel 19 19
## 7 California practices_opportunities_mastery 19 19
## 8 California practices_sel_integrated 19 19
## 9 California practices_restorative 18 18
## 10 California time_all_courses_designed_for_inclus… 18 5
## # ℹ 4,101 more rows
## # A tibble: 4,111 × 4
## # Groups: school_state [43]
## school_state Tag Total_Count Unique_Schools
## <chr> <chr> <dbl> <int>
## 1 California time_pbl 48 12
## 2 Colorado time_pbl 25 8
## 3 California practices_pbl 20 20
## 4 Michigan time_accommodations 20 5
## 5 California practices_assessments_deeper 19 19
## 6 California practices_assessments_sel 19 19
## 7 California practices_opportunities_mastery 19 19
## 8 California practices_sel_integrated 19 19
## 9 California practices_restorative 18 18
## 10 California time_all_courses_designed_for_inclus… 18 5
## # ℹ 4,101 more rows
## school_id Tag Count
## 1 3 practices_all_courses_designed_for_inclusion 1
## 2 3 practices_assessments_deeper 1
## 3 3 practices_assessments_sel 1
## 4 3 practices_blended_learning 1
## 5 3 practices_co_leaders 1
## 6 3 practices_community_partnerships 1
## 7 3 practices_community_supports 1
## 8 3 practices_design_marginalized 1
## 9 3 practices_expanded_open_hours 1
## 10 3 practices_extended_learning 1
## 11 3 practices_opportunities_mastery 1
## 12 3 practices_pbl 1
## 13 3 practices_peer_to_peer 1
## 14 3 practices_reallocation_resources 1
## 15 3 practices_teachers_leaders 1
## 16 3 core_community_partnerships 1
## 17 3 core_expanded_open_hours 1
## 18 3 core_reallocation_resources 1
## 19 3 time_community_partnerships 4
## 20 3 time_expanded_open_hours 4
## 21 3 time_reallocation_resources 4
## 22 8 practices_accommodations 1
## 23 8 practices_adult_wellness 1
## 24 8 practices_advancement_mastery 1
## 25 8 practices_advisories 1
## 26 8 practices_all_courses_designed_for_inclusion 1
## 27 8 practices_anti_racist 1
## 28 8 practices_assessments_agency 1
## 29 8 practices_assessments_deeper 1
## 30 8 practices_assessments_sel 1
## 31 8 practices_blended_learning 1
## 32 8 practices_co_leaders 1
## 33 8 practices_community_partnerships 1
## 34 8 practices_competency_education 1
## 35 8 practices_competency_framework 1
## 36 8 practices_culturally_responsive 1
## 37 8 practices_design_marginalized 1
## 38 8 practices_design_thinking 1
## 39 8 practices_elimination_tracking 1
## 40 8 practices_expanded_open_hours 1
## 41 8 practices_extended_learning 1
## 42 8 practices_families_leaders 1
## 43 8 practices_flexible_facilities 1
## 44 8 practices_grading_mastery 1
## 45 8 practices_hiring_equity 1
## 46 8 practices_interdisciplinary 1
## 47 8 practices_interoperability 1
## 48 8 practices_learning_paths 1
## 49 8 practices_makerspace 1
## 50 8 practices_mentoring 1
## 51 8 practices_mtss_academics 1
## 52 8 practices_multi_age 1
## 53 8 practices_opportunities_mastery 1
## 54 8 practices_pbl 1
## 55 8 practices_peer_to_peer 1
## 56 8 practices_performance_assessment 1
## 57 8 practices_place_based 1
## 58 8 practices_restorative 1
## 59 8 practices_sel_curriculum 1
## 60 8 practices_sel_integrated 1
## 61 8 practices_service_learning 1
## 62 8 practices_social_justice 1
## 63 8 practices_station_rotation 1
## 64 8 practices_student_conferences 1
## 65 8 practices_student_goals 1
## 66 8 practices_student_pace 1
## 67 8 practices_student_projects 1
## 68 8 practices_students_leaders 1
## 69 8 practices_teachers_leaders 1
## 70 8 practices_trauma_informed 1
## 71 8 practices_udl 1
## 72 8 core_interdisciplinary 1
## 73 8 core_learning_paths 1
## 74 8 core_sel_integrated 1
## 75 8 core_service_learning 1
## 76 8 core_udl 1
## 77 8 time_interdisciplinary 4
## 78 8 time_learning_paths 4
## 79 8 time_sel_integrated 4
## 80 8 time_service_learning 4
## 81 8 time_udl 4
## 82 10 practices_adult_wellness 1
## 83 10 practices_advancement_mastery 1
## 84 10 practices_assessments_career 1
## 85 10 practices_assessments_sel 1
## 86 10 practices_blended_learning 1
## 87 10 practices_co_leaders 1
## 88 10 practices_community_partnerships 1
## 89 10 practices_culturally_responsive 1
## 90 10 practices_design_marginalized 1
## 91 10 practices_extended_learning 1
## 92 10 practices_families_leaders 1
## 93 10 practices_hiring_equity 1
## 94 10 practices_restorative 1
## 95 10 practices_station_rotation 1
## 96 10 practices_teachers_leaders 1
## 97 10 practices_tutoring 1
## 98 10 core_extended_learning 1
## 99 10 core_station_rotation 1
## 100 10 core_tutoring 1
## 101 10 time_extended_learning 2
## 102 10 time_station_rotation 2
## 103 10 time_tutoring 2
## 104 15 practices_accommodations 1
## 105 15 practices_advancement_mastery 1
## 106 15 practices_advisories 1
## 107 15 practices_all_courses_designed_for_inclusion 1
## 108 15 practices_anti_racist 1
## 109 15 practices_assessments_deeper 1
## 110 15 practices_assessments_sel 1
## 111 15 practices_blended_learning 1
## 112 15 practices_career_prep 1
## 113 15 practices_co_leaders 1
## 114 15 practices_community_partnerships 1
## 115 15 practices_community_supports 1
## 116 15 practices_competency_education 1
## 117 15 practices_competency_framework 1
## 118 15 practices_culturally_responsive 1
## 119 15 practices_design_marginalized 1
## 120 15 practices_early_college 1
## 121 15 practices_elimination_tracking 1
## 122 15 practices_expanded_open_hours 1
## 123 15 practices_extended_learning 1
## 124 15 practices_grading_mastery 1
## 125 15 practices_hiring_equity 1
## 126 15 practices_interdisciplinary 1
## 127 15 practices_interoperability 1
## 128 15 practices_learning_paths 1
## 129 15 practices_mental_health 1
## 130 15 practices_mentoring 1
## 131 15 practices_multi_age 1
## 132 15 practices_opportunities_mastery 1
## 133 15 practices_pbl 1
## 134 15 practices_peer_to_peer 1
## 135 15 practices_performance_assessment 1
## 136 15 practices_physical_well_being 1
## 137 15 practices_place_based 1
## 138 15 practices_reallocation_resources 1
## 139 15 practices_restorative 1
## 140 15 practices_sel_curriculum 1
## 141 15 practices_sel_integrated 1
## 142 15 practices_service_learning 1
## 143 15 practices_social_justice 1
## 144 15 practices_student_conferences 1
## 145 15 practices_student_data 1
## 146 15 practices_student_goals 1
## 147 15 practices_student_pace 1
## 148 15 practices_student_projects 1
## 149 15 practices_students_leaders 1
## 150 15 practices_teachers_leaders 1
## 151 15 practices_trauma_informed 1
## 152 15 practices_tutoring 1
## 153 15 practices_udl 1
## 154 15 core_anti_racist 1
## 155 15 core_community_partnerships 1
## 156 15 core_pbl 1
## 157 15 core_teachers_leaders 1
## 158 15 core_udl 1
## 159 15 time_anti_racist 4
## 160 15 time_community_partnerships 4
## 161 15 time_pbl 4
## 162 15 time_teachers_leaders 4
## 163 15 time_udl 4
## 164 22 practices_accommodations 1
## 165 22 practices_adult_wellness 1
## 166 22 practices_advisories 1
## 167 22 practices_all_courses_designed_for_inclusion 1
## 168 22 practices_anti_racist 1
## 169 22 practices_assessments_agency 1
## 170 22 practices_assessments_deeper 1
## 171 22 practices_assessments_sel 1
## 172 22 practices_career_prep 1
## 173 22 practices_co_leaders 1
## 174 22 practices_community_partnerships 1
## 175 22 practices_community_supports 1
## 176 22 practices_culturally_responsive 1
## 177 22 practices_design_marginalized 1
## 178 22 practices_disaggregated_participation_data 1
## 179 22 practices_early_college 1
## 180 22 practices_elimination_tracking 1
## 181 22 practices_expanded_open_hours 1
## 182 22 practices_extended_learning 1
## 183 22 practices_families_leaders 1
## 184 22 practices_flexible_staffing 1
## 185 22 practices_grading_mastery 1
## 186 22 practices_hiring_equity 1
## 187 22 practices_interdisciplinary 1
## 188 22 practices_learning_paths 1
## 189 22 practices_mental_health 1
## 190 22 practices_mentoring 1
## 191 22 practices_mtss_academics 1
## 192 22 practices_multi_age 1
## 193 22 practices_opportunities_mastery 1
## 194 22 practices_pbl 1
## 195 22 practices_peer_to_peer 1
## 196 22 practices_performance_assessment 1
## 197 22 practices_physical_well_being 1
## 198 22 practices_place_based 1
## 199 22 practices_reallocation_resources 1
## 200 22 practices_restorative 1
## 201 22 practices_sel_curriculum 1
## 202 22 practices_sel_integrated 1
## 203 22 practices_service_learning 1
## 204 22 practices_social_justice 1
## 205 22 practices_student_goals 1
## 206 22 practices_student_pace 1
## 207 22 practices_student_projects 1
## 208 22 practices_students_leaders 1
## 209 22 practices_teachers_leaders 1
## 210 22 practices_trauma_informed 1
## 211 22 practices_tutoring 1
## 212 22 core_advisories 1
## 213 22 core_career_prep 1
## 214 22 core_culturally_responsive 1
## 215 22 core_grading_mastery 1
## 216 22 core_pbl 1
## 217 22 time_advisories 4
## 218 22 time_career_prep 4
## 219 22 time_culturally_responsive 4
## 220 22 time_grading_mastery 3
## 221 22 time_pbl 4
## 222 24 practices_accommodations 1
## 223 24 practices_advancement_mastery 1
## 224 24 practices_advisories 1
## 225 24 practices_all_courses_designed_for_inclusion 1
## 226 24 practices_anti_racist 1
## 227 24 practices_assessments_career 1
## 228 24 practices_assessments_deeper 1
## 229 24 practices_assessments_sel 1
## 230 24 practices_blended_learning 1
## 231 24 practices_career_prep 1
## 232 24 practices_co_leaders 1
## 233 24 practices_community_partnerships 1
## 234 24 practices_community_supports 1
## 235 24 practices_competency_education 1
## 236 24 practices_competency_framework 1
## 237 24 practices_culturally_responsive 1
## 238 24 practices_design_marginalized 1
## 239 24 practices_elimination_tracking 1
## 240 24 practices_enriched_virtual 1
## 241 24 practices_extended_learning 1
## 242 24 practices_flexible_staffing 1
## 243 24 practices_grading_mastery 1
## 244 24 practices_hiring_equity 1
## 245 24 practices_industry_credentials 1
## 246 24 practices_interdisciplinary 1
## 247 24 practices_interoperability 1
## 248 24 practices_learning_paths 1
## 249 24 practices_mental_health 1
## 250 24 practices_mentoring 1
## 251 24 practices_mtss_academics 1
## 252 24 practices_multi_age 1
## 253 24 practices_opportunities_mastery 1
## 254 24 practices_pbl 1
## 255 24 practices_performance_assessment 1
## 256 24 practices_physical_well_being 1
## 257 24 practices_reallocation_resources 1
## 258 24 practices_restorative 1
## 259 24 practices_sel_integrated 1
## 260 24 practices_student_data 1
## 261 24 practices_student_goals 1
## 262 24 practices_student_pace 1
## 263 24 practices_student_projects 1
## 264 24 practices_students_leaders 1
## 265 24 practices_teachers_leaders 1
## 266 24 practices_trauma_informed 1
## 267 24 practices_tutoring 1
## 268 24 practices_udl 1
## 269 24 core_anti_racist 1
## 270 24 core_competency_education 1
## 271 24 core_design_marginalized 1
## 272 24 core_mental_health 1
## 273 24 core_trauma_informed 1
## 274 24 time_anti_racist 4
## 275 24 time_competency_education 4
## 276 24 time_design_marginalized 4
## 277 24 time_mental_health 4
## 278 24 time_trauma_informed 4
## 279 26 practices_a_la_carte 1
## 280 26 practices_accommodations 1
## 281 26 practices_advisories 1
## 282 26 practices_all_courses_designed_for_inclusion 1
## 283 26 practices_anti_racist 1
## 284 26 practices_assessments_agency 1
## 285 26 practices_assessments_career 1
## 286 26 practices_assessments_deeper 1
## 287 26 practices_assessments_sel 1
## 288 26 practices_blended_learning 1
## 289 26 practices_career_prep 1
## 290 26 practices_co_leaders 1
## 291 26 practices_community_partnerships 1
## 292 26 practices_competency_education 1
## 293 26 practices_culturally_responsive 1
## 294 26 practices_design_marginalized 1
## 295 26 practices_design_thinking 1
## 296 26 practices_early_college 1
## 297 26 practices_elimination_tracking 1
## 298 26 practices_extended_learning 1
## 299 26 practices_flex 1
## 300 26 practices_flexible_facilities 1
## 301 26 practices_flexible_staffing 1
## 302 26 practices_flipped_classroom 1
## 303 26 practices_grading_mastery 1
## 304 26 practices_hiring_equity 1
## 305 26 practices_industry_credentials 1
## 306 26 practices_industry_leaders 1
## 307 26 practices_interdisciplinary 1
## 308 26 practices_learning_paths 1
## 309 26 practices_makerspace 1
## 310 26 practices_mental_health 1
## 311 26 practices_mentoring 1
## 312 26 practices_mtss_academics 1
## 313 26 practices_multi_age 1
## 314 26 practices_opportunities_mastery 1
## 315 26 practices_pbl 1
## 316 26 practices_peer_to_peer 1
## 317 26 practices_performance_assessment 1
## 318 26 practices_place_based 1
## 319 26 practices_reallocation_resources 1
## 320 26 practices_restorative 1
## 321 26 practices_sel_curriculum 1
## 322 26 practices_sel_integrated 1
## 323 26 practices_service_learning 1
## 324 26 practices_social_justice 1
## 325 26 practices_student_goals 1
## 326 26 practices_student_pace 1
## 327 26 practices_student_projects 1
## 328 26 practices_teachers_leaders 1
## 329 26 practices_trauma_informed 1
## 330 26 practices_tutoring 1
## 331 26 core_assessments_career 1
## 332 26 core_career_prep 1
## 333 26 core_community_partnerships 1
## 334 26 core_early_college 1
## 335 26 core_pbl 1
## 336 26 time_assessments_career 4
## 337 26 time_career_prep 4
## 338 26 time_community_partnerships 4
## 339 26 time_early_college 4
## 340 26 time_pbl 4
## 341 27 practices_accommodations 1
## 342 27 practices_advisories 1
## 343 27 practices_all_courses_designed_for_inclusion 1
## 344 27 practices_anti_racist 1
## 345 27 practices_assessments_deeper 1
## 346 27 practices_community_partnerships 1
## 347 27 practices_competency_education 1
## 348 27 practices_competency_framework 1
## 349 27 practices_design_marginalized 1
## 350 27 practices_early_college 1
## 351 27 practices_elimination_tracking 1
## 352 27 practices_extended_learning 1
## 353 27 practices_grading_mastery 1
## 354 27 practices_hiring_equity 1
## 355 27 practices_interdisciplinary 1
## 356 27 practices_mental_health 1
## 357 27 practices_multi_age 1
## 358 27 practices_opportunities_mastery 1
## 359 27 practices_pbl 1
## 360 27 practices_peer_to_peer 1
## 361 27 practices_performance_assessment 1
## 362 27 practices_place_based 1
## 363 27 practices_reallocation_resources 1
## 364 27 practices_restorative 1
## 365 27 practices_sel_curriculum 1
## 366 27 practices_sel_integrated 1
## 367 27 practices_service_learning 1
## 368 27 practices_social_justice 1
## 369 27 practices_student_conferences 1
## 370 27 practices_student_data 1
## 371 27 practices_student_goals 1
## 372 27 practices_student_projects 1
## 373 27 practices_udl 1
## 374 27 core_advisories 1
## 375 27 core_assessments_deeper 1
## 376 27 core_interdisciplinary 1
## 377 27 core_pbl 1
## 378 27 core_social_justice 1
## 379 27 time_advisories 4
## 380 27 time_assessments_deeper 4
## 381 27 time_interdisciplinary 4
## 382 27 time_pbl 4
## 383 27 time_social_justice 4
## 384 37 practices_assessments_sel 1
## 385 37 practices_community_supports 1
## 386 37 practices_culturally_responsive 1
## 387 37 practices_hiring_equity 1
## 388 37 practices_pbl 1
## 389 37 practices_physical_well_being 1
## 390 37 practices_sel_curriculum 1
## 391 37 practices_sel_integrated 1
## 392 37 practices_student_projects 1
## 393 37 core_community_supports 1
## 394 37 core_culturally_responsive 1
## 395 37 core_hiring_equity 1
## 396 37 core_pbl 1
## 397 37 core_sel_curriculum 1
## 398 37 time_community_supports 3
## 399 37 time_culturally_responsive 4
## 400 37 time_hiring_equity 3
## 401 37 time_pbl 4
## 402 37 time_sel_curriculum 4
## 403 38 practices_accommodations 1
## 404 38 practices_adult_wellness 1
## 405 38 practices_advancement_mastery 1
## 406 38 practices_all_courses_designed_for_inclusion 1
## 407 38 practices_anti_racist 1
## 408 38 practices_assessments_deeper 1
## 409 38 practices_assessments_sel 1
## 410 38 practices_blended_learning 1
## 411 38 practices_community_partnerships 1
## 412 38 practices_community_supports 1
## 413 38 practices_competency_framework 1
## 414 38 practices_culturally_responsive 1
## 415 38 practices_design_marginalized 1
## 416 38 practices_elimination_tracking 1
## 417 38 practices_extended_learning 1
## 418 38 practices_flexible_facilities 1
## 419 38 practices_flexible_staffing 1
## 420 38 practices_grading_mastery 1
## 421 38 practices_hiring_equity 1
## 422 38 practices_interdisciplinary 1
## 423 38 practices_learning_paths 1
## 424 38 practices_mental_health 1
## 425 38 practices_mentoring 1
## 426 38 practices_multi_age 1
## 427 38 practices_opportunities_mastery 1
## 428 38 practices_pbl 1
## 429 38 practices_peer_to_peer 1
## 430 38 practices_performance_assessment 1
## 431 38 practices_physical_well_being 1
## 432 38 practices_place_based 1
## 433 38 practices_reallocation_resources 1
## 434 38 practices_restorative 1
## 435 38 practices_sel_integrated 1
## 436 38 practices_social_justice 1
## 437 38 practices_student_conferences 1
## 438 38 practices_student_data 1
## 439 38 practices_student_goals 1
## 440 38 practices_student_pace 1
## 441 38 practices_student_projects 1
## 442 38 practices_trauma_informed 1
## 443 38 practices_tutoring 1
## 444 38 practices_udl 1
## 445 38 core_anti_racist 1
## 446 38 core_community_supports 1
## 447 38 core_multi_age 1
## 448 38 core_social_justice 1
## 449 38 time_anti_racist 4
## 450 38 time_community_supports 4
## 451 38 time_multi_age 4
## 452 38 time_social_justice 4
## 453 41 practices_a_la_carte 1
## 454 41 practices_accommodations 1
## 455 41 practices_all_courses_designed_for_inclusion 1
## 456 41 practices_anti_racist 1
## 457 41 practices_assessments_deeper 1
## 458 41 practices_blended_learning 1
## 459 41 practices_career_prep 1
## 460 41 practices_co_leaders 1
## 461 41 practices_community_partnerships 1
## 462 41 practices_competency_education 1
## 463 41 practices_culturally_responsive 1
## 464 41 practices_design_marginalized 1
## 465 41 practices_design_thinking 1
## 466 41 practices_disaggregated_participation_data 1
## 467 41 practices_early_college 1
## 468 41 practices_elimination_tracking 1
## 469 41 practices_flexible_facilities 1
## 470 41 practices_hiring_equity 1
## 471 41 practices_industry_credentials 1
## 472 41 practices_industry_leaders 1
## 473 41 practices_interdisciplinary 1
## 474 41 practices_interoperability 1
## 475 41 practices_mtss_academics 1
## 476 41 practices_multi_age 1
## 477 41 practices_opportunities_mastery 1
## 478 41 practices_pbl 1
## 479 41 practices_performance_assessment 1
## 480 41 practices_physical_well_being 1
## 481 41 practices_reallocation_resources 1
## 482 41 practices_sel_curriculum 1
## 483 41 practices_social_justice 1
## 484 41 practices_student_data 1
## 485 41 practices_student_pace 1
## 486 41 practices_teachers_leaders 1
## 487 41 practices_udl 1
## 488 41 core_all_courses_designed_for_inclusion 1
## 489 41 core_anti_racist 1
## 490 41 core_design_thinking 1
## 491 41 core_early_college 1
## 492 41 core_mtss_academics 1
## 493 41 time_all_courses_designed_for_inclusion 4
## 494 41 time_anti_racist 3
## 495 41 time_design_thinking 3
## 496 41 time_early_college 4
## 497 41 time_mtss_academics 3
## 498 44 practices_advisories 1
## 499 44 practices_all_courses_designed_for_inclusion 1
## 500 44 practices_assessments_agency 1
## 501 44 practices_assessments_deeper 1
## 502 44 practices_assessments_sel 1
## 503 44 practices_career_prep 1
## 504 44 practices_co_leaders 1
## 505 44 practices_community_leaders 1
## 506 44 practices_community_partnerships 1
## 507 44 practices_community_supports 1
## 508 44 practices_culturally_responsive 1
## 509 44 practices_design_marginalized 1
## 510 44 practices_early_college 1
## 511 44 practices_elimination_tracking 1
## 512 44 practices_expanded_open_hours 1
## 513 44 practices_extended_learning 1
## 514 44 practices_flexible_staffing 1
## 515 44 practices_hiring_equity 1
## 516 44 practices_industry_credentials 1
## 517 44 practices_interdisciplinary 1
## 518 44 practices_learning_paths 1
## 519 44 practices_mental_health 1
## 520 44 practices_pbl 1
## 521 44 practices_performance_assessment 1
## 522 44 practices_place_based 1
## 523 44 practices_sel_curriculum 1
## 524 44 practices_sel_integrated 1
## 525 44 practices_social_justice 1
## 526 44 practices_student_goals 1
## 527 44 practices_student_pace 1
## 528 44 practices_student_projects 1
## 529 44 practices_students_leaders 1
## 530 44 practices_teachers_leaders 1
## 531 44 practices_udl 1
## 532 44 core_community_partnerships 1
## 533 44 core_interdisciplinary 1
## 534 44 core_learning_paths 1
## 535 44 core_place_based 1
## 536 44 core_social_justice 1
## 537 44 time_community_partnerships 4
## 538 44 time_interdisciplinary 4
## 539 44 time_learning_paths 4
## 540 44 time_place_based 4
## 541 44 time_social_justice 4
## 542 47 practices_accommodations 1
## 543 47 practices_adult_wellness 1
## 544 47 practices_advisories 1
## 545 47 practices_all_courses_designed_for_inclusion 1
## 546 47 practices_assessments_career 1
## 547 47 practices_assessments_deeper 1
## 548 47 practices_assessments_sel 1
## 549 47 practices_blended_learning 1
## 550 47 practices_co_leaders 1
## 551 47 practices_community_supports 1
## 552 47 practices_competency_framework 1
## 553 47 practices_culturally_responsive 1
## 554 47 practices_design_marginalized 1
## 555 47 practices_design_thinking 1
## 556 47 practices_extended_learning 1
## 557 47 practices_flexible_facilities 1
## 558 47 practices_flipped_classroom 1
## 559 47 practices_grading_mastery 1
## 560 47 practices_interdisciplinary 1
## 561 47 practices_learning_paths 1
## 562 47 practices_makerspace 1
## 563 47 practices_mental_health 1
## 564 47 practices_opportunities_mastery 1
## 565 47 practices_pbl 1
## 566 47 practices_peer_to_peer 1
## 567 47 practices_physical_well_being 1
## 568 47 practices_reallocation_resources 1
## 569 47 practices_restorative 1
## 570 47 practices_sel_integrated 1
## 571 47 practices_social_justice 1
## 572 47 practices_station_rotation 1
## 573 47 practices_student_conferences 1
## 574 47 practices_student_data 1
## 575 47 practices_student_pace 1
## 576 47 practices_student_projects 1
## 577 47 practices_teachers_leaders 1
## 578 47 practices_udl 1
## 579 47 core_culturally_responsive 1
## 580 47 core_design_thinking 1
## 581 47 core_social_justice 1
## 582 47 core_station_rotation 1
## 583 47 core_student_conferences 1
## 584 47 time_culturally_responsive 2
## 585 47 time_design_thinking 3
## 586 47 time_social_justice 1
## 587 47 time_station_rotation 3
## 588 47 time_student_conferences 2
## 589 52 practices_accommodations 1
## 590 52 practices_advisories 1
## 591 52 practices_assessments_career 1
## 592 52 practices_assessments_deeper 1
## 593 52 practices_assessments_sel 1
## 594 52 practices_blended_learning 1
## 595 52 practices_career_prep 1
## 596 52 practices_community_partnerships 1
## 597 52 practices_competency_education 1
## 598 52 practices_culturally_responsive 1
## 599 52 practices_design_thinking 1
## 600 52 practices_elimination_tracking 1
## 601 52 practices_extended_learning 1
## 602 52 practices_flexible_facilities 1
## 603 52 practices_flexible_staffing 1
## 604 52 practices_industry_credentials 1
## 605 52 practices_interdisciplinary 1
## 606 52 practices_interoperability 1
## 607 52 practices_learning_paths 1
## 608 52 practices_makerspace 1
## 609 52 practices_mentoring 1
## 610 52 practices_mtss_academics 1
## 611 52 practices_multi_age 1
## 612 52 practices_opportunities_mastery 1
## 613 52 practices_pbl 1
## 614 52 practices_performance_assessment 1
## 615 52 practices_place_based 1
## 616 52 practices_reallocation_resources 1
## 617 52 practices_restorative 1
## 618 52 practices_sel_integrated 1
## 619 52 practices_service_learning 1
## 620 52 practices_student_conferences 1
## 621 52 practices_student_data 1
## 622 52 practices_student_goals 1
## 623 52 practices_student_pace 1
## 624 52 practices_student_projects 1
## 625 52 practices_tutoring 1
## 626 52 practices_udl 1
## 627 52 core_design_thinking 1
## 628 52 core_flexible_facilities 1
## 629 52 core_makerspace 1
## 630 52 core_pbl 1
## 631 52 core_udl 1
## 632 52 time_design_thinking 3
## 633 52 time_flexible_facilities 4
## 634 52 time_makerspace 4
## 635 52 time_pbl 3
## 636 52 time_udl 3
## 637 58 practices_accommodations 1
## 638 58 practices_adult_wellness 1
## 639 58 practices_assessments_sel 1
## 640 58 practices_mental_health 1
## 641 58 practices_opportunities_mastery 1
## 642 58 practices_restorative 1
## 643 58 practices_sel_curriculum 1
## 644 58 practices_student_projects 1
## 645 58 practices_trauma_informed 1
## 646 58 core_accommodations 1
## 647 58 core_adult_wellness 1
## 648 58 core_mental_health 1
## 649 58 core_sel_curriculum 1
## 650 58 time_accommodations 4
## 651 58 time_adult_wellness 5
## 652 58 time_mental_health 5
## 653 58 time_sel_curriculum 5
## 654 63 practices_accommodations 1
## 655 63 practices_advancement_mastery 1
## 656 63 practices_advisories 1
## 657 63 practices_all_courses_designed_for_inclusion 1
## 658 63 practices_anti_racist 1
## 659 63 practices_assessments_career 1
## 660 63 practices_assessments_deeper 1
## 661 63 practices_assessments_sel 1
## 662 63 practices_blended_learning 1
## 663 63 practices_co_leaders 1
## 664 63 practices_community_partnerships 1
## 665 63 practices_community_supports 1
## 666 63 practices_competency_education 1
## 667 63 practices_competency_framework 1
## 668 63 practices_culturally_responsive 1
## 669 63 practices_design_marginalized 1
## 670 63 practices_design_thinking 1
## 671 63 practices_dual_language 1
## 672 63 practices_elimination_tracking 1
## 673 63 practices_expanded_open_hours 1
## 674 63 practices_extended_learning 1
## 675 63 practices_flexible_facilities 1
## 676 63 practices_grading_mastery 1
## 677 63 practices_hiring_equity 1
## 678 63 practices_interdisciplinary 1
## 679 63 practices_interoperability 1
## 680 63 practices_learning_paths 1
## 681 63 practices_mental_health 1
## 682 63 practices_mentoring 1
## 683 63 practices_opportunities_mastery 1
## 684 63 practices_pbl 1
## 685 63 practices_peer_to_peer 1
## 686 63 practices_performance_assessment 1
## 687 63 practices_physical_well_being 1
## 688 63 practices_place_based 1
## 689 63 practices_reallocation_resources 1
## 690 63 practices_restorative 1
## 691 63 practices_sel_curriculum 1
## 692 63 practices_sel_integrated 1
## 693 63 practices_service_learning 1
## 694 63 practices_social_justice 1
## 695 63 practices_student_conferences 1
## 696 63 practices_student_data 1
## 697 63 practices_student_goals 1
## 698 63 practices_student_pace 1
## 699 63 practices_student_projects 1
## 700 63 practices_trauma_informed 1
## 701 63 practices_tutoring 1
## 702 63 core_accommodations 1
## 703 63 core_culturally_responsive 1
## 704 63 core_interdisciplinary 1
## 705 63 core_opportunities_mastery 1
## 706 63 core_pbl 1
## 707 63 time_accommodations 4
## 708 63 time_culturally_responsive 3
## 709 63 time_interdisciplinary 4
## 710 63 time_opportunities_mastery 2
## 711 63 time_pbl 4
## 712 64 practices_accommodations 1
## 713 64 practices_advancement_mastery 1
## 714 64 practices_advisories 1
## 715 64 practices_all_courses_designed_for_inclusion 1
## 716 64 practices_anti_racist 1
## 717 64 practices_assessments_bilingual 1
## 718 64 practices_assessments_career 1
## 719 64 practices_assessments_deeper 1
## 720 64 practices_assessments_sel 1
## 721 64 practices_blended_learning 1
## 722 64 practices_career_prep 1
## 723 64 practices_co_leaders 1
## 724 64 practices_community_partnerships 1
## 725 64 practices_community_supports 1
## 726 64 practices_competency_education 1
## 727 64 practices_culturally_responsive 1
## 728 64 practices_design_marginalized 1
## 729 64 practices_design_thinking 1
## 730 64 practices_disaggregated_participation_data 1
## 731 64 practices_elimination_tracking 1
## 732 64 practices_extended_learning 1
## 733 64 practices_flex 1
## 734 64 practices_flexible_facilities 1
## 735 64 practices_flipped_classroom 1
## 736 64 practices_grading_mastery 1
## 737 64 practices_heritage_language 1
## 738 64 practices_hiring_equity 1
## 739 64 practices_interdisciplinary 1
## 740 64 practices_interoperability 1
## 741 64 practices_learning_paths 1
## 742 64 practices_mental_health 1
## 743 64 practices_mentoring 1
## 744 64 practices_mtss_academics 1
## 745 64 practices_opportunities_mastery 1
## 746 64 practices_pbl 1
## 747 64 practices_peer_to_peer 1
## 748 64 practices_performance_assessment 1
## 749 64 practices_physical_well_being 1
## 750 64 practices_place_based 1
## 751 64 practices_reallocation_resources 1
## 752 64 practices_restorative 1
## 753 64 practices_sel_curriculum 1
## 754 64 practices_sel_integrated 1
## 755 64 practices_service_learning 1
## 756 64 practices_social_justice 1
## 757 64 practices_student_conferences 1
## 758 64 practices_student_data 1
## 759 64 practices_student_goals 1
## 760 64 practices_student_pace 1
## 761 64 practices_student_projects 1
## 762 64 practices_students_leaders 1
## 763 64 practices_teachers_leaders 1
## 764 64 practices_trauma_informed 1
## 765 64 practices_tutoring 1
## 766 64 practices_udl 1
## 767 64 core_anti_racist 1
## 768 64 core_blended_learning 1
## 769 64 core_community_partnerships 1
## 770 64 core_design_marginalized 1
## 771 64 core_opportunities_mastery 1
## 772 64 time_anti_racist 4
## 773 64 time_blended_learning 4
## 774 64 time_community_partnerships 4
## 775 64 time_design_marginalized 4
## 776 64 time_opportunities_mastery 4
## 777 70 practices_advisories 1
## 778 70 practices_all_courses_designed_for_inclusion 1
## 779 70 practices_anti_racist 1
## 780 70 practices_assessments_deeper 1
## 781 70 practices_assessments_sel 1
## 782 70 practices_co_leaders 1
## 783 70 practices_community_partnerships 1
## 784 70 practices_community_supports 1
## 785 70 practices_competency_education 1
## 786 70 practices_culturally_responsive 1
## 787 70 practices_design_marginalized 1
## 788 70 practices_disaggregated_participation_data 1
## 789 70 practices_elimination_tracking 1
## 790 70 practices_expanded_open_hours 1
## 791 70 practices_families_leaders 1
## 792 70 practices_flexible_staffing 1
## 793 70 practices_grading_mastery 1
## 794 70 practices_hiring_equity 1
## 795 70 practices_interdisciplinary 1
## 796 70 practices_mental_health 1
## 797 70 practices_mtss_academics 1
## 798 70 practices_opportunities_mastery 1
## 799 70 practices_pbl 1
## 800 70 practices_performance_assessment 1
## 801 70 practices_place_based 1
## 802 70 practices_reallocation_resources 1
## 803 70 practices_restorative 1
## 804 70 practices_sel_integrated 1
## 805 70 practices_service_learning 1
## 806 70 practices_social_justice 1
## 807 70 practices_student_conferences 1
## 808 70 practices_student_data 1
## 809 70 practices_student_goals 1
## 810 70 practices_students_leaders 1
## 811 70 practices_teachers_leaders 1
## 812 70 practices_trauma_informed 1
## 813 70 practices_tutoring 1
## 814 70 core_hiring_equity 1
## 815 70 core_interdisciplinary 1
## 816 70 core_pbl 1
## 817 70 core_sel_integrated 1
## 818 70 core_social_justice 1
## 819 70 time_hiring_equity 3
## 820 70 time_interdisciplinary 4
## 821 70 time_pbl 4
## 822 70 time_sel_integrated 4
## 823 70 time_social_justice 4
## 824 71 practices_advancement_mastery 1
## 825 71 practices_all_courses_designed_for_inclusion 1
## 826 71 practices_anti_racist 1
## 827 71 practices_assessments_career 1
## 828 71 practices_assessments_deeper 1
## 829 71 practices_assessments_sel 1
## 830 71 practices_blended_learning 1
## 831 71 practices_career_prep 1
## 832 71 practices_community_partnerships 1
## 833 71 practices_community_supports 1
## 834 71 practices_competency_education 1
## 835 71 practices_culturally_responsive 1
## 836 71 practices_design_marginalized 1
## 837 71 practices_dual_language 1
## 838 71 practices_early_college 1
## 839 71 practices_extended_learning 1
## 840 71 practices_flexible_facilities 1
## 841 71 practices_flexible_staffing 1
## 842 71 practices_interdisciplinary 1
## 843 71 practices_makerspace 1
## 844 71 practices_mental_health 1
## 845 71 practices_multi_age 1
## 846 71 practices_pbl 1
## 847 71 practices_peer_to_peer 1
## 848 71 practices_performance_assessment 1
## 849 71 practices_restorative 1
## 850 71 practices_sel_integrated 1
## 851 71 practices_social_justice 1
## 852 71 practices_student_data 1
## 853 71 practices_student_goals 1
## 854 71 practices_trauma_informed 1
## 855 71 practices_tutoring 1
## 856 71 core_competency_education 1
## 857 71 core_design_marginalized 1
## 858 71 core_extended_learning 1
## 859 71 core_interdisciplinary 1
## 860 71 core_performance_assessment 1
## 861 71 time_competency_education 4
## 862 71 time_design_marginalized 4
## 863 71 time_extended_learning 4
## 864 71 time_interdisciplinary 4
## 865 71 time_performance_assessment 4
## 866 76 practices_advisories 1
## 867 76 practices_all_courses_designed_for_inclusion 1
## 868 76 practices_anti_racist 1
## 869 76 practices_assessments_agency 1
## 870 76 practices_assessments_career 1
## 871 76 practices_assessments_deeper 1
## 872 76 practices_career_prep 1
## 873 76 practices_co_leaders 1
## 874 76 practices_community_partnerships 1
## 875 76 practices_community_supports 1
## 876 76 practices_competency_education 1
## 877 76 practices_culturally_responsive 1
## 878 76 practices_design_marginalized 1
## 879 76 practices_design_thinking 1
## 880 76 practices_early_college 1
## 881 76 practices_elimination_tracking 1
## 882 76 practices_expanded_open_hours 1
## 883 76 practices_extended_learning 1
## 884 76 practices_flexible_facilities 1
## 885 76 practices_flexible_staffing 1
## 886 76 practices_grading_mastery 1
## 887 76 practices_hiring_equity 1
## 888 76 practices_interdisciplinary 1
## 889 76 practices_makerspace 1
## 890 76 practices_mentoring 1
## 891 76 practices_opportunities_mastery 1
## 892 76 practices_pbl 1
## 893 76 practices_peer_to_peer 1
## 894 76 practices_performance_assessment 1
## 895 76 practices_place_based 1
## 896 76 practices_reallocation_resources 1
## 897 76 practices_restorative 1
## 898 76 practices_sel_curriculum 1
## 899 76 practices_sel_integrated 1
## 900 76 practices_service_learning 1
## 901 76 practices_social_justice 1
## 902 76 practices_student_conferences 1
## 903 76 practices_student_data 1
## 904 76 practices_student_goals 1
## 905 76 practices_student_projects 1
## 906 76 practices_teachers_leaders 1
## 907 76 practices_translanguaging 1
## 908 76 practices_trauma_informed 1
## 909 76 practices_tutoring 1
## 910 76 core_co_leaders 1
## 911 76 core_competency_education 1
## 912 76 core_performance_assessment 1
## 913 76 core_restorative 1
## 914 76 core_translanguaging 1
## 915 76 time_co_leaders 4
## 916 76 time_competency_education 4
## 917 76 time_performance_assessment 4
## 918 76 time_restorative 4
## 919 76 time_translanguaging 4
## 920 79 practices_a_la_carte 1
## 921 79 practices_accommodations 1
## 922 79 practices_advancement_mastery 1
## 923 79 practices_advisories 1
## 924 79 practices_all_courses_designed_for_inclusion 1
## 925 79 practices_anti_racist 1
## 926 79 practices_assessments_career 1
## 927 79 practices_assessments_deeper 1
## 928 79 practices_assessments_sel 1
## 929 79 practices_blended_learning 1
## 930 79 practices_career_prep 1
## 931 79 practices_co_leaders 1
## 932 79 practices_competency_education 1
## 933 79 practices_competency_framework 1
## 934 79 practices_culturally_responsive 1
## 935 79 practices_design_marginalized 1
## 936 79 practices_early_college 1
## 937 79 practices_elimination_tracking 1
## 938 79 practices_flexible_staffing 1
## 939 79 practices_flipped_classroom 1
## 940 79 practices_grading_mastery 1
## 941 79 practices_hiring_equity 1
## 942 79 practices_interdisciplinary 1
## 943 79 practices_learning_paths 1
## 944 79 practices_mental_health 1
## 945 79 practices_mtss_academics 1
## 946 79 practices_multi_age 1
## 947 79 practices_opportunities_mastery 1
## 948 79 practices_pbl 1
## 949 79 practices_peer_to_peer 1
## 950 79 practices_performance_assessment 1
## 951 79 practices_reallocation_resources 1
## 952 79 practices_restorative 1
## 953 79 practices_sel_curriculum 1
## 954 79 practices_sel_integrated 1
## 955 79 practices_student_conferences 1
## 956 79 practices_student_data 1
## 957 79 practices_student_goals 1
## 958 79 practices_student_pace 1
## 959 79 practices_student_projects 1
## 960 79 practices_students_leaders 1
## 961 79 practices_teachers_leaders 1
## 962 79 practices_trauma_informed 1
## 963 79 core_advisories 1
## 964 79 core_competency_education 1
## 965 79 core_culturally_responsive 1
## 966 79 core_pbl 1
## 967 79 core_restorative 1
## 968 79 time_advisories 4
## 969 79 time_competency_education 4
## 970 79 time_culturally_responsive 3
## 971 79 time_pbl 4
## 972 79 time_restorative 3
## 973 80 practices_accommodations 1
## 974 80 practices_adult_wellness 1
## 975 80 practices_advancement_mastery 1
## 976 80 practices_all_courses_designed_for_inclusion 1
## 977 80 practices_anti_racist 1
## 978 80 practices_assessments_deeper 1
## 979 80 practices_assessments_sel 1
## 980 80 practices_blended_learning 1
## 981 80 practices_co_leaders 1
## 982 80 practices_community_partnerships 1
## 983 80 practices_community_supports 1
## 984 80 practices_competency_education 1
## 985 80 practices_competency_framework 1
## 986 80 practices_culturally_responsive 1
## 987 80 practices_design_marginalized 1
## 988 80 practices_design_thinking 1
## 989 80 practices_disaggregated_participation_data 1
## 990 80 practices_elimination_tracking 1
## 991 80 practices_families_leaders 1
## 992 80 practices_flexible_facilities 1
## 993 80 practices_flexible_staffing 1
## 994 80 practices_grading_mastery 1
## 995 80 practices_hiring_equity 1
## 996 80 practices_interdisciplinary 1
## 997 80 practices_interoperability 1
## 998 80 practices_learning_paths 1
## 999 80 practices_makerspace 1
## 1000 80 practices_mental_health 1
## 1001 80 practices_mentoring 1
## 1002 80 practices_multi_age 1
## 1003 80 practices_opportunities_mastery 1
## 1004 80 practices_pbl 1
## 1005 80 practices_peer_to_peer 1
## 1006 80 practices_performance_assessment 1
## 1007 80 practices_physical_well_being 1
## 1008 80 practices_place_based 1
## 1009 80 practices_restorative 1
## 1010 80 practices_sel_curriculum 1
## 1011 80 practices_sel_integrated 1
## 1012 80 practices_service_learning 1
## 1013 80 practices_social_justice 1
## 1014 80 practices_station_rotation 1
## 1015 80 practices_student_conferences 1
## 1016 80 practices_student_goals 1
## 1017 80 practices_student_pace 1
## 1018 80 practices_student_projects 1
## 1019 80 practices_students_leaders 1
## 1020 80 practices_teachers_leaders 1
## 1021 80 practices_trauma_informed 1
## 1022 80 practices_udl 1
## 1023 80 core_co_leaders 1
## 1024 80 core_community_partnerships 1
## 1025 80 core_pbl 1
## 1026 80 core_student_goals 1
## 1027 80 core_student_projects 1
## 1028 80 time_co_leaders 4
## 1029 80 time_community_partnerships 4
## 1030 80 time_pbl 4
## 1031 80 time_student_goals 4
## 1032 80 time_student_projects 4
## 1033 81 practices_accommodations 1
## 1034 81 practices_anti_racist 1
## 1035 81 practices_assessments_deeper 1
## 1036 81 practices_assessments_sel 1
## 1037 81 practices_blended_learning 1
## 1038 81 practices_co_leaders 1
## 1039 81 practices_community_partnerships 1
## 1040 81 practices_community_supports 1
## 1041 81 practices_culturally_responsive 1
## 1042 81 practices_design_marginalized 1
## 1043 81 practices_design_thinking 1
## 1044 81 practices_disaggregated_participation_data 1
## 1045 81 practices_expanded_open_hours 1
## 1046 81 practices_flexible_facilities 1
## 1047 81 practices_flexible_staffing 1
## 1048 81 practices_hiring_equity 1
## 1049 81 practices_interdisciplinary 1
## 1050 81 practices_interoperability 1
## 1051 81 practices_makerspace 1
## 1052 81 practices_mental_health 1
## 1053 81 practices_mentoring 1
## 1054 81 practices_mtss_academics 1
## 1055 81 practices_peer_to_peer 1
## 1056 81 practices_reallocation_resources 1
## 1057 81 practices_restorative 1
## 1058 81 practices_sel_integrated 1
## 1059 81 practices_service_learning 1
## 1060 81 practices_social_justice 1
## 1061 81 practices_student_data 1
## 1062 81 practices_student_projects 1
## 1063 81 practices_trauma_informed 1
## 1064 81 practices_tutoring 1
## 1065 81 practices_udl 1
## 1066 81 core_culturally_responsive 1
## 1067 81 core_hiring_equity 1
## 1068 81 core_mtss_academics 1
## 1069 81 core_sel_integrated 1
## 1070 81 core_trauma_informed 1
## 1071 81 time_culturally_responsive 3
## 1072 81 time_hiring_equity 4
## 1073 81 time_mtss_academics 3
## 1074 81 time_sel_integrated 2
## 1075 81 time_trauma_informed 2
## 1076 83 practices_advancement_mastery 1
## 1077 83 practices_advisories 1
## 1078 83 practices_all_courses_designed_for_inclusion 1
## 1079 83 practices_assessments_deeper 1
## 1080 83 practices_assessments_sel 1
## 1081 83 practices_blended_learning 1
## 1082 83 practices_competency_framework 1
## 1083 83 practices_culturally_responsive 1
## 1084 83 practices_disaggregated_participation_data 1
## 1085 83 practices_early_college 1
## 1086 83 practices_extended_learning 1
## 1087 83 practices_flex 1
## 1088 83 practices_flexible_facilities 1
## 1089 83 practices_flexible_staffing 1
## 1090 83 practices_grading_mastery 1
## 1091 83 practices_hiring_equity 1
## 1092 83 practices_interoperability 1
## 1093 83 practices_learning_paths 1
## 1094 83 practices_makerspace 1
## 1095 83 practices_multi_age 1
## 1096 83 practices_peer_to_peer 1
## 1097 83 practices_restorative 1
## 1098 83 practices_sel_curriculum 1
## 1099 83 practices_sel_integrated 1
## 1100 83 practices_service_learning 1
## 1101 83 practices_station_rotation 1
## 1102 83 practices_student_conferences 1
## 1103 83 practices_student_data 1
## 1104 83 practices_student_goals 1
## 1105 83 practices_student_pace 1
## 1106 83 practices_tutoring 1
## 1107 83 core_advisories 1
## 1108 83 core_early_college 1
## 1109 83 core_flex 1
## 1110 83 core_learning_paths 1
## 1111 83 core_student_goals 1
## 1112 83 time_advisories 2
## 1113 83 time_early_college 2
## 1114 83 time_flex 3
## 1115 83 time_learning_paths 3
## 1116 83 time_student_goals 3
## 1117 84 practices_advancement_mastery 1
## 1118 84 practices_advisories 1
## 1119 84 practices_all_courses_designed_for_inclusion 1
## 1120 84 practices_anti_racist 1
## 1121 84 practices_assessments_agency 1
## 1122 84 practices_assessments_career 1
## 1123 84 practices_assessments_deeper 1
## 1124 84 practices_assessments_sel 1
## 1125 84 practices_career_prep 1
## 1126 84 practices_co_leaders 1
## 1127 84 practices_community_partnerships 1
## 1128 84 practices_competency_education 1
## 1129 84 practices_competency_framework 1
## 1130 84 practices_culturally_responsive 1
## 1131 84 practices_design_marginalized 1
## 1132 84 practices_design_thinking 1
## 1133 84 practices_disaggregated_participation_data 1
## 1134 84 practices_extended_learning 1
## 1135 84 practices_flexible_facilities 1
## 1136 84 practices_flexible_staffing 1
## 1137 84 practices_grading_mastery 1
## 1138 84 practices_hiring_equity 1
## 1139 84 practices_interdisciplinary 1
## 1140 84 practices_learning_paths 1
## 1141 84 practices_makerspace 1
## 1142 84 practices_mental_health 1
## 1143 84 practices_mentoring 1
## 1144 84 practices_mtss_academics 1
## 1145 84 practices_multi_age 1
## 1146 84 practices_opportunities_mastery 1
## 1147 84 practices_pbl 1
## 1148 84 practices_peer_to_peer 1
## 1149 84 practices_performance_assessment 1
## 1150 84 practices_place_based 1
## 1151 84 practices_sel_curriculum 1
## 1152 84 practices_sel_integrated 1
## 1153 84 practices_service_learning 1
## 1154 84 practices_student_data 1
## 1155 84 practices_student_goals 1
## 1156 84 practices_student_pace 1
## 1157 84 practices_student_projects 1
## 1158 84 practices_trauma_informed 1
## 1159 84 practices_tutoring 1
## 1160 84 practices_udl 1
## 1161 84 core_all_courses_designed_for_inclusion 1
## 1162 84 core_career_prep 1
## 1163 84 core_competency_education 1
## 1164 84 core_design_thinking 1
## 1165 84 core_pbl 1
## 1166 84 time_all_courses_designed_for_inclusion 4
## 1167 84 time_career_prep 4
## 1168 84 time_competency_education 4
## 1169 84 time_design_thinking 4
## 1170 84 time_pbl 4
## 1171 85 practices_accommodations 1
## 1172 85 practices_advisories 1
## 1173 85 practices_all_courses_designed_for_inclusion 1
## 1174 85 practices_anti_racist 1
## 1175 85 practices_assessments_deeper 1
## 1176 85 practices_assessments_sel 1
## 1177 85 practices_blended_learning 1
## 1178 85 practices_community_partnerships 1
## 1179 85 practices_community_supports 1
## 1180 85 practices_competency_education 1
## 1181 85 practices_competency_framework 1
## 1182 85 practices_culturally_responsive 1
## 1183 85 practices_design_marginalized 1
## 1184 85 practices_design_thinking 1
## 1185 85 practices_disaggregated_participation_data 1
## 1186 85 practices_elimination_tracking 1
## 1187 85 practices_grading_mastery 1
## 1188 85 practices_hiring_equity 1
## 1189 85 practices_mental_health 1
## 1190 85 practices_mentoring 1
## 1191 85 practices_mtss_academics 1
## 1192 85 practices_multi_age 1
## 1193 85 practices_opportunities_mastery 1
## 1194 85 practices_pbl 1
## 1195 85 practices_peer_to_peer 1
## 1196 85 practices_physical_well_being 1
## 1197 85 practices_reallocation_resources 1
## 1198 85 practices_restorative 1
## 1199 85 practices_sel_curriculum 1
## 1200 85 practices_sel_integrated 1
## 1201 85 practices_service_learning 1
## 1202 85 practices_social_justice 1
## 1203 85 practices_station_rotation 1
## 1204 85 practices_student_conferences 1
## 1205 85 practices_student_data 1
## 1206 85 practices_student_goals 1
## 1207 85 practices_student_projects 1
## 1208 85 practices_trauma_informed 1
## 1209 85 practices_tutoring 1
## 1210 85 practices_udl 1
## 1211 85 core_all_courses_designed_for_inclusion 1
## 1212 85 core_anti_racist 1
## 1213 85 core_hiring_equity 1
## 1214 85 core_sel_curriculum 1
## 1215 85 core_student_data 1
## 1216 85 time_all_courses_designed_for_inclusion 4
## 1217 85 time_anti_racist 3
## 1218 85 time_hiring_equity 4
## 1219 85 time_sel_curriculum 4
## 1220 85 time_student_data 2
## 1221 91 practices_a_la_carte 1
## 1222 91 practices_accommodations 1
## 1223 91 practices_advisories 1
## 1224 91 practices_all_courses_designed_for_inclusion 1
## 1225 91 practices_anti_racist 1
## 1226 91 practices_assessments_deeper 1
## 1227 91 practices_assessments_sel 1
## 1228 91 practices_blended_learning 1
## 1229 91 practices_community_partnerships 1
## 1230 91 practices_community_supports 1
## 1231 91 practices_culturally_responsive 1
## 1232 91 practices_design_marginalized 1
## 1233 91 practices_design_thinking 1
## 1234 91 practices_disaggregated_participation_data 1
## 1235 91 practices_expanded_open_hours 1
## 1236 91 practices_extended_learning 1
## 1237 91 practices_flexible_facilities 1
## 1238 91 practices_flexible_staffing 1
## 1239 91 practices_hiring_equity 1
## 1240 91 practices_interdisciplinary 1
## 1241 91 practices_learning_paths 1
## 1242 91 practices_mental_health 1
## 1243 91 practices_mentoring 1
## 1244 91 practices_mtss_academics 1
## 1245 91 practices_opportunities_mastery 1
## 1246 91 practices_pbl 1
## 1247 91 practices_peer_to_peer 1
## 1248 91 practices_performance_assessment 1
## 1249 91 practices_physical_well_being 1
## 1250 91 practices_restorative 1
## 1251 91 practices_sel_curriculum 1
## 1252 91 practices_sel_integrated 1
## 1253 91 practices_social_justice 1
## 1254 91 practices_station_rotation 1
## 1255 91 practices_student_conferences 1
## 1256 91 practices_student_data 1
## 1257 91 practices_student_goals 1
## 1258 91 practices_student_pace 1
## 1259 91 practices_student_projects 1
## 1260 91 practices_trauma_informed 1
## 1261 91 practices_tutoring 1
## 1262 91 practices_udl 1
## 1263 91 core_all_courses_designed_for_inclusion 1
## 1264 91 core_assessments_sel 1
## 1265 91 core_design_marginalized 1
## 1266 91 core_mental_health 1
## 1267 91 core_restorative 1
## 1268 91 time_all_courses_designed_for_inclusion 4
## 1269 91 time_assessments_sel 4
## 1270 91 time_design_marginalized 4
## 1271 91 time_mental_health 4
## 1272 91 time_restorative 4
## 1273 97 practices_accommodations 1
## 1274 97 practices_all_courses_designed_for_inclusion 1
## 1275 97 practices_blended_learning 1
## 1276 97 practices_community_partnerships 1
## 1277 97 practices_competency_education 1
## 1278 97 practices_competency_framework 1
## 1279 97 practices_design_marginalized 1
## 1280 97 practices_interdisciplinary 1
## 1281 97 practices_interoperability 1
## 1282 97 practices_makerspace 1
## 1283 97 practices_mental_health 1
## 1284 97 practices_multi_age 1
## 1285 97 practices_opportunities_mastery 1
## 1286 97 practices_pbl 1
## 1287 97 practices_performance_assessment 1
## 1288 97 practices_physical_well_being 1
## 1289 97 practices_reallocation_resources 1
## 1290 97 practices_sel_integrated 1
## 1291 97 practices_service_learning 1
## 1292 97 practices_student_data 1
## 1293 97 practices_student_pace 1
## 1294 97 practices_student_projects 1
## 1295 97 practices_trauma_informed 1
## 1296 97 core_accommodations 1
## 1297 97 core_design_marginalized 1
## 1298 97 core_makerspace 1
## 1299 97 core_pbl 1
## 1300 97 core_sel_integrated 1
## 1301 97 time_accommodations 4
## 1302 97 time_design_marginalized 4
## 1303 97 time_makerspace 4
## 1304 97 time_pbl 4
## 1305 97 time_sel_integrated 4
## 1306 98 practices_accommodations 1
## 1307 98 practices_advancement_mastery 1
## 1308 98 practices_advisories 1
## 1309 98 practices_anti_racist 1
## 1310 98 practices_assessments_deeper 1
## 1311 98 practices_assessments_sel 1
## 1312 98 practices_blended_learning 1
## 1313 98 practices_co_leaders 1
## 1314 98 practices_community_partnerships 1
## 1315 98 practices_community_supports 1
## 1316 98 practices_competency_education 1
## 1317 98 practices_competency_framework 1
## 1318 98 practices_culturally_responsive 1
## 1319 98 practices_design_marginalized 1
## 1320 98 practices_design_thinking 1
## 1321 98 practices_elimination_tracking 1
## 1322 98 practices_expanded_open_hours 1
## 1323 98 practices_extended_learning 1
## 1324 98 practices_families_leaders 1
## 1325 98 practices_flexible_staffing 1
## 1326 98 practices_flipped_classroom 1
## 1327 98 practices_grading_mastery 1
## 1328 98 practices_hiring_equity 1
## 1329 98 practices_interdisciplinary 1
## 1330 98 practices_interoperability 1
## 1331 98 practices_learning_paths 1
## 1332 98 practices_mental_health 1
## 1333 98 practices_mentoring 1
## 1334 98 practices_mtss_academics 1
## 1335 98 practices_opportunities_mastery 1
## 1336 98 practices_pbl 1
## 1337 98 practices_peer_to_peer 1
## 1338 98 practices_restorative 1
## 1339 98 practices_sel_integrated 1
## 1340 98 practices_social_justice 1
## 1341 98 practices_station_rotation 1
## 1342 98 practices_student_conferences 1
## 1343 98 practices_student_data 1
## 1344 98 practices_student_goals 1
## 1345 98 practices_student_pace 1
## 1346 98 practices_students_leaders 1
## 1347 98 practices_teachers_leaders 1
## 1348 98 practices_trauma_informed 1
## 1349 98 practices_tutoring 1
## 1350 98 practices_udl 1
## 1351 98 core_advancement_mastery 1
## 1352 98 core_assessments_deeper 1
## 1353 98 core_blended_learning 1
## 1354 98 core_mentoring 1
## 1355 98 core_students_leaders 1
## 1356 98 time_advancement_mastery 4
## 1357 98 time_assessments_deeper 4
## 1358 98 time_blended_learning 4
## 1359 98 time_mentoring 4
## 1360 98 time_students_leaders 4
## 1361 101 practices_adult_wellness 1
## 1362 101 practices_advisories 1
## 1363 101 practices_all_courses_designed_for_inclusion 1
## 1364 101 practices_anti_racist 1
## 1365 101 practices_assessments_deeper 1
## 1366 101 practices_assessments_sel 1
## 1367 101 practices_blended_learning 1
## 1368 101 practices_community_supports 1
## 1369 101 practices_competency_education 1
## 1370 101 practices_culturally_responsive 1
## 1371 101 practices_design_marginalized 1
## 1372 101 practices_elimination_tracking 1
## 1373 101 practices_flexible_staffing 1
## 1374 101 practices_hiring_equity 1
## 1375 101 practices_interdisciplinary 1
## 1376 101 practices_learning_paths 1
## 1377 101 practices_mentoring 1
## 1378 101 practices_mtss_academics 1
## 1379 101 practices_opportunities_mastery 1
## 1380 101 practices_pbl 1
## 1381 101 practices_performance_assessment 1
## 1382 101 practices_place_based 1
## 1383 101 practices_restorative 1
## 1384 101 practices_sel_curriculum 1
## 1385 101 practices_social_justice 1
## 1386 101 practices_station_rotation 1
## 1387 101 practices_student_goals 1
## 1388 101 practices_student_pace 1
## 1389 101 practices_udl 1
## 1390 101 core_culturally_responsive 1
## 1391 101 core_design_marginalized 1
## 1392 101 core_hiring_equity 1
## 1393 101 core_pbl 1
## 1394 101 core_sel_curriculum 1
## 1395 101 time_culturally_responsive 3
## 1396 101 time_design_marginalized 3
## 1397 101 time_hiring_equity 3
## 1398 101 time_pbl 3
## 1399 101 time_sel_curriculum 3
## 1400 105 practices_a_la_carte 1
## 1401 105 practices_accommodations 1
## 1402 105 practices_assessments_agency 1
## 1403 105 practices_assessments_career 1
## 1404 105 practices_assessments_deeper 1
## 1405 105 practices_assessments_sel 1
## 1406 105 practices_blended_learning 1
## 1407 105 practices_career_prep 1
## 1408 105 practices_community_partnerships 1
## 1409 105 practices_competency_education 1
## 1410 105 practices_competency_framework 1
## 1411 105 practices_early_college 1
## 1412 105 practices_flex 1
## 1413 105 practices_flexible_facilities 1
## 1414 105 practices_grading_mastery 1
## 1415 105 practices_industry_credentials 1
## 1416 105 practices_learning_paths 1
## 1417 105 practices_multi_age 1
## 1418 105 practices_opportunities_mastery 1
## 1419 105 practices_peer_to_peer 1
## 1420 105 practices_reallocation_resources 1
## 1421 105 practices_sel_curriculum 1
## 1422 105 practices_student_conferences 1
## 1423 105 practices_student_data 1
## 1424 105 practices_student_goals 1
## 1425 105 practices_student_pace 1
## 1426 105 practices_student_projects 1
## 1427 105 practices_trauma_informed 1
## 1428 105 practices_udl 1
## 1429 105 core_assessments_agency 1
## 1430 105 core_grading_mastery 1
## 1431 105 core_industry_credentials 1
## 1432 105 core_learning_paths 1
## 1433 105 core_opportunities_mastery 1
## 1434 105 time_assessments_agency 4
## 1435 105 time_grading_mastery 4
## 1436 105 time_industry_credentials 4
## 1437 105 time_learning_paths 4
## 1438 105 time_opportunities_mastery 4
## 1439 109 practices_accommodations 1
## 1440 109 practices_advancement_mastery 1
## 1441 109 practices_anti_racist 1
## 1442 109 practices_assessments_career 1
## 1443 109 practices_assessments_sel 1
## 1444 109 practices_career_prep 1
## 1445 109 practices_community_supports 1
## 1446 109 practices_culturally_responsive 1
## 1447 109 practices_design_marginalized 1
## 1448 109 practices_early_college 1
## 1449 109 practices_flexible_facilities 1
## 1450 109 practices_grading_mastery 1
## 1451 109 practices_heritage_language 1
## 1452 109 practices_hiring_equity 1
## 1453 109 practices_mental_health 1
## 1454 109 practices_mtss_academics 1
## 1455 109 practices_pbl 1
## 1456 109 practices_sel_integrated 1
## 1457 109 practices_social_justice 1
## 1458 109 practices_student_projects 1
## 1459 109 practices_trauma_informed 1
## 1460 109 core_anti_racist 1
## 1461 109 core_community_supports 1
## 1462 109 core_culturally_responsive 1
## 1463 109 core_grading_mastery 1
## 1464 109 core_mtss_academics 1
## 1465 109 time_anti_racist 4
## 1466 109 time_community_supports 4
## 1467 109 time_culturally_responsive 4
## 1468 109 time_grading_mastery 4
## 1469 109 time_mtss_academics 4
## 1470 120 practices_accommodations 1
## nominator
## 1 NewSchools Venture Fund
## 2 NewSchools Venture Fund
## 3 NewSchools Venture Fund
## 4 NewSchools Venture Fund
## 5 NewSchools Venture Fund
## 6 NewSchools Venture Fund
## 7 NewSchools Venture Fund
## 8 NewSchools Venture Fund
## 9 NewSchools Venture Fund
## 10 NewSchools Venture Fund
## 11 NewSchools Venture Fund
## 12 NewSchools Venture Fund
## 13 NewSchools Venture Fund
## 14 NewSchools Venture Fund
## 15 NewSchools Venture Fund
## 16 NewSchools Venture Fund
## 17 NewSchools Venture Fund
## 18 NewSchools Venture Fund
## 19 NewSchools Venture Fund
## 20 NewSchools Venture Fund
## 21 NewSchools Venture Fund
## 22 ReSchool Colorado
## 23 ReSchool Colorado
## 24 ReSchool Colorado
## 25 ReSchool Colorado
## 26 ReSchool Colorado
## 27 ReSchool Colorado
## 28 ReSchool Colorado
## 29 ReSchool Colorado
## 30 ReSchool Colorado
## 31 ReSchool Colorado
## 32 ReSchool Colorado
## 33 ReSchool Colorado
## 34 ReSchool Colorado
## 35 ReSchool Colorado
## 36 ReSchool Colorado
## 37 ReSchool Colorado
## 38 ReSchool Colorado
## 39 ReSchool Colorado
## 40 ReSchool Colorado
## 41 ReSchool Colorado
## 42 ReSchool Colorado
## 43 ReSchool Colorado
## 44 ReSchool Colorado
## 45 ReSchool Colorado
## 46 ReSchool Colorado
## 47 ReSchool Colorado
## 48 ReSchool Colorado
## 49 ReSchool Colorado
## 50 ReSchool Colorado
## 51 ReSchool Colorado
## 52 ReSchool Colorado
## 53 ReSchool Colorado
## 54 ReSchool Colorado
## 55 ReSchool Colorado
## 56 ReSchool Colorado
## 57 ReSchool Colorado
## 58 ReSchool Colorado
## 59 ReSchool Colorado
## 60 ReSchool Colorado
## 61 ReSchool Colorado
## 62 ReSchool Colorado
## 63 ReSchool Colorado
## 64 ReSchool Colorado
## 65 ReSchool Colorado
## 66 ReSchool Colorado
## 67 ReSchool Colorado
## 68 ReSchool Colorado
## 69 ReSchool Colorado
## 70 ReSchool Colorado
## 71 ReSchool Colorado
## 72 ReSchool Colorado
## 73 ReSchool Colorado
## 74 ReSchool Colorado
## 75 ReSchool Colorado
## 76 ReSchool Colorado
## 77 ReSchool Colorado
## 78 ReSchool Colorado
## 79 ReSchool Colorado
## 80 ReSchool Colorado
## 81 ReSchool Colorado
## 82 Highlander Institute
## 83 Highlander Institute
## 84 Highlander Institute
## 85 Highlander Institute
## 86 Highlander Institute
## 87 Highlander Institute
## 88 Highlander Institute
## 89 Highlander Institute
## 90 Highlander Institute
## 91 Highlander Institute
## 92 Highlander Institute
## 93 Highlander Institute
## 94 Highlander Institute
## 95 Highlander Institute
## 96 Highlander Institute
## 97 Highlander Institute
## 98 Highlander Institute
## 99 Highlander Institute
## 100 Highlander Institute
## 101 Highlander Institute
## 102 Highlander Institute
## 103 Highlander Institute
## 104 Education Evolving, EdVisions, Center for Teaching Quality, Education Reimagined
## 105 Education Evolving, EdVisions, Center for Teaching Quality, Education Reimagined
## 106 Education Evolving, EdVisions, Center for Teaching Quality, Education Reimagined
## 107 Education Evolving, EdVisions, Center for Teaching Quality, Education Reimagined
## 108 Education Evolving, EdVisions, Center for Teaching Quality, Education Reimagined
## 109 Education Evolving, EdVisions, Center for Teaching Quality, Education Reimagined
## 110 Education Evolving, EdVisions, Center for Teaching Quality, Education Reimagined
## 111 Education Evolving, EdVisions, Center for Teaching Quality, Education Reimagined
## 112 Education Evolving, EdVisions, Center for Teaching Quality, Education Reimagined
## 113 Education Evolving, EdVisions, Center for Teaching Quality, Education Reimagined
## 114 Education Evolving, EdVisions, Center for Teaching Quality, Education Reimagined
## 115 Education Evolving, EdVisions, Center for Teaching Quality, Education Reimagined
## 116 Education Evolving, EdVisions, Center for Teaching Quality, Education Reimagined
## 117 Education Evolving, EdVisions, Center for Teaching Quality, Education Reimagined
## 118 Education Evolving, EdVisions, Center for Teaching Quality, Education Reimagined
## 119 Education Evolving, EdVisions, Center for Teaching Quality, Education Reimagined
## 120 Education Evolving, EdVisions, Center for Teaching Quality, Education Reimagined
## 121 Education Evolving, EdVisions, Center for Teaching Quality, Education Reimagined
## 122 Education Evolving, EdVisions, Center for Teaching Quality, Education Reimagined
## 123 Education Evolving, EdVisions, Center for Teaching Quality, Education Reimagined
## 124 Education Evolving, EdVisions, Center for Teaching Quality, Education Reimagined
## 125 Education Evolving, EdVisions, Center for Teaching Quality, Education Reimagined
## 126 Education Evolving, EdVisions, Center for Teaching Quality, Education Reimagined
## 127 Education Evolving, EdVisions, Center for Teaching Quality, Education Reimagined
## 128 Education Evolving, EdVisions, Center for Teaching Quality, Education Reimagined
## 129 Education Evolving, EdVisions, Center for Teaching Quality, Education Reimagined
## 130 Education Evolving, EdVisions, Center for Teaching Quality, Education Reimagined
## 131 Education Evolving, EdVisions, Center for Teaching Quality, Education Reimagined
## 132 Education Evolving, EdVisions, Center for Teaching Quality, Education Reimagined
## 133 Education Evolving, EdVisions, Center for Teaching Quality, Education Reimagined
## 134 Education Evolving, EdVisions, Center for Teaching Quality, Education Reimagined
## 135 Education Evolving, EdVisions, Center for Teaching Quality, Education Reimagined
## 136 Education Evolving, EdVisions, Center for Teaching Quality, Education Reimagined
## 137 Education Evolving, EdVisions, Center for Teaching Quality, Education Reimagined
## 138 Education Evolving, EdVisions, Center for Teaching Quality, Education Reimagined
## 139 Education Evolving, EdVisions, Center for Teaching Quality, Education Reimagined
## 140 Education Evolving, EdVisions, Center for Teaching Quality, Education Reimagined
## 141 Education Evolving, EdVisions, Center for Teaching Quality, Education Reimagined
## 142 Education Evolving, EdVisions, Center for Teaching Quality, Education Reimagined
## 143 Education Evolving, EdVisions, Center for Teaching Quality, Education Reimagined
## 144 Education Evolving, EdVisions, Center for Teaching Quality, Education Reimagined
## 145 Education Evolving, EdVisions, Center for Teaching Quality, Education Reimagined
## 146 Education Evolving, EdVisions, Center for Teaching Quality, Education Reimagined
## 147 Education Evolving, EdVisions, Center for Teaching Quality, Education Reimagined
## 148 Education Evolving, EdVisions, Center for Teaching Quality, Education Reimagined
## 149 Education Evolving, EdVisions, Center for Teaching Quality, Education Reimagined
## 150 Education Evolving, EdVisions, Center for Teaching Quality, Education Reimagined
## 151 Education Evolving, EdVisions, Center for Teaching Quality, Education Reimagined
## 152 Education Evolving, EdVisions, Center for Teaching Quality, Education Reimagined
## 153 Education Evolving, EdVisions, Center for Teaching Quality, Education Reimagined
## 154 Education Evolving, EdVisions, Center for Teaching Quality, Education Reimagined
## 155 Education Evolving, EdVisions, Center for Teaching Quality, Education Reimagined
## 156 Education Evolving, EdVisions, Center for Teaching Quality, Education Reimagined
## 157 Education Evolving, EdVisions, Center for Teaching Quality, Education Reimagined
## 158 Education Evolving, EdVisions, Center for Teaching Quality, Education Reimagined
## 159 Education Evolving, EdVisions, Center for Teaching Quality, Education Reimagined
## 160 Education Evolving, EdVisions, Center for Teaching Quality, Education Reimagined
## 161 Education Evolving, EdVisions, Center for Teaching Quality, Education Reimagined
## 162 Education Evolving, EdVisions, Center for Teaching Quality, Education Reimagined
## 163 Education Evolving, EdVisions, Center for Teaching Quality, Education Reimagined
## 164 Barr Foundation
## 165 Barr Foundation
## 166 Barr Foundation
## 167 Barr Foundation
## 168 Barr Foundation
## 169 Barr Foundation
## 170 Barr Foundation
## 171 Barr Foundation
## 172 Barr Foundation
## 173 Barr Foundation
## 174 Barr Foundation
## 175 Barr Foundation
## 176 Barr Foundation
## 177 Barr Foundation
## 178 Barr Foundation
## 179 Barr Foundation
## 180 Barr Foundation
## 181 Barr Foundation
## 182 Barr Foundation
## 183 Barr Foundation
## 184 Barr Foundation
## 185 Barr Foundation
## 186 Barr Foundation
## 187 Barr Foundation
## 188 Barr Foundation
## 189 Barr Foundation
## 190 Barr Foundation
## 191 Barr Foundation
## 192 Barr Foundation
## 193 Barr Foundation
## 194 Barr Foundation
## 195 Barr Foundation
## 196 Barr Foundation
## 197 Barr Foundation
## 198 Barr Foundation
## 199 Barr Foundation
## 200 Barr Foundation
## 201 Barr Foundation
## 202 Barr Foundation
## 203 Barr Foundation
## 204 Barr Foundation
## 205 Barr Foundation
## 206 Barr Foundation
## 207 Barr Foundation
## 208 Barr Foundation
## 209 Barr Foundation
## 210 Barr Foundation
## 211 Barr Foundation
## 212 Barr Foundation
## 213 Barr Foundation
## 214 Barr Foundation
## 215 Barr Foundation
## 216 Barr Foundation
## 217 Barr Foundation
## 218 Barr Foundation
## 219 Barr Foundation
## 220 Barr Foundation
## 221 Barr Foundation
## 222 Anonymous, Education Evolving, Christensen Institute
## 223 Anonymous, Education Evolving, Christensen Institute
## 224 Anonymous, Education Evolving, Christensen Institute
## 225 Anonymous, Education Evolving, Christensen Institute
## 226 Anonymous, Education Evolving, Christensen Institute
## 227 Anonymous, Education Evolving, Christensen Institute
## 228 Anonymous, Education Evolving, Christensen Institute
## 229 Anonymous, Education Evolving, Christensen Institute
## 230 Anonymous, Education Evolving, Christensen Institute
## 231 Anonymous, Education Evolving, Christensen Institute
## 232 Anonymous, Education Evolving, Christensen Institute
## 233 Anonymous, Education Evolving, Christensen Institute
## 234 Anonymous, Education Evolving, Christensen Institute
## 235 Anonymous, Education Evolving, Christensen Institute
## 236 Anonymous, Education Evolving, Christensen Institute
## 237 Anonymous, Education Evolving, Christensen Institute
## 238 Anonymous, Education Evolving, Christensen Institute
## 239 Anonymous, Education Evolving, Christensen Institute
## 240 Anonymous, Education Evolving, Christensen Institute
## 241 Anonymous, Education Evolving, Christensen Institute
## 242 Anonymous, Education Evolving, Christensen Institute
## 243 Anonymous, Education Evolving, Christensen Institute
## 244 Anonymous, Education Evolving, Christensen Institute
## 245 Anonymous, Education Evolving, Christensen Institute
## 246 Anonymous, Education Evolving, Christensen Institute
## 247 Anonymous, Education Evolving, Christensen Institute
## 248 Anonymous, Education Evolving, Christensen Institute
## 249 Anonymous, Education Evolving, Christensen Institute
## 250 Anonymous, Education Evolving, Christensen Institute
## 251 Anonymous, Education Evolving, Christensen Institute
## 252 Anonymous, Education Evolving, Christensen Institute
## 253 Anonymous, Education Evolving, Christensen Institute
## 254 Anonymous, Education Evolving, Christensen Institute
## 255 Anonymous, Education Evolving, Christensen Institute
## 256 Anonymous, Education Evolving, Christensen Institute
## 257 Anonymous, Education Evolving, Christensen Institute
## 258 Anonymous, Education Evolving, Christensen Institute
## 259 Anonymous, Education Evolving, Christensen Institute
## 260 Anonymous, Education Evolving, Christensen Institute
## 261 Anonymous, Education Evolving, Christensen Institute
## 262 Anonymous, Education Evolving, Christensen Institute
## 263 Anonymous, Education Evolving, Christensen Institute
## 264 Anonymous, Education Evolving, Christensen Institute
## 265 Anonymous, Education Evolving, Christensen Institute
## 266 Anonymous, Education Evolving, Christensen Institute
## 267 Anonymous, Education Evolving, Christensen Institute
## 268 Anonymous, Education Evolving, Christensen Institute
## 269 Anonymous, Education Evolving, Christensen Institute
## 270 Anonymous, Education Evolving, Christensen Institute
## 271 Anonymous, Education Evolving, Christensen Institute
## 272 Anonymous, Education Evolving, Christensen Institute
## 273 Anonymous, Education Evolving, Christensen Institute
## 274 Anonymous, Education Evolving, Christensen Institute
## 275 Anonymous, Education Evolving, Christensen Institute
## 276 Anonymous, Education Evolving, Christensen Institute
## 277 Anonymous, Education Evolving, Christensen Institute
## 278 Anonymous, Education Evolving, Christensen Institute
## 279 Colorado Education Initiative
## 280 Colorado Education Initiative
## 281 Colorado Education Initiative
## 282 Colorado Education Initiative
## 283 Colorado Education Initiative
## 284 Colorado Education Initiative
## 285 Colorado Education Initiative
## 286 Colorado Education Initiative
## 287 Colorado Education Initiative
## 288 Colorado Education Initiative
## 289 Colorado Education Initiative
## 290 Colorado Education Initiative
## 291 Colorado Education Initiative
## 292 Colorado Education Initiative
## 293 Colorado Education Initiative
## 294 Colorado Education Initiative
## 295 Colorado Education Initiative
## 296 Colorado Education Initiative
## 297 Colorado Education Initiative
## 298 Colorado Education Initiative
## 299 Colorado Education Initiative
## 300 Colorado Education Initiative
## 301 Colorado Education Initiative
## 302 Colorado Education Initiative
## 303 Colorado Education Initiative
## 304 Colorado Education Initiative
## 305 Colorado Education Initiative
## 306 Colorado Education Initiative
## 307 Colorado Education Initiative
## 308 Colorado Education Initiative
## 309 Colorado Education Initiative
## 310 Colorado Education Initiative
## 311 Colorado Education Initiative
## 312 Colorado Education Initiative
## 313 Colorado Education Initiative
## 314 Colorado Education Initiative
## 315 Colorado Education Initiative
## 316 Colorado Education Initiative
## 317 Colorado Education Initiative
## 318 Colorado Education Initiative
## 319 Colorado Education Initiative
## 320 Colorado Education Initiative
## 321 Colorado Education Initiative
## 322 Colorado Education Initiative
## 323 Colorado Education Initiative
## 324 Colorado Education Initiative
## 325 Colorado Education Initiative
## 326 Colorado Education Initiative
## 327 Colorado Education Initiative
## 328 Colorado Education Initiative
## 329 Colorado Education Initiative
## 330 Colorado Education Initiative
## 331 Colorado Education Initiative
## 332 Colorado Education Initiative
## 333 Colorado Education Initiative
## 334 Colorado Education Initiative
## 335 Colorado Education Initiative
## 336 Colorado Education Initiative
## 337 Colorado Education Initiative
## 338 Colorado Education Initiative
## 339 Colorado Education Initiative
## 340 Colorado Education Initiative
## 341 Great Schools Partnership, Next Generation Learning Challenges, EL Education
## 342 Great Schools Partnership, Next Generation Learning Challenges, EL Education
## 343 Great Schools Partnership, Next Generation Learning Challenges, EL Education
## 344 Great Schools Partnership, Next Generation Learning Challenges, EL Education
## 345 Great Schools Partnership, Next Generation Learning Challenges, EL Education
## 346 Great Schools Partnership, Next Generation Learning Challenges, EL Education
## 347 Great Schools Partnership, Next Generation Learning Challenges, EL Education
## 348 Great Schools Partnership, Next Generation Learning Challenges, EL Education
## 349 Great Schools Partnership, Next Generation Learning Challenges, EL Education
## 350 Great Schools Partnership, Next Generation Learning Challenges, EL Education
## 351 Great Schools Partnership, Next Generation Learning Challenges, EL Education
## 352 Great Schools Partnership, Next Generation Learning Challenges, EL Education
## 353 Great Schools Partnership, Next Generation Learning Challenges, EL Education
## 354 Great Schools Partnership, Next Generation Learning Challenges, EL Education
## 355 Great Schools Partnership, Next Generation Learning Challenges, EL Education
## 356 Great Schools Partnership, Next Generation Learning Challenges, EL Education
## 357 Great Schools Partnership, Next Generation Learning Challenges, EL Education
## 358 Great Schools Partnership, Next Generation Learning Challenges, EL Education
## 359 Great Schools Partnership, Next Generation Learning Challenges, EL Education
## 360 Great Schools Partnership, Next Generation Learning Challenges, EL Education
## 361 Great Schools Partnership, Next Generation Learning Challenges, EL Education
## 362 Great Schools Partnership, Next Generation Learning Challenges, EL Education
## 363 Great Schools Partnership, Next Generation Learning Challenges, EL Education
## 364 Great Schools Partnership, Next Generation Learning Challenges, EL Education
## 365 Great Schools Partnership, Next Generation Learning Challenges, EL Education
## 366 Great Schools Partnership, Next Generation Learning Challenges, EL Education
## 367 Great Schools Partnership, Next Generation Learning Challenges, EL Education
## 368 Great Schools Partnership, Next Generation Learning Challenges, EL Education
## 369 Great Schools Partnership, Next Generation Learning Challenges, EL Education
## 370 Great Schools Partnership, Next Generation Learning Challenges, EL Education
## 371 Great Schools Partnership, Next Generation Learning Challenges, EL Education
## 372 Great Schools Partnership, Next Generation Learning Challenges, EL Education
## 373 Great Schools Partnership, Next Generation Learning Challenges, EL Education
## 374 Great Schools Partnership, Next Generation Learning Challenges, EL Education
## 375 Great Schools Partnership, Next Generation Learning Challenges, EL Education
## 376 Great Schools Partnership, Next Generation Learning Challenges, EL Education
## 377 Great Schools Partnership, Next Generation Learning Challenges, EL Education
## 378 Great Schools Partnership, Next Generation Learning Challenges, EL Education
## 379 Great Schools Partnership, Next Generation Learning Challenges, EL Education
## 380 Great Schools Partnership, Next Generation Learning Challenges, EL Education
## 381 Great Schools Partnership, Next Generation Learning Challenges, EL Education
## 382 Great Schools Partnership, Next Generation Learning Challenges, EL Education
## 383 Great Schools Partnership, Next Generation Learning Challenges, EL Education
## 384 Charter School Growth Fund
## 385 Charter School Growth Fund
## 386 Charter School Growth Fund
## 387 Charter School Growth Fund
## 388 Charter School Growth Fund
## 389 Charter School Growth Fund
## 390 Charter School Growth Fund
## 391 Charter School Growth Fund
## 392 Charter School Growth Fund
## 393 Charter School Growth Fund
## 394 Charter School Growth Fund
## 395 Charter School Growth Fund
## 396 Charter School Growth Fund
## 397 Charter School Growth Fund
## 398 Charter School Growth Fund
## 399 Charter School Growth Fund
## 400 Charter School Growth Fund
## 401 Charter School Growth Fund
## 402 Charter School Growth Fund
## 403 Education Reimagined
## 404 Education Reimagined
## 405 Education Reimagined
## 406 Education Reimagined
## 407 Education Reimagined
## 408 Education Reimagined
## 409 Education Reimagined
## 410 Education Reimagined
## 411 Education Reimagined
## 412 Education Reimagined
## 413 Education Reimagined
## 414 Education Reimagined
## 415 Education Reimagined
## 416 Education Reimagined
## 417 Education Reimagined
## 418 Education Reimagined
## 419 Education Reimagined
## 420 Education Reimagined
## 421 Education Reimagined
## 422 Education Reimagined
## 423 Education Reimagined
## 424 Education Reimagined
## 425 Education Reimagined
## 426 Education Reimagined
## 427 Education Reimagined
## 428 Education Reimagined
## 429 Education Reimagined
## 430 Education Reimagined
## 431 Education Reimagined
## 432 Education Reimagined
## 433 Education Reimagined
## 434 Education Reimagined
## 435 Education Reimagined
## 436 Education Reimagined
## 437 Education Reimagined
## 438 Education Reimagined
## 439 Education Reimagined
## 440 Education Reimagined
## 441 Education Reimagined
## 442 Education Reimagined
## 443 Education Reimagined
## 444 Education Reimagined
## 445 Education Reimagined
## 446 Education Reimagined
## 447 Education Reimagined
## 448 Education Reimagined
## 449 Education Reimagined
## 450 Education Reimagined
## 451 Education Reimagined
## 452 Education Reimagined
## 453 Virginia Department of Education
## 454 Virginia Department of Education
## 455 Virginia Department of Education
## 456 Virginia Department of Education
## 457 Virginia Department of Education
## 458 Virginia Department of Education
## 459 Virginia Department of Education
## 460 Virginia Department of Education
## 461 Virginia Department of Education
## 462 Virginia Department of Education
## 463 Virginia Department of Education
## 464 Virginia Department of Education
## 465 Virginia Department of Education
## 466 Virginia Department of Education
## 467 Virginia Department of Education
## 468 Virginia Department of Education
## 469 Virginia Department of Education
## 470 Virginia Department of Education
## 471 Virginia Department of Education
## 472 Virginia Department of Education
## 473 Virginia Department of Education
## 474 Virginia Department of Education
## 475 Virginia Department of Education
## 476 Virginia Department of Education
## 477 Virginia Department of Education
## 478 Virginia Department of Education
## 479 Virginia Department of Education
## 480 Virginia Department of Education
## 481 Virginia Department of Education
## 482 Virginia Department of Education
## 483 Virginia Department of Education
## 484 Virginia Department of Education
## 485 Virginia Department of Education
## 486 Virginia Department of Education
## 487 Virginia Department of Education
## 488 Virginia Department of Education
## 489 Virginia Department of Education
## 490 Virginia Department of Education
## 491 Virginia Department of Education
## 492 Virginia Department of Education
## 493 Virginia Department of Education
## 494 Virginia Department of Education
## 495 Virginia Department of Education
## 496 Virginia Department of Education
## 497 Virginia Department of Education
## 498 Anonymous
## 499 Anonymous
## 500 Anonymous
## 501 Anonymous
## 502 Anonymous
## 503 Anonymous
## 504 Anonymous
## 505 Anonymous
## 506 Anonymous
## 507 Anonymous
## 508 Anonymous
## 509 Anonymous
## 510 Anonymous
## 511 Anonymous
## 512 Anonymous
## 513 Anonymous
## 514 Anonymous
## 515 Anonymous
## 516 Anonymous
## 517 Anonymous
## 518 Anonymous
## 519 Anonymous
## 520 Anonymous
## 521 Anonymous
## 522 Anonymous
## 523 Anonymous
## 524 Anonymous
## 525 Anonymous
## 526 Anonymous
## 527 Anonymous
## 528 Anonymous
## 529 Anonymous
## 530 Anonymous
## 531 Anonymous
## 532 Anonymous
## 533 Anonymous
## 534 Anonymous
## 535 Anonymous
## 536 Anonymous
## 537 Anonymous
## 538 Anonymous
## 539 Anonymous
## 540 Anonymous
## 541 Anonymous
## 542 Anonymous, TNTP, The Learning Accelerator
## 543 Anonymous, TNTP, The Learning Accelerator
## 544 Anonymous, TNTP, The Learning Accelerator
## 545 Anonymous, TNTP, The Learning Accelerator
## 546 Anonymous, TNTP, The Learning Accelerator
## 547 Anonymous, TNTP, The Learning Accelerator
## 548 Anonymous, TNTP, The Learning Accelerator
## 549 Anonymous, TNTP, The Learning Accelerator
## 550 Anonymous, TNTP, The Learning Accelerator
## 551 Anonymous, TNTP, The Learning Accelerator
## 552 Anonymous, TNTP, The Learning Accelerator
## 553 Anonymous, TNTP, The Learning Accelerator
## 554 Anonymous, TNTP, The Learning Accelerator
## 555 Anonymous, TNTP, The Learning Accelerator
## 556 Anonymous, TNTP, The Learning Accelerator
## 557 Anonymous, TNTP, The Learning Accelerator
## 558 Anonymous, TNTP, The Learning Accelerator
## 559 Anonymous, TNTP, The Learning Accelerator
## 560 Anonymous, TNTP, The Learning Accelerator
## 561 Anonymous, TNTP, The Learning Accelerator
## 562 Anonymous, TNTP, The Learning Accelerator
## 563 Anonymous, TNTP, The Learning Accelerator
## 564 Anonymous, TNTP, The Learning Accelerator
## 565 Anonymous, TNTP, The Learning Accelerator
## 566 Anonymous, TNTP, The Learning Accelerator
## 567 Anonymous, TNTP, The Learning Accelerator
## 568 Anonymous, TNTP, The Learning Accelerator
## 569 Anonymous, TNTP, The Learning Accelerator
## 570 Anonymous, TNTP, The Learning Accelerator
## 571 Anonymous, TNTP, The Learning Accelerator
## 572 Anonymous, TNTP, The Learning Accelerator
## 573 Anonymous, TNTP, The Learning Accelerator
## 574 Anonymous, TNTP, The Learning Accelerator
## 575 Anonymous, TNTP, The Learning Accelerator
## 576 Anonymous, TNTP, The Learning Accelerator
## 577 Anonymous, TNTP, The Learning Accelerator
## 578 Anonymous, TNTP, The Learning Accelerator
## 579 Anonymous, TNTP, The Learning Accelerator
## 580 Anonymous, TNTP, The Learning Accelerator
## 581 Anonymous, TNTP, The Learning Accelerator
## 582 Anonymous, TNTP, The Learning Accelerator
## 583 Anonymous, TNTP, The Learning Accelerator
## 584 Anonymous, TNTP, The Learning Accelerator
## 585 Anonymous, TNTP, The Learning Accelerator
## 586 Anonymous, TNTP, The Learning Accelerator
## 587 Anonymous, TNTP, The Learning Accelerator
## 588 Anonymous, TNTP, The Learning Accelerator
## 589 Anonymous
## 590 Anonymous
## 591 Anonymous
## 592 Anonymous
## 593 Anonymous
## 594 Anonymous
## 595 Anonymous
## 596 Anonymous
## 597 Anonymous
## 598 Anonymous
## 599 Anonymous
## 600 Anonymous
## 601 Anonymous
## 602 Anonymous
## 603 Anonymous
## 604 Anonymous
## 605 Anonymous
## 606 Anonymous
## 607 Anonymous
## 608 Anonymous
## 609 Anonymous
## 610 Anonymous
## 611 Anonymous
## 612 Anonymous
## 613 Anonymous
## 614 Anonymous
## 615 Anonymous
## 616 Anonymous
## 617 Anonymous
## 618 Anonymous
## 619 Anonymous
## 620 Anonymous
## 621 Anonymous
## 622 Anonymous
## 623 Anonymous
## 624 Anonymous
## 625 Anonymous
## 626 Anonymous
## 627 Anonymous
## 628 Anonymous
## 629 Anonymous
## 630 Anonymous
## 631 Anonymous
## 632 Anonymous
## 633 Anonymous
## 634 Anonymous
## 635 Anonymous
## 636 Anonymous
## 637 NewSchools Venture Fund, Transcend
## 638 NewSchools Venture Fund, Transcend
## 639 NewSchools Venture Fund, Transcend
## 640 NewSchools Venture Fund, Transcend
## 641 NewSchools Venture Fund, Transcend
## 642 NewSchools Venture Fund, Transcend
## 643 NewSchools Venture Fund, Transcend
## 644 NewSchools Venture Fund, Transcend
## 645 NewSchools Venture Fund, Transcend
## 646 NewSchools Venture Fund, Transcend
## 647 NewSchools Venture Fund, Transcend
## 648 NewSchools Venture Fund, Transcend
## 649 NewSchools Venture Fund, Transcend
## 650 NewSchools Venture Fund, Transcend
## 651 NewSchools Venture Fund, Transcend
## 652 NewSchools Venture Fund, Transcend
## 653 NewSchools Venture Fund, Transcend
## 654 NewSchools Venture Fund
## 655 NewSchools Venture Fund
## 656 NewSchools Venture Fund
## 657 NewSchools Venture Fund
## 658 NewSchools Venture Fund
## 659 NewSchools Venture Fund
## 660 NewSchools Venture Fund
## 661 NewSchools Venture Fund
## 662 NewSchools Venture Fund
## 663 NewSchools Venture Fund
## 664 NewSchools Venture Fund
## 665 NewSchools Venture Fund
## 666 NewSchools Venture Fund
## 667 NewSchools Venture Fund
## 668 NewSchools Venture Fund
## 669 NewSchools Venture Fund
## 670 NewSchools Venture Fund
## 671 NewSchools Venture Fund
## 672 NewSchools Venture Fund
## 673 NewSchools Venture Fund
## 674 NewSchools Venture Fund
## 675 NewSchools Venture Fund
## 676 NewSchools Venture Fund
## 677 NewSchools Venture Fund
## 678 NewSchools Venture Fund
## 679 NewSchools Venture Fund
## 680 NewSchools Venture Fund
## 681 NewSchools Venture Fund
## 682 NewSchools Venture Fund
## 683 NewSchools Venture Fund
## 684 NewSchools Venture Fund
## 685 NewSchools Venture Fund
## 686 NewSchools Venture Fund
## 687 NewSchools Venture Fund
## 688 NewSchools Venture Fund
## 689 NewSchools Venture Fund
## 690 NewSchools Venture Fund
## 691 NewSchools Venture Fund
## 692 NewSchools Venture Fund
## 693 NewSchools Venture Fund
## 694 NewSchools Venture Fund
## 695 NewSchools Venture Fund
## 696 NewSchools Venture Fund
## 697 NewSchools Venture Fund
## 698 NewSchools Venture Fund
## 699 NewSchools Venture Fund
## 700 NewSchools Venture Fund
## 701 NewSchools Venture Fund
## 702 NewSchools Venture Fund
## 703 NewSchools Venture Fund
## 704 NewSchools Venture Fund
## 705 NewSchools Venture Fund
## 706 NewSchools Venture Fund
## 707 NewSchools Venture Fund
## 708 NewSchools Venture Fund
## 709 NewSchools Venture Fund
## 710 NewSchools Venture Fund
## 711 NewSchools Venture Fund
## 712 Transcend, Charter School Growth Fund
## 713 Transcend, Charter School Growth Fund
## 714 Transcend, Charter School Growth Fund
## 715 Transcend, Charter School Growth Fund
## 716 Transcend, Charter School Growth Fund
## 717 Transcend, Charter School Growth Fund
## 718 Transcend, Charter School Growth Fund
## 719 Transcend, Charter School Growth Fund
## 720 Transcend, Charter School Growth Fund
## 721 Transcend, Charter School Growth Fund
## 722 Transcend, Charter School Growth Fund
## 723 Transcend, Charter School Growth Fund
## 724 Transcend, Charter School Growth Fund
## 725 Transcend, Charter School Growth Fund
## 726 Transcend, Charter School Growth Fund
## 727 Transcend, Charter School Growth Fund
## 728 Transcend, Charter School Growth Fund
## 729 Transcend, Charter School Growth Fund
## 730 Transcend, Charter School Growth Fund
## 731 Transcend, Charter School Growth Fund
## 732 Transcend, Charter School Growth Fund
## 733 Transcend, Charter School Growth Fund
## 734 Transcend, Charter School Growth Fund
## 735 Transcend, Charter School Growth Fund
## 736 Transcend, Charter School Growth Fund
## 737 Transcend, Charter School Growth Fund
## 738 Transcend, Charter School Growth Fund
## 739 Transcend, Charter School Growth Fund
## 740 Transcend, Charter School Growth Fund
## 741 Transcend, Charter School Growth Fund
## 742 Transcend, Charter School Growth Fund
## 743 Transcend, Charter School Growth Fund
## 744 Transcend, Charter School Growth Fund
## 745 Transcend, Charter School Growth Fund
## 746 Transcend, Charter School Growth Fund
## 747 Transcend, Charter School Growth Fund
## 748 Transcend, Charter School Growth Fund
## 749 Transcend, Charter School Growth Fund
## 750 Transcend, Charter School Growth Fund
## 751 Transcend, Charter School Growth Fund
## 752 Transcend, Charter School Growth Fund
## 753 Transcend, Charter School Growth Fund
## 754 Transcend, Charter School Growth Fund
## 755 Transcend, Charter School Growth Fund
## 756 Transcend, Charter School Growth Fund
## 757 Transcend, Charter School Growth Fund
## 758 Transcend, Charter School Growth Fund
## 759 Transcend, Charter School Growth Fund
## 760 Transcend, Charter School Growth Fund
## 761 Transcend, Charter School Growth Fund
## 762 Transcend, Charter School Growth Fund
## 763 Transcend, Charter School Growth Fund
## 764 Transcend, Charter School Growth Fund
## 765 Transcend, Charter School Growth Fund
## 766 Transcend, Charter School Growth Fund
## 767 Transcend, Charter School Growth Fund
## 768 Transcend, Charter School Growth Fund
## 769 Transcend, Charter School Growth Fund
## 770 Transcend, Charter School Growth Fund
## 771 Transcend, Charter School Growth Fund
## 772 Transcend, Charter School Growth Fund
## 773 Transcend, Charter School Growth Fund
## 774 Transcend, Charter School Growth Fund
## 775 Transcend, Charter School Growth Fund
## 776 Transcend, Charter School Growth Fund
## 777 National Center for Learning Disabilities
## 778 National Center for Learning Disabilities
## 779 National Center for Learning Disabilities
## 780 National Center for Learning Disabilities
## 781 National Center for Learning Disabilities
## 782 National Center for Learning Disabilities
## 783 National Center for Learning Disabilities
## 784 National Center for Learning Disabilities
## 785 National Center for Learning Disabilities
## 786 National Center for Learning Disabilities
## 787 National Center for Learning Disabilities
## 788 National Center for Learning Disabilities
## 789 National Center for Learning Disabilities
## 790 National Center for Learning Disabilities
## 791 National Center for Learning Disabilities
## 792 National Center for Learning Disabilities
## 793 National Center for Learning Disabilities
## 794 National Center for Learning Disabilities
## 795 National Center for Learning Disabilities
## 796 National Center for Learning Disabilities
## 797 National Center for Learning Disabilities
## 798 National Center for Learning Disabilities
## 799 National Center for Learning Disabilities
## 800 National Center for Learning Disabilities
## 801 National Center for Learning Disabilities
## 802 National Center for Learning Disabilities
## 803 National Center for Learning Disabilities
## 804 National Center for Learning Disabilities
## 805 National Center for Learning Disabilities
## 806 National Center for Learning Disabilities
## 807 National Center for Learning Disabilities
## 808 National Center for Learning Disabilities
## 809 National Center for Learning Disabilities
## 810 National Center for Learning Disabilities
## 811 National Center for Learning Disabilities
## 812 National Center for Learning Disabilities
## 813 National Center for Learning Disabilities
## 814 National Center for Learning Disabilities
## 815 National Center for Learning Disabilities
## 816 National Center for Learning Disabilities
## 817 National Center for Learning Disabilities
## 818 National Center for Learning Disabilities
## 819 National Center for Learning Disabilities
## 820 National Center for Learning Disabilities
## 821 National Center for Learning Disabilities
## 822 National Center for Learning Disabilities
## 823 National Center for Learning Disabilities
## 824 Big Picture Learning
## 825 Big Picture Learning
## 826 Big Picture Learning
## 827 Big Picture Learning
## 828 Big Picture Learning
## 829 Big Picture Learning
## 830 Big Picture Learning
## 831 Big Picture Learning
## 832 Big Picture Learning
## 833 Big Picture Learning
## 834 Big Picture Learning
## 835 Big Picture Learning
## 836 Big Picture Learning
## 837 Big Picture Learning
## 838 Big Picture Learning
## 839 Big Picture Learning
## 840 Big Picture Learning
## 841 Big Picture Learning
## 842 Big Picture Learning
## 843 Big Picture Learning
## 844 Big Picture Learning
## 845 Big Picture Learning
## 846 Big Picture Learning
## 847 Big Picture Learning
## 848 Big Picture Learning
## 849 Big Picture Learning
## 850 Big Picture Learning
## 851 Big Picture Learning
## 852 Big Picture Learning
## 853 Big Picture Learning
## 854 Big Picture Learning
## 855 Big Picture Learning
## 856 Big Picture Learning
## 857 Big Picture Learning
## 858 Big Picture Learning
## 859 Big Picture Learning
## 860 Big Picture Learning
## 861 Big Picture Learning
## 862 Big Picture Learning
## 863 Big Picture Learning
## 864 Big Picture Learning
## 865 Big Picture Learning
## 866 Springpoint Schools
## 867 Springpoint Schools
## 868 Springpoint Schools
## 869 Springpoint Schools
## 870 Springpoint Schools
## 871 Springpoint Schools
## 872 Springpoint Schools
## 873 Springpoint Schools
## 874 Springpoint Schools
## 875 Springpoint Schools
## 876 Springpoint Schools
## 877 Springpoint Schools
## 878 Springpoint Schools
## 879 Springpoint Schools
## 880 Springpoint Schools
## 881 Springpoint Schools
## 882 Springpoint Schools
## 883 Springpoint Schools
## 884 Springpoint Schools
## 885 Springpoint Schools
## 886 Springpoint Schools
## 887 Springpoint Schools
## 888 Springpoint Schools
## 889 Springpoint Schools
## 890 Springpoint Schools
## 891 Springpoint Schools
## 892 Springpoint Schools
## 893 Springpoint Schools
## 894 Springpoint Schools
## 895 Springpoint Schools
## 896 Springpoint Schools
## 897 Springpoint Schools
## 898 Springpoint Schools
## 899 Springpoint Schools
## 900 Springpoint Schools
## 901 Springpoint Schools
## 902 Springpoint Schools
## 903 Springpoint Schools
## 904 Springpoint Schools
## 905 Springpoint Schools
## 906 Springpoint Schools
## 907 Springpoint Schools
## 908 Springpoint Schools
## 909 Springpoint Schools
## 910 Springpoint Schools
## 911 Springpoint Schools
## 912 Springpoint Schools
## 913 Springpoint Schools
## 914 Springpoint Schools
## 915 Springpoint Schools
## 916 Springpoint Schools
## 917 Springpoint Schools
## 918 Springpoint Schools
## 919 Springpoint Schools
## 920 Mastery Collaborative
## 921 Mastery Collaborative
## 922 Mastery Collaborative
## 923 Mastery Collaborative
## 924 Mastery Collaborative
## 925 Mastery Collaborative
## 926 Mastery Collaborative
## 927 Mastery Collaborative
## 928 Mastery Collaborative
## 929 Mastery Collaborative
## 930 Mastery Collaborative
## 931 Mastery Collaborative
## 932 Mastery Collaborative
## 933 Mastery Collaborative
## 934 Mastery Collaborative
## 935 Mastery Collaborative
## 936 Mastery Collaborative
## 937 Mastery Collaborative
## 938 Mastery Collaborative
## 939 Mastery Collaborative
## 940 Mastery Collaborative
## 941 Mastery Collaborative
## 942 Mastery Collaborative
## 943 Mastery Collaborative
## 944 Mastery Collaborative
## 945 Mastery Collaborative
## 946 Mastery Collaborative
## 947 Mastery Collaborative
## 948 Mastery Collaborative
## 949 Mastery Collaborative
## 950 Mastery Collaborative
## 951 Mastery Collaborative
## 952 Mastery Collaborative
## 953 Mastery Collaborative
## 954 Mastery Collaborative
## 955 Mastery Collaborative
## 956 Mastery Collaborative
## 957 Mastery Collaborative
## 958 Mastery Collaborative
## 959 Mastery Collaborative
## 960 Mastery Collaborative
## 961 Mastery Collaborative
## 962 Mastery Collaborative
## 963 Mastery Collaborative
## 964 Mastery Collaborative
## 965 Mastery Collaborative
## 966 Mastery Collaborative
## 967 Mastery Collaborative
## 968 Mastery Collaborative
## 969 Mastery Collaborative
## 970 Mastery Collaborative
## 971 Mastery Collaborative
## 972 Mastery Collaborative
## 973 Springpoint Schools
## 974 Springpoint Schools
## 975 Springpoint Schools
## 976 Springpoint Schools
## 977 Springpoint Schools
## 978 Springpoint Schools
## 979 Springpoint Schools
## 980 Springpoint Schools
## 981 Springpoint Schools
## 982 Springpoint Schools
## 983 Springpoint Schools
## 984 Springpoint Schools
## 985 Springpoint Schools
## 986 Springpoint Schools
## 987 Springpoint Schools
## 988 Springpoint Schools
## 989 Springpoint Schools
## 990 Springpoint Schools
## 991 Springpoint Schools
## 992 Springpoint Schools
## 993 Springpoint Schools
## 994 Springpoint Schools
## 995 Springpoint Schools
## 996 Springpoint Schools
## 997 Springpoint Schools
## 998 Springpoint Schools
## 999 Springpoint Schools
## 1000 Springpoint Schools
## 1001 Springpoint Schools
## 1002 Springpoint Schools
## 1003 Springpoint Schools
## 1004 Springpoint Schools
## 1005 Springpoint Schools
## 1006 Springpoint Schools
## 1007 Springpoint Schools
## 1008 Springpoint Schools
## 1009 Springpoint Schools
## 1010 Springpoint Schools
## 1011 Springpoint Schools
## 1012 Springpoint Schools
## 1013 Springpoint Schools
## 1014 Springpoint Schools
## 1015 Springpoint Schools
## 1016 Springpoint Schools
## 1017 Springpoint Schools
## 1018 Springpoint Schools
## 1019 Springpoint Schools
## 1020 Springpoint Schools
## 1021 Springpoint Schools
## 1022 Springpoint Schools
## 1023 Springpoint Schools
## 1024 Springpoint Schools
## 1025 Springpoint Schools
## 1026 Springpoint Schools
## 1027 Springpoint Schools
## 1028 Springpoint Schools
## 1029 Springpoint Schools
## 1030 Springpoint Schools
## 1031 Springpoint Schools
## 1032 Springpoint Schools
## 1033 NewSchools Venture Fund
## 1034 NewSchools Venture Fund
## 1035 NewSchools Venture Fund
## 1036 NewSchools Venture Fund
## 1037 NewSchools Venture Fund
## 1038 NewSchools Venture Fund
## 1039 NewSchools Venture Fund
## 1040 NewSchools Venture Fund
## 1041 NewSchools Venture Fund
## 1042 NewSchools Venture Fund
## 1043 NewSchools Venture Fund
## 1044 NewSchools Venture Fund
## 1045 NewSchools Venture Fund
## 1046 NewSchools Venture Fund
## 1047 NewSchools Venture Fund
## 1048 NewSchools Venture Fund
## 1049 NewSchools Venture Fund
## 1050 NewSchools Venture Fund
## 1051 NewSchools Venture Fund
## 1052 NewSchools Venture Fund
## 1053 NewSchools Venture Fund
## 1054 NewSchools Venture Fund
## 1055 NewSchools Venture Fund
## 1056 NewSchools Venture Fund
## 1057 NewSchools Venture Fund
## 1058 NewSchools Venture Fund
## 1059 NewSchools Venture Fund
## 1060 NewSchools Venture Fund
## 1061 NewSchools Venture Fund
## 1062 NewSchools Venture Fund
## 1063 NewSchools Venture Fund
## 1064 NewSchools Venture Fund
## 1065 NewSchools Venture Fund
## 1066 NewSchools Venture Fund
## 1067 NewSchools Venture Fund
## 1068 NewSchools Venture Fund
## 1069 NewSchools Venture Fund
## 1070 NewSchools Venture Fund
## 1071 NewSchools Venture Fund
## 1072 NewSchools Venture Fund
## 1073 NewSchools Venture Fund
## 1074 NewSchools Venture Fund
## 1075 NewSchools Venture Fund
## 1076 NewSchools Venture Fund
## 1077 NewSchools Venture Fund
## 1078 NewSchools Venture Fund
## 1079 NewSchools Venture Fund
## 1080 NewSchools Venture Fund
## 1081 NewSchools Venture Fund
## 1082 NewSchools Venture Fund
## 1083 NewSchools Venture Fund
## 1084 NewSchools Venture Fund
## 1085 NewSchools Venture Fund
## 1086 NewSchools Venture Fund
## 1087 NewSchools Venture Fund
## 1088 NewSchools Venture Fund
## 1089 NewSchools Venture Fund
## 1090 NewSchools Venture Fund
## 1091 NewSchools Venture Fund
## 1092 NewSchools Venture Fund
## 1093 NewSchools Venture Fund
## 1094 NewSchools Venture Fund
## 1095 NewSchools Venture Fund
## 1096 NewSchools Venture Fund
## 1097 NewSchools Venture Fund
## 1098 NewSchools Venture Fund
## 1099 NewSchools Venture Fund
## 1100 NewSchools Venture Fund
## 1101 NewSchools Venture Fund
## 1102 NewSchools Venture Fund
## 1103 NewSchools Venture Fund
## 1104 NewSchools Venture Fund
## 1105 NewSchools Venture Fund
## 1106 NewSchools Venture Fund
## 1107 NewSchools Venture Fund
## 1108 NewSchools Venture Fund
## 1109 NewSchools Venture Fund
## 1110 NewSchools Venture Fund
## 1111 NewSchools Venture Fund
## 1112 NewSchools Venture Fund
## 1113 NewSchools Venture Fund
## 1114 NewSchools Venture Fund
## 1115 NewSchools Venture Fund
## 1116 NewSchools Venture Fund
## 1117 Big Picture Learning, Mastery Transcript Consortium
## 1118 Big Picture Learning, Mastery Transcript Consortium
## 1119 Big Picture Learning, Mastery Transcript Consortium
## 1120 Big Picture Learning, Mastery Transcript Consortium
## 1121 Big Picture Learning, Mastery Transcript Consortium
## 1122 Big Picture Learning, Mastery Transcript Consortium
## 1123 Big Picture Learning, Mastery Transcript Consortium
## 1124 Big Picture Learning, Mastery Transcript Consortium
## 1125 Big Picture Learning, Mastery Transcript Consortium
## 1126 Big Picture Learning, Mastery Transcript Consortium
## 1127 Big Picture Learning, Mastery Transcript Consortium
## 1128 Big Picture Learning, Mastery Transcript Consortium
## 1129 Big Picture Learning, Mastery Transcript Consortium
## 1130 Big Picture Learning, Mastery Transcript Consortium
## 1131 Big Picture Learning, Mastery Transcript Consortium
## 1132 Big Picture Learning, Mastery Transcript Consortium
## 1133 Big Picture Learning, Mastery Transcript Consortium
## 1134 Big Picture Learning, Mastery Transcript Consortium
## 1135 Big Picture Learning, Mastery Transcript Consortium
## 1136 Big Picture Learning, Mastery Transcript Consortium
## 1137 Big Picture Learning, Mastery Transcript Consortium
## 1138 Big Picture Learning, Mastery Transcript Consortium
## 1139 Big Picture Learning, Mastery Transcript Consortium
## 1140 Big Picture Learning, Mastery Transcript Consortium
## 1141 Big Picture Learning, Mastery Transcript Consortium
## 1142 Big Picture Learning, Mastery Transcript Consortium
## 1143 Big Picture Learning, Mastery Transcript Consortium
## 1144 Big Picture Learning, Mastery Transcript Consortium
## 1145 Big Picture Learning, Mastery Transcript Consortium
## 1146 Big Picture Learning, Mastery Transcript Consortium
## 1147 Big Picture Learning, Mastery Transcript Consortium
## 1148 Big Picture Learning, Mastery Transcript Consortium
## 1149 Big Picture Learning, Mastery Transcript Consortium
## 1150 Big Picture Learning, Mastery Transcript Consortium
## 1151 Big Picture Learning, Mastery Transcript Consortium
## 1152 Big Picture Learning, Mastery Transcript Consortium
## 1153 Big Picture Learning, Mastery Transcript Consortium
## 1154 Big Picture Learning, Mastery Transcript Consortium
## 1155 Big Picture Learning, Mastery Transcript Consortium
## 1156 Big Picture Learning, Mastery Transcript Consortium
## 1157 Big Picture Learning, Mastery Transcript Consortium
## 1158 Big Picture Learning, Mastery Transcript Consortium
## 1159 Big Picture Learning, Mastery Transcript Consortium
## 1160 Big Picture Learning, Mastery Transcript Consortium
## 1161 Big Picture Learning, Mastery Transcript Consortium
## 1162 Big Picture Learning, Mastery Transcript Consortium
## 1163 Big Picture Learning, Mastery Transcript Consortium
## 1164 Big Picture Learning, Mastery Transcript Consortium
## 1165 Big Picture Learning, Mastery Transcript Consortium
## 1166 Big Picture Learning, Mastery Transcript Consortium
## 1167 Big Picture Learning, Mastery Transcript Consortium
## 1168 Big Picture Learning, Mastery Transcript Consortium
## 1169 Big Picture Learning, Mastery Transcript Consortium
## 1170 Big Picture Learning, Mastery Transcript Consortium
## 1171 Anonymous
## 1172 Anonymous
## 1173 Anonymous
## 1174 Anonymous
## 1175 Anonymous
## 1176 Anonymous
## 1177 Anonymous
## 1178 Anonymous
## 1179 Anonymous
## 1180 Anonymous
## 1181 Anonymous
## 1182 Anonymous
## 1183 Anonymous
## 1184 Anonymous
## 1185 Anonymous
## 1186 Anonymous
## 1187 Anonymous
## 1188 Anonymous
## 1189 Anonymous
## 1190 Anonymous
## 1191 Anonymous
## 1192 Anonymous
## 1193 Anonymous
## 1194 Anonymous
## 1195 Anonymous
## 1196 Anonymous
## 1197 Anonymous
## 1198 Anonymous
## 1199 Anonymous
## 1200 Anonymous
## 1201 Anonymous
## 1202 Anonymous
## 1203 Anonymous
## 1204 Anonymous
## 1205 Anonymous
## 1206 Anonymous
## 1207 Anonymous
## 1208 Anonymous
## 1209 Anonymous
## 1210 Anonymous
## 1211 Anonymous
## 1212 Anonymous
## 1213 Anonymous
## 1214 Anonymous
## 1215 Anonymous
## 1216 Anonymous
## 1217 Anonymous
## 1218 Anonymous
## 1219 Anonymous
## 1220 Anonymous
## 1221 TNTP
## 1222 TNTP
## 1223 TNTP
## 1224 TNTP
## 1225 TNTP
## 1226 TNTP
## 1227 TNTP
## 1228 TNTP
## 1229 TNTP
## 1230 TNTP
## 1231 TNTP
## 1232 TNTP
## 1233 TNTP
## 1234 TNTP
## 1235 TNTP
## 1236 TNTP
## 1237 TNTP
## 1238 TNTP
## 1239 TNTP
## 1240 TNTP
## 1241 TNTP
## 1242 TNTP
## 1243 TNTP
## 1244 TNTP
## 1245 TNTP
## 1246 TNTP
## 1247 TNTP
## 1248 TNTP
## 1249 TNTP
## 1250 TNTP
## 1251 TNTP
## 1252 TNTP
## 1253 TNTP
## 1254 TNTP
## 1255 TNTP
## 1256 TNTP
## 1257 TNTP
## 1258 TNTP
## 1259 TNTP
## 1260 TNTP
## 1261 TNTP
## 1262 TNTP
## 1263 TNTP
## 1264 TNTP
## 1265 TNTP
## 1266 TNTP
## 1267 TNTP
## 1268 TNTP
## 1269 TNTP
## 1270 TNTP
## 1271 TNTP
## 1272 TNTP
## 1273 MiCoOp, EdTech Specialists
## 1274 MiCoOp, EdTech Specialists
## 1275 MiCoOp, EdTech Specialists
## 1276 MiCoOp, EdTech Specialists
## 1277 MiCoOp, EdTech Specialists
## 1278 MiCoOp, EdTech Specialists
## 1279 MiCoOp, EdTech Specialists
## 1280 MiCoOp, EdTech Specialists
## 1281 MiCoOp, EdTech Specialists
## 1282 MiCoOp, EdTech Specialists
## 1283 MiCoOp, EdTech Specialists
## 1284 MiCoOp, EdTech Specialists
## 1285 MiCoOp, EdTech Specialists
## 1286 MiCoOp, EdTech Specialists
## 1287 MiCoOp, EdTech Specialists
## 1288 MiCoOp, EdTech Specialists
## 1289 MiCoOp, EdTech Specialists
## 1290 MiCoOp, EdTech Specialists
## 1291 MiCoOp, EdTech Specialists
## 1292 MiCoOp, EdTech Specialists
## 1293 MiCoOp, EdTech Specialists
## 1294 MiCoOp, EdTech Specialists
## 1295 MiCoOp, EdTech Specialists
## 1296 MiCoOp, EdTech Specialists
## 1297 MiCoOp, EdTech Specialists
## 1298 MiCoOp, EdTech Specialists
## 1299 MiCoOp, EdTech Specialists
## 1300 MiCoOp, EdTech Specialists
## 1301 MiCoOp, EdTech Specialists
## 1302 MiCoOp, EdTech Specialists
## 1303 MiCoOp, EdTech Specialists
## 1304 MiCoOp, EdTech Specialists
## 1305 MiCoOp, EdTech Specialists
## 1306 228 Accelerator
## 1307 228 Accelerator
## 1308 228 Accelerator
## 1309 228 Accelerator
## 1310 228 Accelerator
## 1311 228 Accelerator
## 1312 228 Accelerator
## 1313 228 Accelerator
## 1314 228 Accelerator
## 1315 228 Accelerator
## 1316 228 Accelerator
## 1317 228 Accelerator
## 1318 228 Accelerator
## 1319 228 Accelerator
## 1320 228 Accelerator
## 1321 228 Accelerator
## 1322 228 Accelerator
## 1323 228 Accelerator
## 1324 228 Accelerator
## 1325 228 Accelerator
## 1326 228 Accelerator
## 1327 228 Accelerator
## 1328 228 Accelerator
## 1329 228 Accelerator
## 1330 228 Accelerator
## 1331 228 Accelerator
## 1332 228 Accelerator
## 1333 228 Accelerator
## 1334 228 Accelerator
## 1335 228 Accelerator
## 1336 228 Accelerator
## 1337 228 Accelerator
## 1338 228 Accelerator
## 1339 228 Accelerator
## 1340 228 Accelerator
## 1341 228 Accelerator
## 1342 228 Accelerator
## 1343 228 Accelerator
## 1344 228 Accelerator
## 1345 228 Accelerator
## 1346 228 Accelerator
## 1347 228 Accelerator
## 1348 228 Accelerator
## 1349 228 Accelerator
## 1350 228 Accelerator
## 1351 228 Accelerator
## 1352 228 Accelerator
## 1353 228 Accelerator
## 1354 228 Accelerator
## 1355 228 Accelerator
## 1356 228 Accelerator
## 1357 228 Accelerator
## 1358 228 Accelerator
## 1359 228 Accelerator
## 1360 228 Accelerator
## 1361 NewSchools Venture Fund
## 1362 NewSchools Venture Fund
## 1363 NewSchools Venture Fund
## 1364 NewSchools Venture Fund
## 1365 NewSchools Venture Fund
## 1366 NewSchools Venture Fund
## 1367 NewSchools Venture Fund
## 1368 NewSchools Venture Fund
## 1369 NewSchools Venture Fund
## 1370 NewSchools Venture Fund
## 1371 NewSchools Venture Fund
## 1372 NewSchools Venture Fund
## 1373 NewSchools Venture Fund
## 1374 NewSchools Venture Fund
## 1375 NewSchools Venture Fund
## 1376 NewSchools Venture Fund
## 1377 NewSchools Venture Fund
## 1378 NewSchools Venture Fund
## 1379 NewSchools Venture Fund
## 1380 NewSchools Venture Fund
## 1381 NewSchools Venture Fund
## 1382 NewSchools Venture Fund
## 1383 NewSchools Venture Fund
## 1384 NewSchools Venture Fund
## 1385 NewSchools Venture Fund
## 1386 NewSchools Venture Fund
## 1387 NewSchools Venture Fund
## 1388 NewSchools Venture Fund
## 1389 NewSchools Venture Fund
## 1390 NewSchools Venture Fund
## 1391 NewSchools Venture Fund
## 1392 NewSchools Venture Fund
## 1393 NewSchools Venture Fund
## 1394 NewSchools Venture Fund
## 1395 NewSchools Venture Fund
## 1396 NewSchools Venture Fund
## 1397 NewSchools Venture Fund
## 1398 NewSchools Venture Fund
## 1399 NewSchools Venture Fund
## 1400 Utah State Board of Education
## 1401 Utah State Board of Education
## 1402 Utah State Board of Education
## 1403 Utah State Board of Education
## 1404 Utah State Board of Education
## 1405 Utah State Board of Education
## 1406 Utah State Board of Education
## 1407 Utah State Board of Education
## 1408 Utah State Board of Education
## 1409 Utah State Board of Education
## 1410 Utah State Board of Education
## 1411 Utah State Board of Education
## 1412 Utah State Board of Education
## 1413 Utah State Board of Education
## 1414 Utah State Board of Education
## 1415 Utah State Board of Education
## 1416 Utah State Board of Education
## 1417 Utah State Board of Education
## 1418 Utah State Board of Education
## 1419 Utah State Board of Education
## 1420 Utah State Board of Education
## 1421 Utah State Board of Education
## 1422 Utah State Board of Education
## 1423 Utah State Board of Education
## 1424 Utah State Board of Education
## 1425 Utah State Board of Education
## 1426 Utah State Board of Education
## 1427 Utah State Board of Education
## 1428 Utah State Board of Education
## 1429 Utah State Board of Education
## 1430 Utah State Board of Education
## 1431 Utah State Board of Education
## 1432 Utah State Board of Education
## 1433 Utah State Board of Education
## 1434 Utah State Board of Education
## 1435 Utah State Board of Education
## 1436 Utah State Board of Education
## 1437 Utah State Board of Education
## 1438 Utah State Board of Education
## 1439 Center on Reinventing Public Education
## 1440 Center on Reinventing Public Education
## 1441 Center on Reinventing Public Education
## 1442 Center on Reinventing Public Education
## 1443 Center on Reinventing Public Education
## 1444 Center on Reinventing Public Education
## 1445 Center on Reinventing Public Education
## 1446 Center on Reinventing Public Education
## 1447 Center on Reinventing Public Education
## 1448 Center on Reinventing Public Education
## 1449 Center on Reinventing Public Education
## 1450 Center on Reinventing Public Education
## 1451 Center on Reinventing Public Education
## 1452 Center on Reinventing Public Education
## 1453 Center on Reinventing Public Education
## 1454 Center on Reinventing Public Education
## 1455 Center on Reinventing Public Education
## 1456 Center on Reinventing Public Education
## 1457 Center on Reinventing Public Education
## 1458 Center on Reinventing Public Education
## 1459 Center on Reinventing Public Education
## 1460 Center on Reinventing Public Education
## 1461 Center on Reinventing Public Education
## 1462 Center on Reinventing Public Education
## 1463 Center on Reinventing Public Education
## 1464 Center on Reinventing Public Education
## 1465 Center on Reinventing Public Education
## 1466 Center on Reinventing Public Education
## 1467 Center on Reinventing Public Education
## 1468 Center on Reinventing Public Education
## 1469 Center on Reinventing Public Education
## 1470 Next Generation Learning Challenges
## school_name school_address
## 1 The Academy of Advanced Learning 431 N Sable Blvd
## 2 The Academy of Advanced Learning 431 N Sable Blvd
## 3 The Academy of Advanced Learning 431 N Sable Blvd
## 4 The Academy of Advanced Learning 431 N Sable Blvd
## 5 The Academy of Advanced Learning 431 N Sable Blvd
## 6 The Academy of Advanced Learning 431 N Sable Blvd
## 7 The Academy of Advanced Learning 431 N Sable Blvd
## 8 The Academy of Advanced Learning 431 N Sable Blvd
## 9 The Academy of Advanced Learning 431 N Sable Blvd
## 10 The Academy of Advanced Learning 431 N Sable Blvd
## 11 The Academy of Advanced Learning 431 N Sable Blvd
## 12 The Academy of Advanced Learning 431 N Sable Blvd
## 13 The Academy of Advanced Learning 431 N Sable Blvd
## 14 The Academy of Advanced Learning 431 N Sable Blvd
## 15 The Academy of Advanced Learning 431 N Sable Blvd
## 16 The Academy of Advanced Learning 431 N Sable Blvd
## 17 The Academy of Advanced Learning 431 N Sable Blvd
## 18 The Academy of Advanced Learning 431 N Sable Blvd
## 19 The Academy of Advanced Learning 431 N Sable Blvd
## 20 The Academy of Advanced Learning 431 N Sable Blvd
## 21 The Academy of Advanced Learning 431 N Sable Blvd
## 22 Anastasis Academy 6495 S Colorado Blvd
## 23 Anastasis Academy 6495 S Colorado Blvd
## 24 Anastasis Academy 6495 S Colorado Blvd
## 25 Anastasis Academy 6495 S Colorado Blvd
## 26 Anastasis Academy 6495 S Colorado Blvd
## 27 Anastasis Academy 6495 S Colorado Blvd
## 28 Anastasis Academy 6495 S Colorado Blvd
## 29 Anastasis Academy 6495 S Colorado Blvd
## 30 Anastasis Academy 6495 S Colorado Blvd
## 31 Anastasis Academy 6495 S Colorado Blvd
## 32 Anastasis Academy 6495 S Colorado Blvd
## 33 Anastasis Academy 6495 S Colorado Blvd
## 34 Anastasis Academy 6495 S Colorado Blvd
## 35 Anastasis Academy 6495 S Colorado Blvd
## 36 Anastasis Academy 6495 S Colorado Blvd
## 37 Anastasis Academy 6495 S Colorado Blvd
## 38 Anastasis Academy 6495 S Colorado Blvd
## 39 Anastasis Academy 6495 S Colorado Blvd
## 40 Anastasis Academy 6495 S Colorado Blvd
## 41 Anastasis Academy 6495 S Colorado Blvd
## 42 Anastasis Academy 6495 S Colorado Blvd
## 43 Anastasis Academy 6495 S Colorado Blvd
## 44 Anastasis Academy 6495 S Colorado Blvd
## 45 Anastasis Academy 6495 S Colorado Blvd
## 46 Anastasis Academy 6495 S Colorado Blvd
## 47 Anastasis Academy 6495 S Colorado Blvd
## 48 Anastasis Academy 6495 S Colorado Blvd
## 49 Anastasis Academy 6495 S Colorado Blvd
## 50 Anastasis Academy 6495 S Colorado Blvd
## 51 Anastasis Academy 6495 S Colorado Blvd
## 52 Anastasis Academy 6495 S Colorado Blvd
## 53 Anastasis Academy 6495 S Colorado Blvd
## 54 Anastasis Academy 6495 S Colorado Blvd
## 55 Anastasis Academy 6495 S Colorado Blvd
## 56 Anastasis Academy 6495 S Colorado Blvd
## 57 Anastasis Academy 6495 S Colorado Blvd
## 58 Anastasis Academy 6495 S Colorado Blvd
## 59 Anastasis Academy 6495 S Colorado Blvd
## 60 Anastasis Academy 6495 S Colorado Blvd
## 61 Anastasis Academy 6495 S Colorado Blvd
## 62 Anastasis Academy 6495 S Colorado Blvd
## 63 Anastasis Academy 6495 S Colorado Blvd
## 64 Anastasis Academy 6495 S Colorado Blvd
## 65 Anastasis Academy 6495 S Colorado Blvd
## 66 Anastasis Academy 6495 S Colorado Blvd
## 67 Anastasis Academy 6495 S Colorado Blvd
## 68 Anastasis Academy 6495 S Colorado Blvd
## 69 Anastasis Academy 6495 S Colorado Blvd
## 70 Anastasis Academy 6495 S Colorado Blvd
## 71 Anastasis Academy 6495 S Colorado Blvd
## 72 Anastasis Academy 6495 S Colorado Blvd
## 73 Anastasis Academy 6495 S Colorado Blvd
## 74 Anastasis Academy 6495 S Colorado Blvd
## 75 Anastasis Academy 6495 S Colorado Blvd
## 76 Anastasis Academy 6495 S Colorado Blvd
## 77 Anastasis Academy 6495 S Colorado Blvd
## 78 Anastasis Academy 6495 S Colorado Blvd
## 79 Anastasis Academy 6495 S Colorado Blvd
## 80 Anastasis Academy 6495 S Colorado Blvd
## 81 Anastasis Academy 6495 S Colorado Blvd
## 82 Asa Messer Elementary School 1655 Westminster Street
## 83 Asa Messer Elementary School 1655 Westminster Street
## 84 Asa Messer Elementary School 1655 Westminster Street
## 85 Asa Messer Elementary School 1655 Westminster Street
## 86 Asa Messer Elementary School 1655 Westminster Street
## 87 Asa Messer Elementary School 1655 Westminster Street
## 88 Asa Messer Elementary School 1655 Westminster Street
## 89 Asa Messer Elementary School 1655 Westminster Street
## 90 Asa Messer Elementary School 1655 Westminster Street
## 91 Asa Messer Elementary School 1655 Westminster Street
## 92 Asa Messer Elementary School 1655 Westminster Street
## 93 Asa Messer Elementary School 1655 Westminster Street
## 94 Asa Messer Elementary School 1655 Westminster Street
## 95 Asa Messer Elementary School 1655 Westminster Street
## 96 Asa Messer Elementary School 1655 Westminster Street
## 97 Asa Messer Elementary School 1655 Westminster Street
## 98 Asa Messer Elementary School 1655 Westminster Street
## 99 Asa Messer Elementary School 1655 Westminster Street
## 100 Asa Messer Elementary School 1655 Westminster Street
## 101 Asa Messer Elementary School 1655 Westminster Street
## 102 Asa Messer Elementary School 1655 Westminster Street
## 103 Asa Messer Elementary School 1655 Westminster Street
## 104 Avalon School 700 Glendale St
## 105 Avalon School 700 Glendale St
## 106 Avalon School 700 Glendale St
## 107 Avalon School 700 Glendale St
## 108 Avalon School 700 Glendale St
## 109 Avalon School 700 Glendale St
## 110 Avalon School 700 Glendale St
## 111 Avalon School 700 Glendale St
## 112 Avalon School 700 Glendale St
## 113 Avalon School 700 Glendale St
## 114 Avalon School 700 Glendale St
## 115 Avalon School 700 Glendale St
## 116 Avalon School 700 Glendale St
## 117 Avalon School 700 Glendale St
## 118 Avalon School 700 Glendale St
## 119 Avalon School 700 Glendale St
## 120 Avalon School 700 Glendale St
## 121 Avalon School 700 Glendale St
## 122 Avalon School 700 Glendale St
## 123 Avalon School 700 Glendale St
## 124 Avalon School 700 Glendale St
## 125 Avalon School 700 Glendale St
## 126 Avalon School 700 Glendale St
## 127 Avalon School 700 Glendale St
## 128 Avalon School 700 Glendale St
## 129 Avalon School 700 Glendale St
## 130 Avalon School 700 Glendale St
## 131 Avalon School 700 Glendale St
## 132 Avalon School 700 Glendale St
## 133 Avalon School 700 Glendale St
## 134 Avalon School 700 Glendale St
## 135 Avalon School 700 Glendale St
## 136 Avalon School 700 Glendale St
## 137 Avalon School 700 Glendale St
## 138 Avalon School 700 Glendale St
## 139 Avalon School 700 Glendale St
## 140 Avalon School 700 Glendale St
## 141 Avalon School 700 Glendale St
## 142 Avalon School 700 Glendale St
## 143 Avalon School 700 Glendale St
## 144 Avalon School 700 Glendale St
## 145 Avalon School 700 Glendale St
## 146 Avalon School 700 Glendale St
## 147 Avalon School 700 Glendale St
## 148 Avalon School 700 Glendale St
## 149 Avalon School 700 Glendale St
## 150 Avalon School 700 Glendale St
## 151 Avalon School 700 Glendale St
## 152 Avalon School 700 Glendale St
## 153 Avalon School 700 Glendale St
## 154 Avalon School 700 Glendale St
## 155 Avalon School 700 Glendale St
## 156 Avalon School 700 Glendale St
## 157 Avalon School 700 Glendale St
## 158 Avalon School 700 Glendale St
## 159 Avalon School 700 Glendale St
## 160 Avalon School 700 Glendale St
## 161 Avalon School 700 Glendale St
## 162 Avalon School 700 Glendale St
## 163 Avalon School 700 Glendale St
## 164 Blackstone Academy Charter School 334 Pleasant Street
## 165 Blackstone Academy Charter School 334 Pleasant Street
## 166 Blackstone Academy Charter School 334 Pleasant Street
## 167 Blackstone Academy Charter School 334 Pleasant Street
## 168 Blackstone Academy Charter School 334 Pleasant Street
## 169 Blackstone Academy Charter School 334 Pleasant Street
## 170 Blackstone Academy Charter School 334 Pleasant Street
## 171 Blackstone Academy Charter School 334 Pleasant Street
## 172 Blackstone Academy Charter School 334 Pleasant Street
## 173 Blackstone Academy Charter School 334 Pleasant Street
## 174 Blackstone Academy Charter School 334 Pleasant Street
## 175 Blackstone Academy Charter School 334 Pleasant Street
## 176 Blackstone Academy Charter School 334 Pleasant Street
## 177 Blackstone Academy Charter School 334 Pleasant Street
## 178 Blackstone Academy Charter School 334 Pleasant Street
## 179 Blackstone Academy Charter School 334 Pleasant Street
## 180 Blackstone Academy Charter School 334 Pleasant Street
## 181 Blackstone Academy Charter School 334 Pleasant Street
## 182 Blackstone Academy Charter School 334 Pleasant Street
## 183 Blackstone Academy Charter School 334 Pleasant Street
## 184 Blackstone Academy Charter School 334 Pleasant Street
## 185 Blackstone Academy Charter School 334 Pleasant Street
## 186 Blackstone Academy Charter School 334 Pleasant Street
## 187 Blackstone Academy Charter School 334 Pleasant Street
## 188 Blackstone Academy Charter School 334 Pleasant Street
## 189 Blackstone Academy Charter School 334 Pleasant Street
## 190 Blackstone Academy Charter School 334 Pleasant Street
## 191 Blackstone Academy Charter School 334 Pleasant Street
## 192 Blackstone Academy Charter School 334 Pleasant Street
## 193 Blackstone Academy Charter School 334 Pleasant Street
## 194 Blackstone Academy Charter School 334 Pleasant Street
## 195 Blackstone Academy Charter School 334 Pleasant Street
## 196 Blackstone Academy Charter School 334 Pleasant Street
## 197 Blackstone Academy Charter School 334 Pleasant Street
## 198 Blackstone Academy Charter School 334 Pleasant Street
## 199 Blackstone Academy Charter School 334 Pleasant Street
## 200 Blackstone Academy Charter School 334 Pleasant Street
## 201 Blackstone Academy Charter School 334 Pleasant Street
## 202 Blackstone Academy Charter School 334 Pleasant Street
## 203 Blackstone Academy Charter School 334 Pleasant Street
## 204 Blackstone Academy Charter School 334 Pleasant Street
## 205 Blackstone Academy Charter School 334 Pleasant Street
## 206 Blackstone Academy Charter School 334 Pleasant Street
## 207 Blackstone Academy Charter School 334 Pleasant Street
## 208 Blackstone Academy Charter School 334 Pleasant Street
## 209 Blackstone Academy Charter School 334 Pleasant Street
## 210 Blackstone Academy Charter School 334 Pleasant Street
## 211 Blackstone Academy Charter School 334 Pleasant Street
## 212 Blackstone Academy Charter School 334 Pleasant Street
## 213 Blackstone Academy Charter School 334 Pleasant Street
## 214 Blackstone Academy Charter School 334 Pleasant Street
## 215 Blackstone Academy Charter School 334 Pleasant Street
## 216 Blackstone Academy Charter School 334 Pleasant Street
## 217 Blackstone Academy Charter School 334 Pleasant Street
## 218 Blackstone Academy Charter School 334 Pleasant Street
## 219 Blackstone Academy Charter School 334 Pleasant Street
## 220 Blackstone Academy Charter School 334 Pleasant Street
## 221 Blackstone Academy Charter School 334 Pleasant Street
## 222 Boston Day and Evening Academy 20 Kearsarge Ave
## 223 Boston Day and Evening Academy 20 Kearsarge Ave
## 224 Boston Day and Evening Academy 20 Kearsarge Ave
## 225 Boston Day and Evening Academy 20 Kearsarge Ave
## 226 Boston Day and Evening Academy 20 Kearsarge Ave
## 227 Boston Day and Evening Academy 20 Kearsarge Ave
## 228 Boston Day and Evening Academy 20 Kearsarge Ave
## 229 Boston Day and Evening Academy 20 Kearsarge Ave
## 230 Boston Day and Evening Academy 20 Kearsarge Ave
## 231 Boston Day and Evening Academy 20 Kearsarge Ave
## 232 Boston Day and Evening Academy 20 Kearsarge Ave
## 233 Boston Day and Evening Academy 20 Kearsarge Ave
## 234 Boston Day and Evening Academy 20 Kearsarge Ave
## 235 Boston Day and Evening Academy 20 Kearsarge Ave
## 236 Boston Day and Evening Academy 20 Kearsarge Ave
## 237 Boston Day and Evening Academy 20 Kearsarge Ave
## 238 Boston Day and Evening Academy 20 Kearsarge Ave
## 239 Boston Day and Evening Academy 20 Kearsarge Ave
## 240 Boston Day and Evening Academy 20 Kearsarge Ave
## 241 Boston Day and Evening Academy 20 Kearsarge Ave
## 242 Boston Day and Evening Academy 20 Kearsarge Ave
## 243 Boston Day and Evening Academy 20 Kearsarge Ave
## 244 Boston Day and Evening Academy 20 Kearsarge Ave
## 245 Boston Day and Evening Academy 20 Kearsarge Ave
## 246 Boston Day and Evening Academy 20 Kearsarge Ave
## 247 Boston Day and Evening Academy 20 Kearsarge Ave
## 248 Boston Day and Evening Academy 20 Kearsarge Ave
## 249 Boston Day and Evening Academy 20 Kearsarge Ave
## 250 Boston Day and Evening Academy 20 Kearsarge Ave
## 251 Boston Day and Evening Academy 20 Kearsarge Ave
## 252 Boston Day and Evening Academy 20 Kearsarge Ave
## 253 Boston Day and Evening Academy 20 Kearsarge Ave
## 254 Boston Day and Evening Academy 20 Kearsarge Ave
## 255 Boston Day and Evening Academy 20 Kearsarge Ave
## 256 Boston Day and Evening Academy 20 Kearsarge Ave
## 257 Boston Day and Evening Academy 20 Kearsarge Ave
## 258 Boston Day and Evening Academy 20 Kearsarge Ave
## 259 Boston Day and Evening Academy 20 Kearsarge Ave
## 260 Boston Day and Evening Academy 20 Kearsarge Ave
## 261 Boston Day and Evening Academy 20 Kearsarge Ave
## 262 Boston Day and Evening Academy 20 Kearsarge Ave
## 263 Boston Day and Evening Academy 20 Kearsarge Ave
## 264 Boston Day and Evening Academy 20 Kearsarge Ave
## 265 Boston Day and Evening Academy 20 Kearsarge Ave
## 266 Boston Day and Evening Academy 20 Kearsarge Ave
## 267 Boston Day and Evening Academy 20 Kearsarge Ave
## 268 Boston Day and Evening Academy 20 Kearsarge Ave
## 269 Boston Day and Evening Academy 20 Kearsarge Ave
## 270 Boston Day and Evening Academy 20 Kearsarge Ave
## 271 Boston Day and Evening Academy 20 Kearsarge Ave
## 272 Boston Day and Evening Academy 20 Kearsarge Ave
## 273 Boston Day and Evening Academy 20 Kearsarge Ave
## 274 Boston Day and Evening Academy 20 Kearsarge Ave
## 275 Boston Day and Evening Academy 20 Kearsarge Ave
## 276 Boston Day and Evening Academy 20 Kearsarge Ave
## 277 Boston Day and Evening Academy 20 Kearsarge Ave
## 278 Boston Day and Evening Academy 20 Kearsarge Ave
## 279 Canon City High School 1313 College
## 280 Canon City High School 1313 College
## 281 Canon City High School 1313 College
## 282 Canon City High School 1313 College
## 283 Canon City High School 1313 College
## 284 Canon City High School 1313 College
## 285 Canon City High School 1313 College
## 286 Canon City High School 1313 College
## 287 Canon City High School 1313 College
## 288 Canon City High School 1313 College
## 289 Canon City High School 1313 College
## 290 Canon City High School 1313 College
## 291 Canon City High School 1313 College
## 292 Canon City High School 1313 College
## 293 Canon City High School 1313 College
## 294 Canon City High School 1313 College
## 295 Canon City High School 1313 College
## 296 Canon City High School 1313 College
## 297 Canon City High School 1313 College
## 298 Canon City High School 1313 College
## 299 Canon City High School 1313 College
## 300 Canon City High School 1313 College
## 301 Canon City High School 1313 College
## 302 Canon City High School 1313 College
## 303 Canon City High School 1313 College
## 304 Canon City High School 1313 College
## 305 Canon City High School 1313 College
## 306 Canon City High School 1313 College
## 307 Canon City High School 1313 College
## 308 Canon City High School 1313 College
## 309 Canon City High School 1313 College
## 310 Canon City High School 1313 College
## 311 Canon City High School 1313 College
## 312 Canon City High School 1313 College
## 313 Canon City High School 1313 College
## 314 Canon City High School 1313 College
## 315 Canon City High School 1313 College
## 316 Canon City High School 1313 College
## 317 Canon City High School 1313 College
## 318 Canon City High School 1313 College
## 319 Canon City High School 1313 College
## 320 Canon City High School 1313 College
## 321 Canon City High School 1313 College
## 322 Canon City High School 1313 College
## 323 Canon City High School 1313 College
## 324 Canon City High School 1313 College
## 325 Canon City High School 1313 College
## 326 Canon City High School 1313 College
## 327 Canon City High School 1313 College
## 328 Canon City High School 1313 College
## 329 Canon City High School 1313 College
## 330 Canon City High School 1313 College
## 331 Canon City High School 1313 College
## 332 Canon City High School 1313 College
## 333 Canon City High School 1313 College
## 334 Canon City High School 1313 College
## 335 Canon City High School 1313 College
## 336 Canon City High School 1313 College
## 337 Canon City High School 1313 College
## 338 Canon City High School 1313 College
## 339 Canon City High School 1313 College
## 340 Canon City High School 1313 College
## 341 Casco Bay High School 196 Allen Avenue
## 342 Casco Bay High School 196 Allen Avenue
## 343 Casco Bay High School 196 Allen Avenue
## 344 Casco Bay High School 196 Allen Avenue
## 345 Casco Bay High School 196 Allen Avenue
## 346 Casco Bay High School 196 Allen Avenue
## 347 Casco Bay High School 196 Allen Avenue
## 348 Casco Bay High School 196 Allen Avenue
## 349 Casco Bay High School 196 Allen Avenue
## 350 Casco Bay High School 196 Allen Avenue
## 351 Casco Bay High School 196 Allen Avenue
## 352 Casco Bay High School 196 Allen Avenue
## 353 Casco Bay High School 196 Allen Avenue
## 354 Casco Bay High School 196 Allen Avenue
## 355 Casco Bay High School 196 Allen Avenue
## 356 Casco Bay High School 196 Allen Avenue
## 357 Casco Bay High School 196 Allen Avenue
## 358 Casco Bay High School 196 Allen Avenue
## 359 Casco Bay High School 196 Allen Avenue
## 360 Casco Bay High School 196 Allen Avenue
## 361 Casco Bay High School 196 Allen Avenue
## 362 Casco Bay High School 196 Allen Avenue
## 363 Casco Bay High School 196 Allen Avenue
## 364 Casco Bay High School 196 Allen Avenue
## 365 Casco Bay High School 196 Allen Avenue
## 366 Casco Bay High School 196 Allen Avenue
## 367 Casco Bay High School 196 Allen Avenue
## 368 Casco Bay High School 196 Allen Avenue
## 369 Casco Bay High School 196 Allen Avenue
## 370 Casco Bay High School 196 Allen Avenue
## 371 Casco Bay High School 196 Allen Avenue
## 372 Casco Bay High School 196 Allen Avenue
## 373 Casco Bay High School 196 Allen Avenue
## 374 Casco Bay High School 196 Allen Avenue
## 375 Casco Bay High School 196 Allen Avenue
## 376 Casco Bay High School 196 Allen Avenue
## 377 Casco Bay High School 196 Allen Avenue
## 378 Casco Bay High School 196 Allen Avenue
## 379 Casco Bay High School 196 Allen Avenue
## 380 Casco Bay High School 196 Allen Avenue
## 381 Casco Bay High School 196 Allen Avenue
## 382 Casco Bay High School 196 Allen Avenue
## 383 Casco Bay High School 196 Allen Avenue
## 384 Citizens of the World Hollywood 1316 N. Bronson Ave.
## 385 Citizens of the World Hollywood 1316 N. Bronson Ave.
## 386 Citizens of the World Hollywood 1316 N. Bronson Ave.
## 387 Citizens of the World Hollywood 1316 N. Bronson Ave.
## 388 Citizens of the World Hollywood 1316 N. Bronson Ave.
## 389 Citizens of the World Hollywood 1316 N. Bronson Ave.
## 390 Citizens of the World Hollywood 1316 N. Bronson Ave.
## 391 Citizens of the World Hollywood 1316 N. Bronson Ave.
## 392 Citizens of the World Hollywood 1316 N. Bronson Ave.
## 393 Citizens of the World Hollywood 1316 N. Bronson Ave.
## 394 Citizens of the World Hollywood 1316 N. Bronson Ave.
## 395 Citizens of the World Hollywood 1316 N. Bronson Ave.
## 396 Citizens of the World Hollywood 1316 N. Bronson Ave.
## 397 Citizens of the World Hollywood 1316 N. Bronson Ave.
## 398 Citizens of the World Hollywood 1316 N. Bronson Ave.
## 399 Citizens of the World Hollywood 1316 N. Bronson Ave.
## 400 Citizens of the World Hollywood 1316 N. Bronson Ave.
## 401 Citizens of the World Hollywood 1316 N. Bronson Ave.
## 402 Citizens of the World Hollywood 1316 N. Bronson Ave.
## 403 City Garden Montessori School 1618 Tower Grove Ave
## 404 City Garden Montessori School 1618 Tower Grove Ave
## 405 City Garden Montessori School 1618 Tower Grove Ave
## 406 City Garden Montessori School 1618 Tower Grove Ave
## 407 City Garden Montessori School 1618 Tower Grove Ave
## 408 City Garden Montessori School 1618 Tower Grove Ave
## 409 City Garden Montessori School 1618 Tower Grove Ave
## 410 City Garden Montessori School 1618 Tower Grove Ave
## 411 City Garden Montessori School 1618 Tower Grove Ave
## 412 City Garden Montessori School 1618 Tower Grove Ave
## 413 City Garden Montessori School 1618 Tower Grove Ave
## 414 City Garden Montessori School 1618 Tower Grove Ave
## 415 City Garden Montessori School 1618 Tower Grove Ave
## 416 City Garden Montessori School 1618 Tower Grove Ave
## 417 City Garden Montessori School 1618 Tower Grove Ave
## 418 City Garden Montessori School 1618 Tower Grove Ave
## 419 City Garden Montessori School 1618 Tower Grove Ave
## 420 City Garden Montessori School 1618 Tower Grove Ave
## 421 City Garden Montessori School 1618 Tower Grove Ave
## 422 City Garden Montessori School 1618 Tower Grove Ave
## 423 City Garden Montessori School 1618 Tower Grove Ave
## 424 City Garden Montessori School 1618 Tower Grove Ave
## 425 City Garden Montessori School 1618 Tower Grove Ave
## 426 City Garden Montessori School 1618 Tower Grove Ave
## 427 City Garden Montessori School 1618 Tower Grove Ave
## 428 City Garden Montessori School 1618 Tower Grove Ave
## 429 City Garden Montessori School 1618 Tower Grove Ave
## 430 City Garden Montessori School 1618 Tower Grove Ave
## 431 City Garden Montessori School 1618 Tower Grove Ave
## 432 City Garden Montessori School 1618 Tower Grove Ave
## 433 City Garden Montessori School 1618 Tower Grove Ave
## 434 City Garden Montessori School 1618 Tower Grove Ave
## 435 City Garden Montessori School 1618 Tower Grove Ave
## 436 City Garden Montessori School 1618 Tower Grove Ave
## 437 City Garden Montessori School 1618 Tower Grove Ave
## 438 City Garden Montessori School 1618 Tower Grove Ave
## 439 City Garden Montessori School 1618 Tower Grove Ave
## 440 City Garden Montessori School 1618 Tower Grove Ave
## 441 City Garden Montessori School 1618 Tower Grove Ave
## 442 City Garden Montessori School 1618 Tower Grove Ave
## 443 City Garden Montessori School 1618 Tower Grove Ave
## 444 City Garden Montessori School 1618 Tower Grove Ave
## 445 City Garden Montessori School 1618 Tower Grove Ave
## 446 City Garden Montessori School 1618 Tower Grove Ave
## 447 City Garden Montessori School 1618 Tower Grove Ave
## 448 City Garden Montessori School 1618 Tower Grove Ave
## 449 City Garden Montessori School 1618 Tower Grove Ave
## 450 City Garden Montessori School 1618 Tower Grove Ave
## 451 City Garden Montessori School 1618 Tower Grove Ave
## 452 City Garden Montessori School 1618 Tower Grove Ave
## 453 CodeRVA Regional High School 1405 Cummings Drive, Suite 10
## 454 CodeRVA Regional High School 1405 Cummings Drive, Suite 10
## 455 CodeRVA Regional High School 1405 Cummings Drive, Suite 10
## 456 CodeRVA Regional High School 1405 Cummings Drive, Suite 10
## 457 CodeRVA Regional High School 1405 Cummings Drive, Suite 10
## 458 CodeRVA Regional High School 1405 Cummings Drive, Suite 10
## 459 CodeRVA Regional High School 1405 Cummings Drive, Suite 10
## 460 CodeRVA Regional High School 1405 Cummings Drive, Suite 10
## 461 CodeRVA Regional High School 1405 Cummings Drive, Suite 10
## 462 CodeRVA Regional High School 1405 Cummings Drive, Suite 10
## 463 CodeRVA Regional High School 1405 Cummings Drive, Suite 10
## 464 CodeRVA Regional High School 1405 Cummings Drive, Suite 10
## 465 CodeRVA Regional High School 1405 Cummings Drive, Suite 10
## 466 CodeRVA Regional High School 1405 Cummings Drive, Suite 10
## 467 CodeRVA Regional High School 1405 Cummings Drive, Suite 10
## 468 CodeRVA Regional High School 1405 Cummings Drive, Suite 10
## 469 CodeRVA Regional High School 1405 Cummings Drive, Suite 10
## 470 CodeRVA Regional High School 1405 Cummings Drive, Suite 10
## 471 CodeRVA Regional High School 1405 Cummings Drive, Suite 10
## 472 CodeRVA Regional High School 1405 Cummings Drive, Suite 10
## 473 CodeRVA Regional High School 1405 Cummings Drive, Suite 10
## 474 CodeRVA Regional High School 1405 Cummings Drive, Suite 10
## 475 CodeRVA Regional High School 1405 Cummings Drive, Suite 10
## 476 CodeRVA Regional High School 1405 Cummings Drive, Suite 10
## 477 CodeRVA Regional High School 1405 Cummings Drive, Suite 10
## 478 CodeRVA Regional High School 1405 Cummings Drive, Suite 10
## 479 CodeRVA Regional High School 1405 Cummings Drive, Suite 10
## 480 CodeRVA Regional High School 1405 Cummings Drive, Suite 10
## 481 CodeRVA Regional High School 1405 Cummings Drive, Suite 10
## 482 CodeRVA Regional High School 1405 Cummings Drive, Suite 10
## 483 CodeRVA Regional High School 1405 Cummings Drive, Suite 10
## 484 CodeRVA Regional High School 1405 Cummings Drive, Suite 10
## 485 CodeRVA Regional High School 1405 Cummings Drive, Suite 10
## 486 CodeRVA Regional High School 1405 Cummings Drive, Suite 10
## 487 CodeRVA Regional High School 1405 Cummings Drive, Suite 10
## 488 CodeRVA Regional High School 1405 Cummings Drive, Suite 10
## 489 CodeRVA Regional High School 1405 Cummings Drive, Suite 10
## 490 CodeRVA Regional High School 1405 Cummings Drive, Suite 10
## 491 CodeRVA Regional High School 1405 Cummings Drive, Suite 10
## 492 CodeRVA Regional High School 1405 Cummings Drive, Suite 10
## 493 CodeRVA Regional High School 1405 Cummings Drive, Suite 10
## 494 CodeRVA Regional High School 1405 Cummings Drive, Suite 10
## 495 CodeRVA Regional High School 1405 Cummings Drive, Suite 10
## 496 CodeRVA Regional High School 1405 Cummings Drive, Suite 10
## 497 CodeRVA Regional High School 1405 Cummings Drive, Suite 10
## 498 Common Ground High School 358 Springside Ave.
## 499 Common Ground High School 358 Springside Ave.
## 500 Common Ground High School 358 Springside Ave.
## 501 Common Ground High School 358 Springside Ave.
## 502 Common Ground High School 358 Springside Ave.
## 503 Common Ground High School 358 Springside Ave.
## 504 Common Ground High School 358 Springside Ave.
## 505 Common Ground High School 358 Springside Ave.
## 506 Common Ground High School 358 Springside Ave.
## 507 Common Ground High School 358 Springside Ave.
## 508 Common Ground High School 358 Springside Ave.
## 509 Common Ground High School 358 Springside Ave.
## 510 Common Ground High School 358 Springside Ave.
## 511 Common Ground High School 358 Springside Ave.
## 512 Common Ground High School 358 Springside Ave.
## 513 Common Ground High School 358 Springside Ave.
## 514 Common Ground High School 358 Springside Ave.
## 515 Common Ground High School 358 Springside Ave.
## 516 Common Ground High School 358 Springside Ave.
## 517 Common Ground High School 358 Springside Ave.
## 518 Common Ground High School 358 Springside Ave.
## 519 Common Ground High School 358 Springside Ave.
## 520 Common Ground High School 358 Springside Ave.
## 521 Common Ground High School 358 Springside Ave.
## 522 Common Ground High School 358 Springside Ave.
## 523 Common Ground High School 358 Springside Ave.
## 524 Common Ground High School 358 Springside Ave.
## 525 Common Ground High School 358 Springside Ave.
## 526 Common Ground High School 358 Springside Ave.
## 527 Common Ground High School 358 Springside Ave.
## 528 Common Ground High School 358 Springside Ave.
## 529 Common Ground High School 358 Springside Ave.
## 530 Common Ground High School 358 Springside Ave.
## 531 Common Ground High School 358 Springside Ave.
## 532 Common Ground High School 358 Springside Ave.
## 533 Common Ground High School 358 Springside Ave.
## 534 Common Ground High School 358 Springside Ave.
## 535 Common Ground High School 358 Springside Ave.
## 536 Common Ground High School 358 Springside Ave.
## 537 Common Ground High School 358 Springside Ave.
## 538 Common Ground High School 358 Springside Ave.
## 539 Common Ground High School 358 Springside Ave.
## 540 Common Ground High School 358 Springside Ave.
## 541 Common Ground High School 358 Springside Ave.
## 542 Concourse Village Elementary School 750 Concourse Village W
## 543 Concourse Village Elementary School 750 Concourse Village W
## 544 Concourse Village Elementary School 750 Concourse Village W
## 545 Concourse Village Elementary School 750 Concourse Village W
## 546 Concourse Village Elementary School 750 Concourse Village W
## 547 Concourse Village Elementary School 750 Concourse Village W
## 548 Concourse Village Elementary School 750 Concourse Village W
## 549 Concourse Village Elementary School 750 Concourse Village W
## 550 Concourse Village Elementary School 750 Concourse Village W
## 551 Concourse Village Elementary School 750 Concourse Village W
## 552 Concourse Village Elementary School 750 Concourse Village W
## 553 Concourse Village Elementary School 750 Concourse Village W
## 554 Concourse Village Elementary School 750 Concourse Village W
## 555 Concourse Village Elementary School 750 Concourse Village W
## 556 Concourse Village Elementary School 750 Concourse Village W
## 557 Concourse Village Elementary School 750 Concourse Village W
## 558 Concourse Village Elementary School 750 Concourse Village W
## 559 Concourse Village Elementary School 750 Concourse Village W
## 560 Concourse Village Elementary School 750 Concourse Village W
## 561 Concourse Village Elementary School 750 Concourse Village W
## 562 Concourse Village Elementary School 750 Concourse Village W
## 563 Concourse Village Elementary School 750 Concourse Village W
## 564 Concourse Village Elementary School 750 Concourse Village W
## 565 Concourse Village Elementary School 750 Concourse Village W
## 566 Concourse Village Elementary School 750 Concourse Village W
## 567 Concourse Village Elementary School 750 Concourse Village W
## 568 Concourse Village Elementary School 750 Concourse Village W
## 569 Concourse Village Elementary School 750 Concourse Village W
## 570 Concourse Village Elementary School 750 Concourse Village W
## 571 Concourse Village Elementary School 750 Concourse Village W
## 572 Concourse Village Elementary School 750 Concourse Village W
## 573 Concourse Village Elementary School 750 Concourse Village W
## 574 Concourse Village Elementary School 750 Concourse Village W
## 575 Concourse Village Elementary School 750 Concourse Village W
## 576 Concourse Village Elementary School 750 Concourse Village W
## 577 Concourse Village Elementary School 750 Concourse Village W
## 578 Concourse Village Elementary School 750 Concourse Village W
## 579 Concourse Village Elementary School 750 Concourse Village W
## 580 Concourse Village Elementary School 750 Concourse Village W
## 581 Concourse Village Elementary School 750 Concourse Village W
## 582 Concourse Village Elementary School 750 Concourse Village W
## 583 Concourse Village Elementary School 750 Concourse Village W
## 584 Concourse Village Elementary School 750 Concourse Village W
## 585 Concourse Village Elementary School 750 Concourse Village W
## 586 Concourse Village Elementary School 750 Concourse Village W
## 587 Concourse Village Elementary School 750 Concourse Village W
## 588 Concourse Village Elementary School 750 Concourse Village W
## 589 DB EXCEL (Kingsport) <NA>
## 590 DB EXCEL (Kingsport) <NA>
## 591 DB EXCEL (Kingsport) <NA>
## 592 DB EXCEL (Kingsport) <NA>
## 593 DB EXCEL (Kingsport) <NA>
## 594 DB EXCEL (Kingsport) <NA>
## 595 DB EXCEL (Kingsport) <NA>
## 596 DB EXCEL (Kingsport) <NA>
## 597 DB EXCEL (Kingsport) <NA>
## 598 DB EXCEL (Kingsport) <NA>
## 599 DB EXCEL (Kingsport) <NA>
## 600 DB EXCEL (Kingsport) <NA>
## 601 DB EXCEL (Kingsport) <NA>
## 602 DB EXCEL (Kingsport) <NA>
## 603 DB EXCEL (Kingsport) <NA>
## 604 DB EXCEL (Kingsport) <NA>
## 605 DB EXCEL (Kingsport) <NA>
## 606 DB EXCEL (Kingsport) <NA>
## 607 DB EXCEL (Kingsport) <NA>
## 608 DB EXCEL (Kingsport) <NA>
## 609 DB EXCEL (Kingsport) <NA>
## 610 DB EXCEL (Kingsport) <NA>
## 611 DB EXCEL (Kingsport) <NA>
## 612 DB EXCEL (Kingsport) <NA>
## 613 DB EXCEL (Kingsport) <NA>
## 614 DB EXCEL (Kingsport) <NA>
## 615 DB EXCEL (Kingsport) <NA>
## 616 DB EXCEL (Kingsport) <NA>
## 617 DB EXCEL (Kingsport) <NA>
## 618 DB EXCEL (Kingsport) <NA>
## 619 DB EXCEL (Kingsport) <NA>
## 620 DB EXCEL (Kingsport) <NA>
## 621 DB EXCEL (Kingsport) <NA>
## 622 DB EXCEL (Kingsport) <NA>
## 623 DB EXCEL (Kingsport) <NA>
## 624 DB EXCEL (Kingsport) <NA>
## 625 DB EXCEL (Kingsport) <NA>
## 626 DB EXCEL (Kingsport) <NA>
## 627 DB EXCEL (Kingsport) <NA>
## 628 DB EXCEL (Kingsport) <NA>
## 629 DB EXCEL (Kingsport) <NA>
## 630 DB EXCEL (Kingsport) <NA>
## 631 DB EXCEL (Kingsport) <NA>
## 632 DB EXCEL (Kingsport) <NA>
## 633 DB EXCEL (Kingsport) <NA>
## 634 DB EXCEL (Kingsport) <NA>
## 635 DB EXCEL (Kingsport) <NA>
## 636 DB EXCEL (Kingsport) <NA>
## 637 Digital Pioneers Academy 709 12Th St Se
## 638 Digital Pioneers Academy 709 12Th St Se
## 639 Digital Pioneers Academy 709 12Th St Se
## 640 Digital Pioneers Academy 709 12Th St Se
## 641 Digital Pioneers Academy 709 12Th St Se
## 642 Digital Pioneers Academy 709 12Th St Se
## 643 Digital Pioneers Academy 709 12Th St Se
## 644 Digital Pioneers Academy 709 12Th St Se
## 645 Digital Pioneers Academy 709 12Th St Se
## 646 Digital Pioneers Academy 709 12Th St Se
## 647 Digital Pioneers Academy 709 12Th St Se
## 648 Digital Pioneers Academy 709 12Th St Se
## 649 Digital Pioneers Academy 709 12Th St Se
## 650 Digital Pioneers Academy 709 12Th St Se
## 651 Digital Pioneers Academy 709 12Th St Se
## 652 Digital Pioneers Academy 709 12Th St Se
## 653 Digital Pioneers Academy 709 12Th St Se
## 654 East College Prep 3825 N. Mission Rd.
## 655 East College Prep 3825 N. Mission Rd.
## 656 East College Prep 3825 N. Mission Rd.
## 657 East College Prep 3825 N. Mission Rd.
## 658 East College Prep 3825 N. Mission Rd.
## 659 East College Prep 3825 N. Mission Rd.
## 660 East College Prep 3825 N. Mission Rd.
## 661 East College Prep 3825 N. Mission Rd.
## 662 East College Prep 3825 N. Mission Rd.
## 663 East College Prep 3825 N. Mission Rd.
## 664 East College Prep 3825 N. Mission Rd.
## 665 East College Prep 3825 N. Mission Rd.
## 666 East College Prep 3825 N. Mission Rd.
## 667 East College Prep 3825 N. Mission Rd.
## 668 East College Prep 3825 N. Mission Rd.
## 669 East College Prep 3825 N. Mission Rd.
## 670 East College Prep 3825 N. Mission Rd.
## 671 East College Prep 3825 N. Mission Rd.
## 672 East College Prep 3825 N. Mission Rd.
## 673 East College Prep 3825 N. Mission Rd.
## 674 East College Prep 3825 N. Mission Rd.
## 675 East College Prep 3825 N. Mission Rd.
## 676 East College Prep 3825 N. Mission Rd.
## 677 East College Prep 3825 N. Mission Rd.
## 678 East College Prep 3825 N. Mission Rd.
## 679 East College Prep 3825 N. Mission Rd.
## 680 East College Prep 3825 N. Mission Rd.
## 681 East College Prep 3825 N. Mission Rd.
## 682 East College Prep 3825 N. Mission Rd.
## 683 East College Prep 3825 N. Mission Rd.
## 684 East College Prep 3825 N. Mission Rd.
## 685 East College Prep 3825 N. Mission Rd.
## 686 East College Prep 3825 N. Mission Rd.
## 687 East College Prep 3825 N. Mission Rd.
## 688 East College Prep 3825 N. Mission Rd.
## 689 East College Prep 3825 N. Mission Rd.
## 690 East College Prep 3825 N. Mission Rd.
## 691 East College Prep 3825 N. Mission Rd.
## 692 East College Prep 3825 N. Mission Rd.
## 693 East College Prep 3825 N. Mission Rd.
## 694 East College Prep 3825 N. Mission Rd.
## 695 East College Prep 3825 N. Mission Rd.
## 696 East College Prep 3825 N. Mission Rd.
## 697 East College Prep 3825 N. Mission Rd.
## 698 East College Prep 3825 N. Mission Rd.
## 699 East College Prep 3825 N. Mission Rd.
## 700 East College Prep 3825 N. Mission Rd.
## 701 East College Prep 3825 N. Mission Rd.
## 702 East College Prep 3825 N. Mission Rd.
## 703 East College Prep 3825 N. Mission Rd.
## 704 East College Prep 3825 N. Mission Rd.
## 705 East College Prep 3825 N. Mission Rd.
## 706 East College Prep 3825 N. Mission Rd.
## 707 East College Prep 3825 N. Mission Rd.
## 708 East College Prep 3825 N. Mission Rd.
## 709 East College Prep 3825 N. Mission Rd.
## 710 East College Prep 3825 N. Mission Rd.
## 711 East College Prep 3825 N. Mission Rd.
## 712 USC Hybrid High College Prep 3939 S. Vermont Ave.
## 713 USC Hybrid High College Prep 3939 S. Vermont Ave.
## 714 USC Hybrid High College Prep 3939 S. Vermont Ave.
## 715 USC Hybrid High College Prep 3939 S. Vermont Ave.
## 716 USC Hybrid High College Prep 3939 S. Vermont Ave.
## 717 USC Hybrid High College Prep 3939 S. Vermont Ave.
## 718 USC Hybrid High College Prep 3939 S. Vermont Ave.
## 719 USC Hybrid High College Prep 3939 S. Vermont Ave.
## 720 USC Hybrid High College Prep 3939 S. Vermont Ave.
## 721 USC Hybrid High College Prep 3939 S. Vermont Ave.
## 722 USC Hybrid High College Prep 3939 S. Vermont Ave.
## 723 USC Hybrid High College Prep 3939 S. Vermont Ave.
## 724 USC Hybrid High College Prep 3939 S. Vermont Ave.
## 725 USC Hybrid High College Prep 3939 S. Vermont Ave.
## 726 USC Hybrid High College Prep 3939 S. Vermont Ave.
## 727 USC Hybrid High College Prep 3939 S. Vermont Ave.
## 728 USC Hybrid High College Prep 3939 S. Vermont Ave.
## 729 USC Hybrid High College Prep 3939 S. Vermont Ave.
## 730 USC Hybrid High College Prep 3939 S. Vermont Ave.
## 731 USC Hybrid High College Prep 3939 S. Vermont Ave.
## 732 USC Hybrid High College Prep 3939 S. Vermont Ave.
## 733 USC Hybrid High College Prep 3939 S. Vermont Ave.
## 734 USC Hybrid High College Prep 3939 S. Vermont Ave.
## 735 USC Hybrid High College Prep 3939 S. Vermont Ave.
## 736 USC Hybrid High College Prep 3939 S. Vermont Ave.
## 737 USC Hybrid High College Prep 3939 S. Vermont Ave.
## 738 USC Hybrid High College Prep 3939 S. Vermont Ave.
## 739 USC Hybrid High College Prep 3939 S. Vermont Ave.
## 740 USC Hybrid High College Prep 3939 S. Vermont Ave.
## 741 USC Hybrid High College Prep 3939 S. Vermont Ave.
## 742 USC Hybrid High College Prep 3939 S. Vermont Ave.
## 743 USC Hybrid High College Prep 3939 S. Vermont Ave.
## 744 USC Hybrid High College Prep 3939 S. Vermont Ave.
## 745 USC Hybrid High College Prep 3939 S. Vermont Ave.
## 746 USC Hybrid High College Prep 3939 S. Vermont Ave.
## 747 USC Hybrid High College Prep 3939 S. Vermont Ave.
## 748 USC Hybrid High College Prep 3939 S. Vermont Ave.
## 749 USC Hybrid High College Prep 3939 S. Vermont Ave.
## 750 USC Hybrid High College Prep 3939 S. Vermont Ave.
## 751 USC Hybrid High College Prep 3939 S. Vermont Ave.
## 752 USC Hybrid High College Prep 3939 S. Vermont Ave.
## 753 USC Hybrid High College Prep 3939 S. Vermont Ave.
## 754 USC Hybrid High College Prep 3939 S. Vermont Ave.
## 755 USC Hybrid High College Prep 3939 S. Vermont Ave.
## 756 USC Hybrid High College Prep 3939 S. Vermont Ave.
## 757 USC Hybrid High College Prep 3939 S. Vermont Ave.
## 758 USC Hybrid High College Prep 3939 S. Vermont Ave.
## 759 USC Hybrid High College Prep 3939 S. Vermont Ave.
## 760 USC Hybrid High College Prep 3939 S. Vermont Ave.
## 761 USC Hybrid High College Prep 3939 S. Vermont Ave.
## 762 USC Hybrid High College Prep 3939 S. Vermont Ave.
## 763 USC Hybrid High College Prep 3939 S. Vermont Ave.
## 764 USC Hybrid High College Prep 3939 S. Vermont Ave.
## 765 USC Hybrid High College Prep 3939 S. Vermont Ave.
## 766 USC Hybrid High College Prep 3939 S. Vermont Ave.
## 767 USC Hybrid High College Prep 3939 S. Vermont Ave.
## 768 USC Hybrid High College Prep 3939 S. Vermont Ave.
## 769 USC Hybrid High College Prep 3939 S. Vermont Ave.
## 770 USC Hybrid High College Prep 3939 S. Vermont Ave.
## 771 USC Hybrid High College Prep 3939 S. Vermont Ave.
## 772 USC Hybrid High College Prep 3939 S. Vermont Ave.
## 773 USC Hybrid High College Prep 3939 S. Vermont Ave.
## 774 USC Hybrid High College Prep 3939 S. Vermont Ave.
## 775 USC Hybrid High College Prep 3939 S. Vermont Ave.
## 776 USC Hybrid High College Prep 3939 S. Vermont Ave.
## 777 Evergreen Community Charter School 50 Bell Road
## 778 Evergreen Community Charter School 50 Bell Road
## 779 Evergreen Community Charter School 50 Bell Road
## 780 Evergreen Community Charter School 50 Bell Road
## 781 Evergreen Community Charter School 50 Bell Road
## 782 Evergreen Community Charter School 50 Bell Road
## 783 Evergreen Community Charter School 50 Bell Road
## 784 Evergreen Community Charter School 50 Bell Road
## 785 Evergreen Community Charter School 50 Bell Road
## 786 Evergreen Community Charter School 50 Bell Road
## 787 Evergreen Community Charter School 50 Bell Road
## 788 Evergreen Community Charter School 50 Bell Road
## 789 Evergreen Community Charter School 50 Bell Road
## 790 Evergreen Community Charter School 50 Bell Road
## 791 Evergreen Community Charter School 50 Bell Road
## 792 Evergreen Community Charter School 50 Bell Road
## 793 Evergreen Community Charter School 50 Bell Road
## 794 Evergreen Community Charter School 50 Bell Road
## 795 Evergreen Community Charter School 50 Bell Road
## 796 Evergreen Community Charter School 50 Bell Road
## 797 Evergreen Community Charter School 50 Bell Road
## 798 Evergreen Community Charter School 50 Bell Road
## 799 Evergreen Community Charter School 50 Bell Road
## 800 Evergreen Community Charter School 50 Bell Road
## 801 Evergreen Community Charter School 50 Bell Road
## 802 Evergreen Community Charter School 50 Bell Road
## 803 Evergreen Community Charter School 50 Bell Road
## 804 Evergreen Community Charter School 50 Bell Road
## 805 Evergreen Community Charter School 50 Bell Road
## 806 Evergreen Community Charter School 50 Bell Road
## 807 Evergreen Community Charter School 50 Bell Road
## 808 Evergreen Community Charter School 50 Bell Road
## 809 Evergreen Community Charter School 50 Bell Road
## 810 Evergreen Community Charter School 50 Bell Road
## 811 Evergreen Community Charter School 50 Bell Road
## 812 Evergreen Community Charter School 50 Bell Road
## 813 Evergreen Community Charter School 50 Bell Road
## 814 Evergreen Community Charter School 50 Bell Road
## 815 Evergreen Community Charter School 50 Bell Road
## 816 Evergreen Community Charter School 50 Bell Road
## 817 Evergreen Community Charter School 50 Bell Road
## 818 Evergreen Community Charter School 50 Bell Road
## 819 Evergreen Community Charter School 50 Bell Road
## 820 Evergreen Community Charter School 50 Bell Road
## 821 Evergreen Community Charter School 50 Bell Road
## 822 Evergreen Community Charter School 50 Bell Road
## 823 Evergreen Community Charter School 50 Bell Road
## 824 Fannie Lou Hamer Freedom High School 1021 Jennings St
## 825 Fannie Lou Hamer Freedom High School 1021 Jennings St
## 826 Fannie Lou Hamer Freedom High School 1021 Jennings St
## 827 Fannie Lou Hamer Freedom High School 1021 Jennings St
## 828 Fannie Lou Hamer Freedom High School 1021 Jennings St
## 829 Fannie Lou Hamer Freedom High School 1021 Jennings St
## 830 Fannie Lou Hamer Freedom High School 1021 Jennings St
## 831 Fannie Lou Hamer Freedom High School 1021 Jennings St
## 832 Fannie Lou Hamer Freedom High School 1021 Jennings St
## 833 Fannie Lou Hamer Freedom High School 1021 Jennings St
## 834 Fannie Lou Hamer Freedom High School 1021 Jennings St
## 835 Fannie Lou Hamer Freedom High School 1021 Jennings St
## 836 Fannie Lou Hamer Freedom High School 1021 Jennings St
## 837 Fannie Lou Hamer Freedom High School 1021 Jennings St
## 838 Fannie Lou Hamer Freedom High School 1021 Jennings St
## 839 Fannie Lou Hamer Freedom High School 1021 Jennings St
## 840 Fannie Lou Hamer Freedom High School 1021 Jennings St
## 841 Fannie Lou Hamer Freedom High School 1021 Jennings St
## 842 Fannie Lou Hamer Freedom High School 1021 Jennings St
## 843 Fannie Lou Hamer Freedom High School 1021 Jennings St
## 844 Fannie Lou Hamer Freedom High School 1021 Jennings St
## 845 Fannie Lou Hamer Freedom High School 1021 Jennings St
## 846 Fannie Lou Hamer Freedom High School 1021 Jennings St
## 847 Fannie Lou Hamer Freedom High School 1021 Jennings St
## 848 Fannie Lou Hamer Freedom High School 1021 Jennings St
## 849 Fannie Lou Hamer Freedom High School 1021 Jennings St
## 850 Fannie Lou Hamer Freedom High School 1021 Jennings St
## 851 Fannie Lou Hamer Freedom High School 1021 Jennings St
## 852 Fannie Lou Hamer Freedom High School 1021 Jennings St
## 853 Fannie Lou Hamer Freedom High School 1021 Jennings St
## 854 Fannie Lou Hamer Freedom High School 1021 Jennings St
## 855 Fannie Lou Hamer Freedom High School 1021 Jennings St
## 856 Fannie Lou Hamer Freedom High School 1021 Jennings St
## 857 Fannie Lou Hamer Freedom High School 1021 Jennings St
## 858 Fannie Lou Hamer Freedom High School 1021 Jennings St
## 859 Fannie Lou Hamer Freedom High School 1021 Jennings St
## 860 Fannie Lou Hamer Freedom High School 1021 Jennings St
## 861 Fannie Lou Hamer Freedom High School 1021 Jennings St
## 862 Fannie Lou Hamer Freedom High School 1021 Jennings St
## 863 Fannie Lou Hamer Freedom High School 1021 Jennings St
## 864 Fannie Lou Hamer Freedom High School 1021 Jennings St
## 865 Fannie Lou Hamer Freedom High School 1021 Jennings St
## 866 Flushing International High School 144-80 Barclay Ave
## 867 Flushing International High School 144-80 Barclay Ave
## 868 Flushing International High School 144-80 Barclay Ave
## 869 Flushing International High School 144-80 Barclay Ave
## 870 Flushing International High School 144-80 Barclay Ave
## 871 Flushing International High School 144-80 Barclay Ave
## 872 Flushing International High School 144-80 Barclay Ave
## 873 Flushing International High School 144-80 Barclay Ave
## 874 Flushing International High School 144-80 Barclay Ave
## 875 Flushing International High School 144-80 Barclay Ave
## 876 Flushing International High School 144-80 Barclay Ave
## 877 Flushing International High School 144-80 Barclay Ave
## 878 Flushing International High School 144-80 Barclay Ave
## 879 Flushing International High School 144-80 Barclay Ave
## 880 Flushing International High School 144-80 Barclay Ave
## 881 Flushing International High School 144-80 Barclay Ave
## 882 Flushing International High School 144-80 Barclay Ave
## 883 Flushing International High School 144-80 Barclay Ave
## 884 Flushing International High School 144-80 Barclay Ave
## 885 Flushing International High School 144-80 Barclay Ave
## 886 Flushing International High School 144-80 Barclay Ave
## 887 Flushing International High School 144-80 Barclay Ave
## 888 Flushing International High School 144-80 Barclay Ave
## 889 Flushing International High School 144-80 Barclay Ave
## 890 Flushing International High School 144-80 Barclay Ave
## 891 Flushing International High School 144-80 Barclay Ave
## 892 Flushing International High School 144-80 Barclay Ave
## 893 Flushing International High School 144-80 Barclay Ave
## 894 Flushing International High School 144-80 Barclay Ave
## 895 Flushing International High School 144-80 Barclay Ave
## 896 Flushing International High School 144-80 Barclay Ave
## 897 Flushing International High School 144-80 Barclay Ave
## 898 Flushing International High School 144-80 Barclay Ave
## 899 Flushing International High School 144-80 Barclay Ave
## 900 Flushing International High School 144-80 Barclay Ave
## 901 Flushing International High School 144-80 Barclay Ave
## 902 Flushing International High School 144-80 Barclay Ave
## 903 Flushing International High School 144-80 Barclay Ave
## 904 Flushing International High School 144-80 Barclay Ave
## 905 Flushing International High School 144-80 Barclay Ave
## 906 Flushing International High School 144-80 Barclay Ave
## 907 Flushing International High School 144-80 Barclay Ave
## 908 Flushing International High School 144-80 Barclay Ave
## 909 Flushing International High School 144-80 Barclay Ave
## 910 Flushing International High School 144-80 Barclay Ave
## 911 Flushing International High School 144-80 Barclay Ave
## 912 Flushing International High School 144-80 Barclay Ave
## 913 Flushing International High School 144-80 Barclay Ave
## 914 Flushing International High School 144-80 Barclay Ave
## 915 Flushing International High School 144-80 Barclay Ave
## 916 Flushing International High School 144-80 Barclay Ave
## 917 Flushing International High School 144-80 Barclay Ave
## 918 Flushing International High School 144-80 Barclay Ave
## 919 Flushing International High School 144-80 Barclay Ave
## 920 Frank McCourt High School 145 W 84Th St
## 921 Frank McCourt High School 145 W 84Th St
## 922 Frank McCourt High School 145 W 84Th St
## 923 Frank McCourt High School 145 W 84Th St
## 924 Frank McCourt High School 145 W 84Th St
## 925 Frank McCourt High School 145 W 84Th St
## 926 Frank McCourt High School 145 W 84Th St
## 927 Frank McCourt High School 145 W 84Th St
## 928 Frank McCourt High School 145 W 84Th St
## 929 Frank McCourt High School 145 W 84Th St
## 930 Frank McCourt High School 145 W 84Th St
## 931 Frank McCourt High School 145 W 84Th St
## 932 Frank McCourt High School 145 W 84Th St
## 933 Frank McCourt High School 145 W 84Th St
## 934 Frank McCourt High School 145 W 84Th St
## 935 Frank McCourt High School 145 W 84Th St
## 936 Frank McCourt High School 145 W 84Th St
## 937 Frank McCourt High School 145 W 84Th St
## 938 Frank McCourt High School 145 W 84Th St
## 939 Frank McCourt High School 145 W 84Th St
## 940 Frank McCourt High School 145 W 84Th St
## 941 Frank McCourt High School 145 W 84Th St
## 942 Frank McCourt High School 145 W 84Th St
## 943 Frank McCourt High School 145 W 84Th St
## 944 Frank McCourt High School 145 W 84Th St
## 945 Frank McCourt High School 145 W 84Th St
## 946 Frank McCourt High School 145 W 84Th St
## 947 Frank McCourt High School 145 W 84Th St
## 948 Frank McCourt High School 145 W 84Th St
## 949 Frank McCourt High School 145 W 84Th St
## 950 Frank McCourt High School 145 W 84Th St
## 951 Frank McCourt High School 145 W 84Th St
## 952 Frank McCourt High School 145 W 84Th St
## 953 Frank McCourt High School 145 W 84Th St
## 954 Frank McCourt High School 145 W 84Th St
## 955 Frank McCourt High School 145 W 84Th St
## 956 Frank McCourt High School 145 W 84Th St
## 957 Frank McCourt High School 145 W 84Th St
## 958 Frank McCourt High School 145 W 84Th St
## 959 Frank McCourt High School 145 W 84Th St
## 960 Frank McCourt High School 145 W 84Th St
## 961 Frank McCourt High School 145 W 84Th St
## 962 Frank McCourt High School 145 W 84Th St
## 963 Frank McCourt High School 145 W 84Th St
## 964 Frank McCourt High School 145 W 84Th St
## 965 Frank McCourt High School 145 W 84Th St
## 966 Frank McCourt High School 145 W 84Th St
## 967 Frank McCourt High School 145 W 84Th St
## 968 Frank McCourt High School 145 W 84Th St
## 969 Frank McCourt High School 145 W 84Th St
## 970 Frank McCourt High School 145 W 84Th St
## 971 Frank McCourt High School 145 W 84Th St
## 972 Frank McCourt High School 145 W 84Th St
## 973 Fred Tjardes School of Innovation 717 6Th Street
## 974 Fred Tjardes School of Innovation 717 6Th Street
## 975 Fred Tjardes School of Innovation 717 6Th Street
## 976 Fred Tjardes School of Innovation 717 6Th Street
## 977 Fred Tjardes School of Innovation 717 6Th Street
## 978 Fred Tjardes School of Innovation 717 6Th Street
## 979 Fred Tjardes School of Innovation 717 6Th Street
## 980 Fred Tjardes School of Innovation 717 6Th Street
## 981 Fred Tjardes School of Innovation 717 6Th Street
## 982 Fred Tjardes School of Innovation 717 6Th Street
## 983 Fred Tjardes School of Innovation 717 6Th Street
## 984 Fred Tjardes School of Innovation 717 6Th Street
## 985 Fred Tjardes School of Innovation 717 6Th Street
## 986 Fred Tjardes School of Innovation 717 6Th Street
## 987 Fred Tjardes School of Innovation 717 6Th Street
## 988 Fred Tjardes School of Innovation 717 6Th Street
## 989 Fred Tjardes School of Innovation 717 6Th Street
## 990 Fred Tjardes School of Innovation 717 6Th Street
## 991 Fred Tjardes School of Innovation 717 6Th Street
## 992 Fred Tjardes School of Innovation 717 6Th Street
## 993 Fred Tjardes School of Innovation 717 6Th Street
## 994 Fred Tjardes School of Innovation 717 6Th Street
## 995 Fred Tjardes School of Innovation 717 6Th Street
## 996 Fred Tjardes School of Innovation 717 6Th Street
## 997 Fred Tjardes School of Innovation 717 6Th Street
## 998 Fred Tjardes School of Innovation 717 6Th Street
## 999 Fred Tjardes School of Innovation 717 6Th Street
## 1000 Fred Tjardes School of Innovation 717 6Th Street
## 1001 Fred Tjardes School of Innovation 717 6Th Street
## 1002 Fred Tjardes School of Innovation 717 6Th Street
## 1003 Fred Tjardes School of Innovation 717 6Th Street
## 1004 Fred Tjardes School of Innovation 717 6Th Street
## 1005 Fred Tjardes School of Innovation 717 6Th Street
## 1006 Fred Tjardes School of Innovation 717 6Th Street
## 1007 Fred Tjardes School of Innovation 717 6Th Street
## 1008 Fred Tjardes School of Innovation 717 6Th Street
## 1009 Fred Tjardes School of Innovation 717 6Th Street
## 1010 Fred Tjardes School of Innovation 717 6Th Street
## 1011 Fred Tjardes School of Innovation 717 6Th Street
## 1012 Fred Tjardes School of Innovation 717 6Th Street
## 1013 Fred Tjardes School of Innovation 717 6Th Street
## 1014 Fred Tjardes School of Innovation 717 6Th Street
## 1015 Fred Tjardes School of Innovation 717 6Th Street
## 1016 Fred Tjardes School of Innovation 717 6Th Street
## 1017 Fred Tjardes School of Innovation 717 6Th Street
## 1018 Fred Tjardes School of Innovation 717 6Th Street
## 1019 Fred Tjardes School of Innovation 717 6Th Street
## 1020 Fred Tjardes School of Innovation 717 6Th Street
## 1021 Fred Tjardes School of Innovation 717 6Th Street
## 1022 Fred Tjardes School of Innovation 717 6Th Street
## 1023 Fred Tjardes School of Innovation 717 6Th Street
## 1024 Fred Tjardes School of Innovation 717 6Th Street
## 1025 Fred Tjardes School of Innovation 717 6Th Street
## 1026 Fred Tjardes School of Innovation 717 6Th Street
## 1027 Fred Tjardes School of Innovation 717 6Th Street
## 1028 Fred Tjardes School of Innovation 717 6Th Street
## 1029 Fred Tjardes School of Innovation 717 6Th Street
## 1030 Fred Tjardes School of Innovation 717 6Th Street
## 1031 Fred Tjardes School of Innovation 717 6Th Street
## 1032 Fred Tjardes School of Innovation 717 6Th Street
## 1033 Future Public School 511 E 43Rd St
## 1034 Future Public School 511 E 43Rd St
## 1035 Future Public School 511 E 43Rd St
## 1036 Future Public School 511 E 43Rd St
## 1037 Future Public School 511 E 43Rd St
## 1038 Future Public School 511 E 43Rd St
## 1039 Future Public School 511 E 43Rd St
## 1040 Future Public School 511 E 43Rd St
## 1041 Future Public School 511 E 43Rd St
## 1042 Future Public School 511 E 43Rd St
## 1043 Future Public School 511 E 43Rd St
## 1044 Future Public School 511 E 43Rd St
## 1045 Future Public School 511 E 43Rd St
## 1046 Future Public School 511 E 43Rd St
## 1047 Future Public School 511 E 43Rd St
## 1048 Future Public School 511 E 43Rd St
## 1049 Future Public School 511 E 43Rd St
## 1050 Future Public School 511 E 43Rd St
## 1051 Future Public School 511 E 43Rd St
## 1052 Future Public School 511 E 43Rd St
## 1053 Future Public School 511 E 43Rd St
## 1054 Future Public School 511 E 43Rd St
## 1055 Future Public School 511 E 43Rd St
## 1056 Future Public School 511 E 43Rd St
## 1057 Future Public School 511 E 43Rd St
## 1058 Future Public School 511 E 43Rd St
## 1059 Future Public School 511 E 43Rd St
## 1060 Future Public School 511 E 43Rd St
## 1061 Future Public School 511 E 43Rd St
## 1062 Future Public School 511 E 43Rd St
## 1063 Future Public School 511 E 43Rd St
## 1064 Future Public School 511 E 43Rd St
## 1065 Future Public School 511 E 43Rd St
## 1066 Future Public School 511 E 43Rd St
## 1067 Future Public School 511 E 43Rd St
## 1068 Future Public School 511 E 43Rd St
## 1069 Future Public School 511 E 43Rd St
## 1070 Future Public School 511 E 43Rd St
## 1071 Future Public School 511 E 43Rd St
## 1072 Future Public School 511 E 43Rd St
## 1073 Future Public School 511 E 43Rd St
## 1074 Future Public School 511 E 43Rd St
## 1075 Future Public School 511 E 43Rd St
## 1076 Gem Prep Nampa 310 W Iowa Avenue
## 1077 Gem Prep Nampa 310 W Iowa Avenue
## 1078 Gem Prep Nampa 310 W Iowa Avenue
## 1079 Gem Prep Nampa 310 W Iowa Avenue
## 1080 Gem Prep Nampa 310 W Iowa Avenue
## 1081 Gem Prep Nampa 310 W Iowa Avenue
## 1082 Gem Prep Nampa 310 W Iowa Avenue
## 1083 Gem Prep Nampa 310 W Iowa Avenue
## 1084 Gem Prep Nampa 310 W Iowa Avenue
## 1085 Gem Prep Nampa 310 W Iowa Avenue
## 1086 Gem Prep Nampa 310 W Iowa Avenue
## 1087 Gem Prep Nampa 310 W Iowa Avenue
## 1088 Gem Prep Nampa 310 W Iowa Avenue
## 1089 Gem Prep Nampa 310 W Iowa Avenue
## 1090 Gem Prep Nampa 310 W Iowa Avenue
## 1091 Gem Prep Nampa 310 W Iowa Avenue
## 1092 Gem Prep Nampa 310 W Iowa Avenue
## 1093 Gem Prep Nampa 310 W Iowa Avenue
## 1094 Gem Prep Nampa 310 W Iowa Avenue
## 1095 Gem Prep Nampa 310 W Iowa Avenue
## 1096 Gem Prep Nampa 310 W Iowa Avenue
## 1097 Gem Prep Nampa 310 W Iowa Avenue
## 1098 Gem Prep Nampa 310 W Iowa Avenue
## 1099 Gem Prep Nampa 310 W Iowa Avenue
## 1100 Gem Prep Nampa 310 W Iowa Avenue
## 1101 Gem Prep Nampa 310 W Iowa Avenue
## 1102 Gem Prep Nampa 310 W Iowa Avenue
## 1103 Gem Prep Nampa 310 W Iowa Avenue
## 1104 Gem Prep Nampa 310 W Iowa Avenue
## 1105 Gem Prep Nampa 310 W Iowa Avenue
## 1106 Gem Prep Nampa 310 W Iowa Avenue
## 1107 Gem Prep Nampa 310 W Iowa Avenue
## 1108 Gem Prep Nampa 310 W Iowa Avenue
## 1109 Gem Prep Nampa 310 W Iowa Avenue
## 1110 Gem Prep Nampa 310 W Iowa Avenue
## 1111 Gem Prep Nampa 310 W Iowa Avenue
## 1112 Gem Prep Nampa 310 W Iowa Avenue
## 1113 Gem Prep Nampa 310 W Iowa Avenue
## 1114 Gem Prep Nampa 310 W Iowa Avenue
## 1115 Gem Prep Nampa 310 W Iowa Avenue
## 1116 Gem Prep Nampa 310 W Iowa Avenue
## 1117 Gibson Ek High School 379 1St Pl Se
## 1118 Gibson Ek High School 379 1St Pl Se
## 1119 Gibson Ek High School 379 1St Pl Se
## 1120 Gibson Ek High School 379 1St Pl Se
## 1121 Gibson Ek High School 379 1St Pl Se
## 1122 Gibson Ek High School 379 1St Pl Se
## 1123 Gibson Ek High School 379 1St Pl Se
## 1124 Gibson Ek High School 379 1St Pl Se
## 1125 Gibson Ek High School 379 1St Pl Se
## 1126 Gibson Ek High School 379 1St Pl Se
## 1127 Gibson Ek High School 379 1St Pl Se
## 1128 Gibson Ek High School 379 1St Pl Se
## 1129 Gibson Ek High School 379 1St Pl Se
## 1130 Gibson Ek High School 379 1St Pl Se
## 1131 Gibson Ek High School 379 1St Pl Se
## 1132 Gibson Ek High School 379 1St Pl Se
## 1133 Gibson Ek High School 379 1St Pl Se
## 1134 Gibson Ek High School 379 1St Pl Se
## 1135 Gibson Ek High School 379 1St Pl Se
## 1136 Gibson Ek High School 379 1St Pl Se
## 1137 Gibson Ek High School 379 1St Pl Se
## 1138 Gibson Ek High School 379 1St Pl Se
## 1139 Gibson Ek High School 379 1St Pl Se
## 1140 Gibson Ek High School 379 1St Pl Se
## 1141 Gibson Ek High School 379 1St Pl Se
## 1142 Gibson Ek High School 379 1St Pl Se
## 1143 Gibson Ek High School 379 1St Pl Se
## 1144 Gibson Ek High School 379 1St Pl Se
## 1145 Gibson Ek High School 379 1St Pl Se
## 1146 Gibson Ek High School 379 1St Pl Se
## 1147 Gibson Ek High School 379 1St Pl Se
## 1148 Gibson Ek High School 379 1St Pl Se
## 1149 Gibson Ek High School 379 1St Pl Se
## 1150 Gibson Ek High School 379 1St Pl Se
## 1151 Gibson Ek High School 379 1St Pl Se
## 1152 Gibson Ek High School 379 1St Pl Se
## 1153 Gibson Ek High School 379 1St Pl Se
## 1154 Gibson Ek High School 379 1St Pl Se
## 1155 Gibson Ek High School 379 1St Pl Se
## 1156 Gibson Ek High School 379 1St Pl Se
## 1157 Gibson Ek High School 379 1St Pl Se
## 1158 Gibson Ek High School 379 1St Pl Se
## 1159 Gibson Ek High School 379 1St Pl Se
## 1160 Gibson Ek High School 379 1St Pl Se
## 1161 Gibson Ek High School 379 1St Pl Se
## 1162 Gibson Ek High School 379 1St Pl Se
## 1163 Gibson Ek High School 379 1St Pl Se
## 1164 Gibson Ek High School 379 1St Pl Se
## 1165 Gibson Ek High School 379 1St Pl Se
## 1166 Gibson Ek High School 379 1St Pl Se
## 1167 Gibson Ek High School 379 1St Pl Se
## 1168 Gibson Ek High School 379 1St Pl Se
## 1169 Gibson Ek High School 379 1St Pl Se
## 1170 Gibson Ek High School 379 1St Pl Se
## 1171 Girls Athletic Leadership Middle School 750 Galapago Street
## 1172 Girls Athletic Leadership Middle School 750 Galapago Street
## 1173 Girls Athletic Leadership Middle School 750 Galapago Street
## 1174 Girls Athletic Leadership Middle School 750 Galapago Street
## 1175 Girls Athletic Leadership Middle School 750 Galapago Street
## 1176 Girls Athletic Leadership Middle School 750 Galapago Street
## 1177 Girls Athletic Leadership Middle School 750 Galapago Street
## 1178 Girls Athletic Leadership Middle School 750 Galapago Street
## 1179 Girls Athletic Leadership Middle School 750 Galapago Street
## 1180 Girls Athletic Leadership Middle School 750 Galapago Street
## 1181 Girls Athletic Leadership Middle School 750 Galapago Street
## 1182 Girls Athletic Leadership Middle School 750 Galapago Street
## 1183 Girls Athletic Leadership Middle School 750 Galapago Street
## 1184 Girls Athletic Leadership Middle School 750 Galapago Street
## 1185 Girls Athletic Leadership Middle School 750 Galapago Street
## 1186 Girls Athletic Leadership Middle School 750 Galapago Street
## 1187 Girls Athletic Leadership Middle School 750 Galapago Street
## 1188 Girls Athletic Leadership Middle School 750 Galapago Street
## 1189 Girls Athletic Leadership Middle School 750 Galapago Street
## 1190 Girls Athletic Leadership Middle School 750 Galapago Street
## 1191 Girls Athletic Leadership Middle School 750 Galapago Street
## 1192 Girls Athletic Leadership Middle School 750 Galapago Street
## 1193 Girls Athletic Leadership Middle School 750 Galapago Street
## 1194 Girls Athletic Leadership Middle School 750 Galapago Street
## 1195 Girls Athletic Leadership Middle School 750 Galapago Street
## 1196 Girls Athletic Leadership Middle School 750 Galapago Street
## 1197 Girls Athletic Leadership Middle School 750 Galapago Street
## 1198 Girls Athletic Leadership Middle School 750 Galapago Street
## 1199 Girls Athletic Leadership Middle School 750 Galapago Street
## 1200 Girls Athletic Leadership Middle School 750 Galapago Street
## 1201 Girls Athletic Leadership Middle School 750 Galapago Street
## 1202 Girls Athletic Leadership Middle School 750 Galapago Street
## 1203 Girls Athletic Leadership Middle School 750 Galapago Street
## 1204 Girls Athletic Leadership Middle School 750 Galapago Street
## 1205 Girls Athletic Leadership Middle School 750 Galapago Street
## 1206 Girls Athletic Leadership Middle School 750 Galapago Street
## 1207 Girls Athletic Leadership Middle School 750 Galapago Street
## 1208 Girls Athletic Leadership Middle School 750 Galapago Street
## 1209 Girls Athletic Leadership Middle School 750 Galapago Street
## 1210 Girls Athletic Leadership Middle School 750 Galapago Street
## 1211 Girls Athletic Leadership Middle School 750 Galapago Street
## 1212 Girls Athletic Leadership Middle School 750 Galapago Street
## 1213 Girls Athletic Leadership Middle School 750 Galapago Street
## 1214 Girls Athletic Leadership Middle School 750 Galapago Street
## 1215 Girls Athletic Leadership Middle School 750 Galapago Street
## 1216 Girls Athletic Leadership Middle School 750 Galapago Street
## 1217 Girls Athletic Leadership Middle School 750 Galapago Street
## 1218 Girls Athletic Leadership Middle School 750 Galapago Street
## 1219 Girls Athletic Leadership Middle School 750 Galapago Street
## 1220 Girls Athletic Leadership Middle School 750 Galapago Street
## 1221 Mott Haven Academy 170 Brown Pl
## 1222 Mott Haven Academy 170 Brown Pl
## 1223 Mott Haven Academy 170 Brown Pl
## 1224 Mott Haven Academy 170 Brown Pl
## 1225 Mott Haven Academy 170 Brown Pl
## 1226 Mott Haven Academy 170 Brown Pl
## 1227 Mott Haven Academy 170 Brown Pl
## 1228 Mott Haven Academy 170 Brown Pl
## 1229 Mott Haven Academy 170 Brown Pl
## 1230 Mott Haven Academy 170 Brown Pl
## 1231 Mott Haven Academy 170 Brown Pl
## 1232 Mott Haven Academy 170 Brown Pl
## 1233 Mott Haven Academy 170 Brown Pl
## 1234 Mott Haven Academy 170 Brown Pl
## 1235 Mott Haven Academy 170 Brown Pl
## 1236 Mott Haven Academy 170 Brown Pl
## 1237 Mott Haven Academy 170 Brown Pl
## 1238 Mott Haven Academy 170 Brown Pl
## 1239 Mott Haven Academy 170 Brown Pl
## 1240 Mott Haven Academy 170 Brown Pl
## 1241 Mott Haven Academy 170 Brown Pl
## 1242 Mott Haven Academy 170 Brown Pl
## 1243 Mott Haven Academy 170 Brown Pl
## 1244 Mott Haven Academy 170 Brown Pl
## 1245 Mott Haven Academy 170 Brown Pl
## 1246 Mott Haven Academy 170 Brown Pl
## 1247 Mott Haven Academy 170 Brown Pl
## 1248 Mott Haven Academy 170 Brown Pl
## 1249 Mott Haven Academy 170 Brown Pl
## 1250 Mott Haven Academy 170 Brown Pl
## 1251 Mott Haven Academy 170 Brown Pl
## 1252 Mott Haven Academy 170 Brown Pl
## 1253 Mott Haven Academy 170 Brown Pl
## 1254 Mott Haven Academy 170 Brown Pl
## 1255 Mott Haven Academy 170 Brown Pl
## 1256 Mott Haven Academy 170 Brown Pl
## 1257 Mott Haven Academy 170 Brown Pl
## 1258 Mott Haven Academy 170 Brown Pl
## 1259 Mott Haven Academy 170 Brown Pl
## 1260 Mott Haven Academy 170 Brown Pl
## 1261 Mott Haven Academy 170 Brown Pl
## 1262 Mott Haven Academy 170 Brown Pl
## 1263 Mott Haven Academy 170 Brown Pl
## 1264 Mott Haven Academy 170 Brown Pl
## 1265 Mott Haven Academy 170 Brown Pl
## 1266 Mott Haven Academy 170 Brown Pl
## 1267 Mott Haven Academy 170 Brown Pl
## 1268 Mott Haven Academy 170 Brown Pl
## 1269 Mott Haven Academy 170 Brown Pl
## 1270 Mott Haven Academy 170 Brown Pl
## 1271 Mott Haven Academy 170 Brown Pl
## 1272 Mott Haven Academy 170 Brown Pl
## 1273 Horizons Alternative Education School 110 Stanton Ave
## 1274 Horizons Alternative Education School 110 Stanton Ave
## 1275 Horizons Alternative Education School 110 Stanton Ave
## 1276 Horizons Alternative Education School 110 Stanton Ave
## 1277 Horizons Alternative Education School 110 Stanton Ave
## 1278 Horizons Alternative Education School 110 Stanton Ave
## 1279 Horizons Alternative Education School 110 Stanton Ave
## 1280 Horizons Alternative Education School 110 Stanton Ave
## 1281 Horizons Alternative Education School 110 Stanton Ave
## 1282 Horizons Alternative Education School 110 Stanton Ave
## 1283 Horizons Alternative Education School 110 Stanton Ave
## 1284 Horizons Alternative Education School 110 Stanton Ave
## 1285 Horizons Alternative Education School 110 Stanton Ave
## 1286 Horizons Alternative Education School 110 Stanton Ave
## 1287 Horizons Alternative Education School 110 Stanton Ave
## 1288 Horizons Alternative Education School 110 Stanton Ave
## 1289 Horizons Alternative Education School 110 Stanton Ave
## 1290 Horizons Alternative Education School 110 Stanton Ave
## 1291 Horizons Alternative Education School 110 Stanton Ave
## 1292 Horizons Alternative Education School 110 Stanton Ave
## 1293 Horizons Alternative Education School 110 Stanton Ave
## 1294 Horizons Alternative Education School 110 Stanton Ave
## 1295 Horizons Alternative Education School 110 Stanton Ave
## 1296 Horizons Alternative Education School 110 Stanton Ave
## 1297 Horizons Alternative Education School 110 Stanton Ave
## 1298 Horizons Alternative Education School 110 Stanton Ave
## 1299 Horizons Alternative Education School 110 Stanton Ave
## 1300 Horizons Alternative Education School 110 Stanton Ave
## 1301 Horizons Alternative Education School 110 Stanton Ave
## 1302 Horizons Alternative Education School 110 Stanton Ave
## 1303 Horizons Alternative Education School 110 Stanton Ave
## 1304 Horizons Alternative Education School 110 Stanton Ave
## 1305 Horizons Alternative Education School 110 Stanton Ave
## 1306 Howard Middle School for Math and Science 405 Howard Pl Nw
## 1307 Howard Middle School for Math and Science 405 Howard Pl Nw
## 1308 Howard Middle School for Math and Science 405 Howard Pl Nw
## 1309 Howard Middle School for Math and Science 405 Howard Pl Nw
## 1310 Howard Middle School for Math and Science 405 Howard Pl Nw
## 1311 Howard Middle School for Math and Science 405 Howard Pl Nw
## 1312 Howard Middle School for Math and Science 405 Howard Pl Nw
## 1313 Howard Middle School for Math and Science 405 Howard Pl Nw
## 1314 Howard Middle School for Math and Science 405 Howard Pl Nw
## 1315 Howard Middle School for Math and Science 405 Howard Pl Nw
## 1316 Howard Middle School for Math and Science 405 Howard Pl Nw
## 1317 Howard Middle School for Math and Science 405 Howard Pl Nw
## 1318 Howard Middle School for Math and Science 405 Howard Pl Nw
## 1319 Howard Middle School for Math and Science 405 Howard Pl Nw
## 1320 Howard Middle School for Math and Science 405 Howard Pl Nw
## 1321 Howard Middle School for Math and Science 405 Howard Pl Nw
## 1322 Howard Middle School for Math and Science 405 Howard Pl Nw
## 1323 Howard Middle School for Math and Science 405 Howard Pl Nw
## 1324 Howard Middle School for Math and Science 405 Howard Pl Nw
## 1325 Howard Middle School for Math and Science 405 Howard Pl Nw
## 1326 Howard Middle School for Math and Science 405 Howard Pl Nw
## 1327 Howard Middle School for Math and Science 405 Howard Pl Nw
## 1328 Howard Middle School for Math and Science 405 Howard Pl Nw
## 1329 Howard Middle School for Math and Science 405 Howard Pl Nw
## 1330 Howard Middle School for Math and Science 405 Howard Pl Nw
## 1331 Howard Middle School for Math and Science 405 Howard Pl Nw
## 1332 Howard Middle School for Math and Science 405 Howard Pl Nw
## 1333 Howard Middle School for Math and Science 405 Howard Pl Nw
## 1334 Howard Middle School for Math and Science 405 Howard Pl Nw
## 1335 Howard Middle School for Math and Science 405 Howard Pl Nw
## 1336 Howard Middle School for Math and Science 405 Howard Pl Nw
## 1337 Howard Middle School for Math and Science 405 Howard Pl Nw
## 1338 Howard Middle School for Math and Science 405 Howard Pl Nw
## 1339 Howard Middle School for Math and Science 405 Howard Pl Nw
## 1340 Howard Middle School for Math and Science 405 Howard Pl Nw
## 1341 Howard Middle School for Math and Science 405 Howard Pl Nw
## 1342 Howard Middle School for Math and Science 405 Howard Pl Nw
## 1343 Howard Middle School for Math and Science 405 Howard Pl Nw
## 1344 Howard Middle School for Math and Science 405 Howard Pl Nw
## 1345 Howard Middle School for Math and Science 405 Howard Pl Nw
## 1346 Howard Middle School for Math and Science 405 Howard Pl Nw
## 1347 Howard Middle School for Math and Science 405 Howard Pl Nw
## 1348 Howard Middle School for Math and Science 405 Howard Pl Nw
## 1349 Howard Middle School for Math and Science 405 Howard Pl Nw
## 1350 Howard Middle School for Math and Science 405 Howard Pl Nw
## 1351 Howard Middle School for Math and Science 405 Howard Pl Nw
## 1352 Howard Middle School for Math and Science 405 Howard Pl Nw
## 1353 Howard Middle School for Math and Science 405 Howard Pl Nw
## 1354 Howard Middle School for Math and Science 405 Howard Pl Nw
## 1355 Howard Middle School for Math and Science 405 Howard Pl Nw
## 1356 Howard Middle School for Math and Science 405 Howard Pl Nw
## 1357 Howard Middle School for Math and Science 405 Howard Pl Nw
## 1358 Howard Middle School for Math and Science 405 Howard Pl Nw
## 1359 Howard Middle School for Math and Science 405 Howard Pl Nw
## 1360 Howard Middle School for Math and Science 405 Howard Pl Nw
## 1361 Impact | Puget Sound Elementary 3438 S. 148Th Street
## 1362 Impact | Puget Sound Elementary 3438 S. 148Th Street
## 1363 Impact | Puget Sound Elementary 3438 S. 148Th Street
## 1364 Impact | Puget Sound Elementary 3438 S. 148Th Street
## 1365 Impact | Puget Sound Elementary 3438 S. 148Th Street
## 1366 Impact | Puget Sound Elementary 3438 S. 148Th Street
## 1367 Impact | Puget Sound Elementary 3438 S. 148Th Street
## 1368 Impact | Puget Sound Elementary 3438 S. 148Th Street
## 1369 Impact | Puget Sound Elementary 3438 S. 148Th Street
## 1370 Impact | Puget Sound Elementary 3438 S. 148Th Street
## 1371 Impact | Puget Sound Elementary 3438 S. 148Th Street
## 1372 Impact | Puget Sound Elementary 3438 S. 148Th Street
## 1373 Impact | Puget Sound Elementary 3438 S. 148Th Street
## 1374 Impact | Puget Sound Elementary 3438 S. 148Th Street
## 1375 Impact | Puget Sound Elementary 3438 S. 148Th Street
## 1376 Impact | Puget Sound Elementary 3438 S. 148Th Street
## 1377 Impact | Puget Sound Elementary 3438 S. 148Th Street
## 1378 Impact | Puget Sound Elementary 3438 S. 148Th Street
## 1379 Impact | Puget Sound Elementary 3438 S. 148Th Street
## 1380 Impact | Puget Sound Elementary 3438 S. 148Th Street
## 1381 Impact | Puget Sound Elementary 3438 S. 148Th Street
## 1382 Impact | Puget Sound Elementary 3438 S. 148Th Street
## 1383 Impact | Puget Sound Elementary 3438 S. 148Th Street
## 1384 Impact | Puget Sound Elementary 3438 S. 148Th Street
## 1385 Impact | Puget Sound Elementary 3438 S. 148Th Street
## 1386 Impact | Puget Sound Elementary 3438 S. 148Th Street
## 1387 Impact | Puget Sound Elementary 3438 S. 148Th Street
## 1388 Impact | Puget Sound Elementary 3438 S. 148Th Street
## 1389 Impact | Puget Sound Elementary 3438 S. 148Th Street
## 1390 Impact | Puget Sound Elementary 3438 S. 148Th Street
## 1391 Impact | Puget Sound Elementary 3438 S. 148Th Street
## 1392 Impact | Puget Sound Elementary 3438 S. 148Th Street
## 1393 Impact | Puget Sound Elementary 3438 S. 148Th Street
## 1394 Impact | Puget Sound Elementary 3438 S. 148Th Street
## 1395 Impact | Puget Sound Elementary 3438 S. 148Th Street
## 1396 Impact | Puget Sound Elementary 3438 S. 148Th Street
## 1397 Impact | Puget Sound Elementary 3438 S. 148Th Street
## 1398 Impact | Puget Sound Elementary 3438 S. 148Th Street
## 1399 Impact | Puget Sound Elementary 3438 S. 148Th Street
## 1400 Juab High School 802 N 650 E
## 1401 Juab High School 802 N 650 E
## 1402 Juab High School 802 N 650 E
## 1403 Juab High School 802 N 650 E
## 1404 Juab High School 802 N 650 E
## 1405 Juab High School 802 N 650 E
## 1406 Juab High School 802 N 650 E
## 1407 Juab High School 802 N 650 E
## 1408 Juab High School 802 N 650 E
## 1409 Juab High School 802 N 650 E
## 1410 Juab High School 802 N 650 E
## 1411 Juab High School 802 N 650 E
## 1412 Juab High School 802 N 650 E
## 1413 Juab High School 802 N 650 E
## 1414 Juab High School 802 N 650 E
## 1415 Juab High School 802 N 650 E
## 1416 Juab High School 802 N 650 E
## 1417 Juab High School 802 N 650 E
## 1418 Juab High School 802 N 650 E
## 1419 Juab High School 802 N 650 E
## 1420 Juab High School 802 N 650 E
## 1421 Juab High School 802 N 650 E
## 1422 Juab High School 802 N 650 E
## 1423 Juab High School 802 N 650 E
## 1424 Juab High School 802 N 650 E
## 1425 Juab High School 802 N 650 E
## 1426 Juab High School 802 N 650 E
## 1427 Juab High School 802 N 650 E
## 1428 Juab High School 802 N 650 E
## 1429 Juab High School 802 N 650 E
## 1430 Juab High School 802 N 650 E
## 1431 Juab High School 802 N 650 E
## 1432 Juab High School 802 N 650 E
## 1433 Juab High School 802 N 650 E
## 1434 Juab High School 802 N 650 E
## 1435 Juab High School 802 N 650 E
## 1436 Juab High School 802 N 650 E
## 1437 Juab High School 802 N 650 E
## 1438 Juab High School 802 N 650 E
## 1439 KIPP Academy Lynn Collegiate 20 Wheeler St
## 1440 KIPP Academy Lynn Collegiate 20 Wheeler St
## 1441 KIPP Academy Lynn Collegiate 20 Wheeler St
## 1442 KIPP Academy Lynn Collegiate 20 Wheeler St
## 1443 KIPP Academy Lynn Collegiate 20 Wheeler St
## 1444 KIPP Academy Lynn Collegiate 20 Wheeler St
## 1445 KIPP Academy Lynn Collegiate 20 Wheeler St
## 1446 KIPP Academy Lynn Collegiate 20 Wheeler St
## 1447 KIPP Academy Lynn Collegiate 20 Wheeler St
## 1448 KIPP Academy Lynn Collegiate 20 Wheeler St
## 1449 KIPP Academy Lynn Collegiate 20 Wheeler St
## 1450 KIPP Academy Lynn Collegiate 20 Wheeler St
## 1451 KIPP Academy Lynn Collegiate 20 Wheeler St
## 1452 KIPP Academy Lynn Collegiate 20 Wheeler St
## 1453 KIPP Academy Lynn Collegiate 20 Wheeler St
## 1454 KIPP Academy Lynn Collegiate 20 Wheeler St
## 1455 KIPP Academy Lynn Collegiate 20 Wheeler St
## 1456 KIPP Academy Lynn Collegiate 20 Wheeler St
## 1457 KIPP Academy Lynn Collegiate 20 Wheeler St
## 1458 KIPP Academy Lynn Collegiate 20 Wheeler St
## 1459 KIPP Academy Lynn Collegiate 20 Wheeler St
## 1460 KIPP Academy Lynn Collegiate 20 Wheeler St
## 1461 KIPP Academy Lynn Collegiate 20 Wheeler St
## 1462 KIPP Academy Lynn Collegiate 20 Wheeler St
## 1463 KIPP Academy Lynn Collegiate 20 Wheeler St
## 1464 KIPP Academy Lynn Collegiate 20 Wheeler St
## 1465 KIPP Academy Lynn Collegiate 20 Wheeler St
## 1466 KIPP Academy Lynn Collegiate 20 Wheeler St
## 1467 KIPP Academy Lynn Collegiate 20 Wheeler St
## 1468 KIPP Academy Lynn Collegiate 20 Wheeler St
## 1469 KIPP Academy Lynn Collegiate 20 Wheeler St
## 1470 Magnolia Montessori For All 5100 Pecan Brook Dr
## school_city school_state
## 1 Aurora Colorado
## 2 Aurora Colorado
## 3 Aurora Colorado
## 4 Aurora Colorado
## 5 Aurora Colorado
## 6 Aurora Colorado
## 7 Aurora Colorado
## 8 Aurora Colorado
## 9 Aurora Colorado
## 10 Aurora Colorado
## 11 Aurora Colorado
## 12 Aurora Colorado
## 13 Aurora Colorado
## 14 Aurora Colorado
## 15 Aurora Colorado
## 16 Aurora Colorado
## 17 Aurora Colorado
## 18 Aurora Colorado
## 19 Aurora Colorado
## 20 Aurora Colorado
## 21 Aurora Colorado
## 22 Centennial Colorado
## 23 Centennial Colorado
## 24 Centennial Colorado
## 25 Centennial Colorado
## 26 Centennial Colorado
## 27 Centennial Colorado
## 28 Centennial Colorado
## 29 Centennial Colorado
## 30 Centennial Colorado
## 31 Centennial Colorado
## 32 Centennial Colorado
## 33 Centennial Colorado
## 34 Centennial Colorado
## 35 Centennial Colorado
## 36 Centennial Colorado
## 37 Centennial Colorado
## 38 Centennial Colorado
## 39 Centennial Colorado
## 40 Centennial Colorado
## 41 Centennial Colorado
## 42 Centennial Colorado
## 43 Centennial Colorado
## 44 Centennial Colorado
## 45 Centennial Colorado
## 46 Centennial Colorado
## 47 Centennial Colorado
## 48 Centennial Colorado
## 49 Centennial Colorado
## 50 Centennial Colorado
## 51 Centennial Colorado
## 52 Centennial Colorado
## 53 Centennial Colorado
## 54 Centennial Colorado
## 55 Centennial Colorado
## 56 Centennial Colorado
## 57 Centennial Colorado
## 58 Centennial Colorado
## 59 Centennial Colorado
## 60 Centennial Colorado
## 61 Centennial Colorado
## 62 Centennial Colorado
## 63 Centennial Colorado
## 64 Centennial Colorado
## 65 Centennial Colorado
## 66 Centennial Colorado
## 67 Centennial Colorado
## 68 Centennial Colorado
## 69 Centennial Colorado
## 70 Centennial Colorado
## 71 Centennial Colorado
## 72 Centennial Colorado
## 73 Centennial Colorado
## 74 Centennial Colorado
## 75 Centennial Colorado
## 76 Centennial Colorado
## 77 Centennial Colorado
## 78 Centennial Colorado
## 79 Centennial Colorado
## 80 Centennial Colorado
## 81 Centennial Colorado
## 82 Providence Rhode Island
## 83 Providence Rhode Island
## 84 Providence Rhode Island
## 85 Providence Rhode Island
## 86 Providence Rhode Island
## 87 Providence Rhode Island
## 88 Providence Rhode Island
## 89 Providence Rhode Island
## 90 Providence Rhode Island
## 91 Providence Rhode Island
## 92 Providence Rhode Island
## 93 Providence Rhode Island
## 94 Providence Rhode Island
## 95 Providence Rhode Island
## 96 Providence Rhode Island
## 97 Providence Rhode Island
## 98 Providence Rhode Island
## 99 Providence Rhode Island
## 100 Providence Rhode Island
## 101 Providence Rhode Island
## 102 Providence Rhode Island
## 103 Providence Rhode Island
## 104 St. Paul Minnesota
## 105 St. Paul Minnesota
## 106 St. Paul Minnesota
## 107 St. Paul Minnesota
## 108 St. Paul Minnesota
## 109 St. Paul Minnesota
## 110 St. Paul Minnesota
## 111 St. Paul Minnesota
## 112 St. Paul Minnesota
## 113 St. Paul Minnesota
## 114 St. Paul Minnesota
## 115 St. Paul Minnesota
## 116 St. Paul Minnesota
## 117 St. Paul Minnesota
## 118 St. Paul Minnesota
## 119 St. Paul Minnesota
## 120 St. Paul Minnesota
## 121 St. Paul Minnesota
## 122 St. Paul Minnesota
## 123 St. Paul Minnesota
## 124 St. Paul Minnesota
## 125 St. Paul Minnesota
## 126 St. Paul Minnesota
## 127 St. Paul Minnesota
## 128 St. Paul Minnesota
## 129 St. Paul Minnesota
## 130 St. Paul Minnesota
## 131 St. Paul Minnesota
## 132 St. Paul Minnesota
## 133 St. Paul Minnesota
## 134 St. Paul Minnesota
## 135 St. Paul Minnesota
## 136 St. Paul Minnesota
## 137 St. Paul Minnesota
## 138 St. Paul Minnesota
## 139 St. Paul Minnesota
## 140 St. Paul Minnesota
## 141 St. Paul Minnesota
## 142 St. Paul Minnesota
## 143 St. Paul Minnesota
## 144 St. Paul Minnesota
## 145 St. Paul Minnesota
## 146 St. Paul Minnesota
## 147 St. Paul Minnesota
## 148 St. Paul Minnesota
## 149 St. Paul Minnesota
## 150 St. Paul Minnesota
## 151 St. Paul Minnesota
## 152 St. Paul Minnesota
## 153 St. Paul Minnesota
## 154 St. Paul Minnesota
## 155 St. Paul Minnesota
## 156 St. Paul Minnesota
## 157 St. Paul Minnesota
## 158 St. Paul Minnesota
## 159 St. Paul Minnesota
## 160 St. Paul Minnesota
## 161 St. Paul Minnesota
## 162 St. Paul Minnesota
## 163 St. Paul Minnesota
## 164 Pawtucket Rhode Island
## 165 Pawtucket Rhode Island
## 166 Pawtucket Rhode Island
## 167 Pawtucket Rhode Island
## 168 Pawtucket Rhode Island
## 169 Pawtucket Rhode Island
## 170 Pawtucket Rhode Island
## 171 Pawtucket Rhode Island
## 172 Pawtucket Rhode Island
## 173 Pawtucket Rhode Island
## 174 Pawtucket Rhode Island
## 175 Pawtucket Rhode Island
## 176 Pawtucket Rhode Island
## 177 Pawtucket Rhode Island
## 178 Pawtucket Rhode Island
## 179 Pawtucket Rhode Island
## 180 Pawtucket Rhode Island
## 181 Pawtucket Rhode Island
## 182 Pawtucket Rhode Island
## 183 Pawtucket Rhode Island
## 184 Pawtucket Rhode Island
## 185 Pawtucket Rhode Island
## 186 Pawtucket Rhode Island
## 187 Pawtucket Rhode Island
## 188 Pawtucket Rhode Island
## 189 Pawtucket Rhode Island
## 190 Pawtucket Rhode Island
## 191 Pawtucket Rhode Island
## 192 Pawtucket Rhode Island
## 193 Pawtucket Rhode Island
## 194 Pawtucket Rhode Island
## 195 Pawtucket Rhode Island
## 196 Pawtucket Rhode Island
## 197 Pawtucket Rhode Island
## 198 Pawtucket Rhode Island
## 199 Pawtucket Rhode Island
## 200 Pawtucket Rhode Island
## 201 Pawtucket Rhode Island
## 202 Pawtucket Rhode Island
## 203 Pawtucket Rhode Island
## 204 Pawtucket Rhode Island
## 205 Pawtucket Rhode Island
## 206 Pawtucket Rhode Island
## 207 Pawtucket Rhode Island
## 208 Pawtucket Rhode Island
## 209 Pawtucket Rhode Island
## 210 Pawtucket Rhode Island
## 211 Pawtucket Rhode Island
## 212 Pawtucket Rhode Island
## 213 Pawtucket Rhode Island
## 214 Pawtucket Rhode Island
## 215 Pawtucket Rhode Island
## 216 Pawtucket Rhode Island
## 217 Pawtucket Rhode Island
## 218 Pawtucket Rhode Island
## 219 Pawtucket Rhode Island
## 220 Pawtucket Rhode Island
## 221 Pawtucket Rhode Island
## 222 Boston Massachusetts
## 223 Boston Massachusetts
## 224 Boston Massachusetts
## 225 Boston Massachusetts
## 226 Boston Massachusetts
## 227 Boston Massachusetts
## 228 Boston Massachusetts
## 229 Boston Massachusetts
## 230 Boston Massachusetts
## 231 Boston Massachusetts
## 232 Boston Massachusetts
## 233 Boston Massachusetts
## 234 Boston Massachusetts
## 235 Boston Massachusetts
## 236 Boston Massachusetts
## 237 Boston Massachusetts
## 238 Boston Massachusetts
## 239 Boston Massachusetts
## 240 Boston Massachusetts
## 241 Boston Massachusetts
## 242 Boston Massachusetts
## 243 Boston Massachusetts
## 244 Boston Massachusetts
## 245 Boston Massachusetts
## 246 Boston Massachusetts
## 247 Boston Massachusetts
## 248 Boston Massachusetts
## 249 Boston Massachusetts
## 250 Boston Massachusetts
## 251 Boston Massachusetts
## 252 Boston Massachusetts
## 253 Boston Massachusetts
## 254 Boston Massachusetts
## 255 Boston Massachusetts
## 256 Boston Massachusetts
## 257 Boston Massachusetts
## 258 Boston Massachusetts
## 259 Boston Massachusetts
## 260 Boston Massachusetts
## 261 Boston Massachusetts
## 262 Boston Massachusetts
## 263 Boston Massachusetts
## 264 Boston Massachusetts
## 265 Boston Massachusetts
## 266 Boston Massachusetts
## 267 Boston Massachusetts
## 268 Boston Massachusetts
## 269 Boston Massachusetts
## 270 Boston Massachusetts
## 271 Boston Massachusetts
## 272 Boston Massachusetts
## 273 Boston Massachusetts
## 274 Boston Massachusetts
## 275 Boston Massachusetts
## 276 Boston Massachusetts
## 277 Boston Massachusetts
## 278 Boston Massachusetts
## 279 Canon City Colorado
## 280 Canon City Colorado
## 281 Canon City Colorado
## 282 Canon City Colorado
## 283 Canon City Colorado
## 284 Canon City Colorado
## 285 Canon City Colorado
## 286 Canon City Colorado
## 287 Canon City Colorado
## 288 Canon City Colorado
## 289 Canon City Colorado
## 290 Canon City Colorado
## 291 Canon City Colorado
## 292 Canon City Colorado
## 293 Canon City Colorado
## 294 Canon City Colorado
## 295 Canon City Colorado
## 296 Canon City Colorado
## 297 Canon City Colorado
## 298 Canon City Colorado
## 299 Canon City Colorado
## 300 Canon City Colorado
## 301 Canon City Colorado
## 302 Canon City Colorado
## 303 Canon City Colorado
## 304 Canon City Colorado
## 305 Canon City Colorado
## 306 Canon City Colorado
## 307 Canon City Colorado
## 308 Canon City Colorado
## 309 Canon City Colorado
## 310 Canon City Colorado
## 311 Canon City Colorado
## 312 Canon City Colorado
## 313 Canon City Colorado
## 314 Canon City Colorado
## 315 Canon City Colorado
## 316 Canon City Colorado
## 317 Canon City Colorado
## 318 Canon City Colorado
## 319 Canon City Colorado
## 320 Canon City Colorado
## 321 Canon City Colorado
## 322 Canon City Colorado
## 323 Canon City Colorado
## 324 Canon City Colorado
## 325 Canon City Colorado
## 326 Canon City Colorado
## 327 Canon City Colorado
## 328 Canon City Colorado
## 329 Canon City Colorado
## 330 Canon City Colorado
## 331 Canon City Colorado
## 332 Canon City Colorado
## 333 Canon City Colorado
## 334 Canon City Colorado
## 335 Canon City Colorado
## 336 Canon City Colorado
## 337 Canon City Colorado
## 338 Canon City Colorado
## 339 Canon City Colorado
## 340 Canon City Colorado
## 341 Portland Maine
## 342 Portland Maine
## 343 Portland Maine
## 344 Portland Maine
## 345 Portland Maine
## 346 Portland Maine
## 347 Portland Maine
## 348 Portland Maine
## 349 Portland Maine
## 350 Portland Maine
## 351 Portland Maine
## 352 Portland Maine
## 353 Portland Maine
## 354 Portland Maine
## 355 Portland Maine
## 356 Portland Maine
## 357 Portland Maine
## 358 Portland Maine
## 359 Portland Maine
## 360 Portland Maine
## 361 Portland Maine
## 362 Portland Maine
## 363 Portland Maine
## 364 Portland Maine
## 365 Portland Maine
## 366 Portland Maine
## 367 Portland Maine
## 368 Portland Maine
## 369 Portland Maine
## 370 Portland Maine
## 371 Portland Maine
## 372 Portland Maine
## 373 Portland Maine
## 374 Portland Maine
## 375 Portland Maine
## 376 Portland Maine
## 377 Portland Maine
## 378 Portland Maine
## 379 Portland Maine
## 380 Portland Maine
## 381 Portland Maine
## 382 Portland Maine
## 383 Portland Maine
## 384 Los Angeles California
## 385 Los Angeles California
## 386 Los Angeles California
## 387 Los Angeles California
## 388 Los Angeles California
## 389 Los Angeles California
## 390 Los Angeles California
## 391 Los Angeles California
## 392 Los Angeles California
## 393 Los Angeles California
## 394 Los Angeles California
## 395 Los Angeles California
## 396 Los Angeles California
## 397 Los Angeles California
## 398 Los Angeles California
## 399 Los Angeles California
## 400 Los Angeles California
## 401 Los Angeles California
## 402 Los Angeles California
## 403 St. Louis Missouri
## 404 St. Louis Missouri
## 405 St. Louis Missouri
## 406 St. Louis Missouri
## 407 St. Louis Missouri
## 408 St. Louis Missouri
## 409 St. Louis Missouri
## 410 St. Louis Missouri
## 411 St. Louis Missouri
## 412 St. Louis Missouri
## 413 St. Louis Missouri
## 414 St. Louis Missouri
## 415 St. Louis Missouri
## 416 St. Louis Missouri
## 417 St. Louis Missouri
## 418 St. Louis Missouri
## 419 St. Louis Missouri
## 420 St. Louis Missouri
## 421 St. Louis Missouri
## 422 St. Louis Missouri
## 423 St. Louis Missouri
## 424 St. Louis Missouri
## 425 St. Louis Missouri
## 426 St. Louis Missouri
## 427 St. Louis Missouri
## 428 St. Louis Missouri
## 429 St. Louis Missouri
## 430 St. Louis Missouri
## 431 St. Louis Missouri
## 432 St. Louis Missouri
## 433 St. Louis Missouri
## 434 St. Louis Missouri
## 435 St. Louis Missouri
## 436 St. Louis Missouri
## 437 St. Louis Missouri
## 438 St. Louis Missouri
## 439 St. Louis Missouri
## 440 St. Louis Missouri
## 441 St. Louis Missouri
## 442 St. Louis Missouri
## 443 St. Louis Missouri
## 444 St. Louis Missouri
## 445 St. Louis Missouri
## 446 St. Louis Missouri
## 447 St. Louis Missouri
## 448 St. Louis Missouri
## 449 St. Louis Missouri
## 450 St. Louis Missouri
## 451 St. Louis Missouri
## 452 St. Louis Missouri
## 453 Richmond Virginia
## 454 Richmond Virginia
## 455 Richmond Virginia
## 456 Richmond Virginia
## 457 Richmond Virginia
## 458 Richmond Virginia
## 459 Richmond Virginia
## 460 Richmond Virginia
## 461 Richmond Virginia
## 462 Richmond Virginia
## 463 Richmond Virginia
## 464 Richmond Virginia
## 465 Richmond Virginia
## 466 Richmond Virginia
## 467 Richmond Virginia
## 468 Richmond Virginia
## 469 Richmond Virginia
## 470 Richmond Virginia
## 471 Richmond Virginia
## 472 Richmond Virginia
## 473 Richmond Virginia
## 474 Richmond Virginia
## 475 Richmond Virginia
## 476 Richmond Virginia
## 477 Richmond Virginia
## 478 Richmond Virginia
## 479 Richmond Virginia
## 480 Richmond Virginia
## 481 Richmond Virginia
## 482 Richmond Virginia
## 483 Richmond Virginia
## 484 Richmond Virginia
## 485 Richmond Virginia
## 486 Richmond Virginia
## 487 Richmond Virginia
## 488 Richmond Virginia
## 489 Richmond Virginia
## 490 Richmond Virginia
## 491 Richmond Virginia
## 492 Richmond Virginia
## 493 Richmond Virginia
## 494 Richmond Virginia
## 495 Richmond Virginia
## 496 Richmond Virginia
## 497 Richmond Virginia
## 498 New Haven Connecticut
## 499 New Haven Connecticut
## 500 New Haven Connecticut
## 501 New Haven Connecticut
## 502 New Haven Connecticut
## 503 New Haven Connecticut
## 504 New Haven Connecticut
## 505 New Haven Connecticut
## 506 New Haven Connecticut
## 507 New Haven Connecticut
## 508 New Haven Connecticut
## 509 New Haven Connecticut
## 510 New Haven Connecticut
## 511 New Haven Connecticut
## 512 New Haven Connecticut
## 513 New Haven Connecticut
## 514 New Haven Connecticut
## 515 New Haven Connecticut
## 516 New Haven Connecticut
## 517 New Haven Connecticut
## 518 New Haven Connecticut
## 519 New Haven Connecticut
## 520 New Haven Connecticut
## 521 New Haven Connecticut
## 522 New Haven Connecticut
## 523 New Haven Connecticut
## 524 New Haven Connecticut
## 525 New Haven Connecticut
## 526 New Haven Connecticut
## 527 New Haven Connecticut
## 528 New Haven Connecticut
## 529 New Haven Connecticut
## 530 New Haven Connecticut
## 531 New Haven Connecticut
## 532 New Haven Connecticut
## 533 New Haven Connecticut
## 534 New Haven Connecticut
## 535 New Haven Connecticut
## 536 New Haven Connecticut
## 537 New Haven Connecticut
## 538 New Haven Connecticut
## 539 New Haven Connecticut
## 540 New Haven Connecticut
## 541 New Haven Connecticut
## 542 Bronx New York
## 543 Bronx New York
## 544 Bronx New York
## 545 Bronx New York
## 546 Bronx New York
## 547 Bronx New York
## 548 Bronx New York
## 549 Bronx New York
## 550 Bronx New York
## 551 Bronx New York
## 552 Bronx New York
## 553 Bronx New York
## 554 Bronx New York
## 555 Bronx New York
## 556 Bronx New York
## 557 Bronx New York
## 558 Bronx New York
## 559 Bronx New York
## 560 Bronx New York
## 561 Bronx New York
## 562 Bronx New York
## 563 Bronx New York
## 564 Bronx New York
## 565 Bronx New York
## 566 Bronx New York
## 567 Bronx New York
## 568 Bronx New York
## 569 Bronx New York
## 570 Bronx New York
## 571 Bronx New York
## 572 Bronx New York
## 573 Bronx New York
## 574 Bronx New York
## 575 Bronx New York
## 576 Bronx New York
## 577 Bronx New York
## 578 Bronx New York
## 579 Bronx New York
## 580 Bronx New York
## 581 Bronx New York
## 582 Bronx New York
## 583 Bronx New York
## 584 Bronx New York
## 585 Bronx New York
## 586 Bronx New York
## 587 Bronx New York
## 588 Bronx New York
## 589 Kingsport Tennessee
## 590 Kingsport Tennessee
## 591 Kingsport Tennessee
## 592 Kingsport Tennessee
## 593 Kingsport Tennessee
## 594 Kingsport Tennessee
## 595 Kingsport Tennessee
## 596 Kingsport Tennessee
## 597 Kingsport Tennessee
## 598 Kingsport Tennessee
## 599 Kingsport Tennessee
## 600 Kingsport Tennessee
## 601 Kingsport Tennessee
## 602 Kingsport Tennessee
## 603 Kingsport Tennessee
## 604 Kingsport Tennessee
## 605 Kingsport Tennessee
## 606 Kingsport Tennessee
## 607 Kingsport Tennessee
## 608 Kingsport Tennessee
## 609 Kingsport Tennessee
## 610 Kingsport Tennessee
## 611 Kingsport Tennessee
## 612 Kingsport Tennessee
## 613 Kingsport Tennessee
## 614 Kingsport Tennessee
## 615 Kingsport Tennessee
## 616 Kingsport Tennessee
## 617 Kingsport Tennessee
## 618 Kingsport Tennessee
## 619 Kingsport Tennessee
## 620 Kingsport Tennessee
## 621 Kingsport Tennessee
## 622 Kingsport Tennessee
## 623 Kingsport Tennessee
## 624 Kingsport Tennessee
## 625 Kingsport Tennessee
## 626 Kingsport Tennessee
## 627 Kingsport Tennessee
## 628 Kingsport Tennessee
## 629 Kingsport Tennessee
## 630 Kingsport Tennessee
## 631 Kingsport Tennessee
## 632 Kingsport Tennessee
## 633 Kingsport Tennessee
## 634 Kingsport Tennessee
## 635 Kingsport Tennessee
## 636 Kingsport Tennessee
## 637 Washington District of Columbia
## 638 Washington District of Columbia
## 639 Washington District of Columbia
## 640 Washington District of Columbia
## 641 Washington District of Columbia
## 642 Washington District of Columbia
## 643 Washington District of Columbia
## 644 Washington District of Columbia
## 645 Washington District of Columbia
## 646 Washington District of Columbia
## 647 Washington District of Columbia
## 648 Washington District of Columbia
## 649 Washington District of Columbia
## 650 Washington District of Columbia
## 651 Washington District of Columbia
## 652 Washington District of Columbia
## 653 Washington District of Columbia
## 654 Los Angeles California
## 655 Los Angeles California
## 656 Los Angeles California
## 657 Los Angeles California
## 658 Los Angeles California
## 659 Los Angeles California
## 660 Los Angeles California
## 661 Los Angeles California
## 662 Los Angeles California
## 663 Los Angeles California
## 664 Los Angeles California
## 665 Los Angeles California
## 666 Los Angeles California
## 667 Los Angeles California
## 668 Los Angeles California
## 669 Los Angeles California
## 670 Los Angeles California
## 671 Los Angeles California
## 672 Los Angeles California
## 673 Los Angeles California
## 674 Los Angeles California
## 675 Los Angeles California
## 676 Los Angeles California
## 677 Los Angeles California
## 678 Los Angeles California
## 679 Los Angeles California
## 680 Los Angeles California
## 681 Los Angeles California
## 682 Los Angeles California
## 683 Los Angeles California
## 684 Los Angeles California
## 685 Los Angeles California
## 686 Los Angeles California
## 687 Los Angeles California
## 688 Los Angeles California
## 689 Los Angeles California
## 690 Los Angeles California
## 691 Los Angeles California
## 692 Los Angeles California
## 693 Los Angeles California
## 694 Los Angeles California
## 695 Los Angeles California
## 696 Los Angeles California
## 697 Los Angeles California
## 698 Los Angeles California
## 699 Los Angeles California
## 700 Los Angeles California
## 701 Los Angeles California
## 702 Los Angeles California
## 703 Los Angeles California
## 704 Los Angeles California
## 705 Los Angeles California
## 706 Los Angeles California
## 707 Los Angeles California
## 708 Los Angeles California
## 709 Los Angeles California
## 710 Los Angeles California
## 711 Los Angeles California
## 712 Los Angeles California
## 713 Los Angeles California
## 714 Los Angeles California
## 715 Los Angeles California
## 716 Los Angeles California
## 717 Los Angeles California
## 718 Los Angeles California
## 719 Los Angeles California
## 720 Los Angeles California
## 721 Los Angeles California
## 722 Los Angeles California
## 723 Los Angeles California
## 724 Los Angeles California
## 725 Los Angeles California
## 726 Los Angeles California
## 727 Los Angeles California
## 728 Los Angeles California
## 729 Los Angeles California
## 730 Los Angeles California
## 731 Los Angeles California
## 732 Los Angeles California
## 733 Los Angeles California
## 734 Los Angeles California
## 735 Los Angeles California
## 736 Los Angeles California
## 737 Los Angeles California
## 738 Los Angeles California
## 739 Los Angeles California
## 740 Los Angeles California
## 741 Los Angeles California
## 742 Los Angeles California
## 743 Los Angeles California
## 744 Los Angeles California
## 745 Los Angeles California
## 746 Los Angeles California
## 747 Los Angeles California
## 748 Los Angeles California
## 749 Los Angeles California
## 750 Los Angeles California
## 751 Los Angeles California
## 752 Los Angeles California
## 753 Los Angeles California
## 754 Los Angeles California
## 755 Los Angeles California
## 756 Los Angeles California
## 757 Los Angeles California
## 758 Los Angeles California
## 759 Los Angeles California
## 760 Los Angeles California
## 761 Los Angeles California
## 762 Los Angeles California
## 763 Los Angeles California
## 764 Los Angeles California
## 765 Los Angeles California
## 766 Los Angeles California
## 767 Los Angeles California
## 768 Los Angeles California
## 769 Los Angeles California
## 770 Los Angeles California
## 771 Los Angeles California
## 772 Los Angeles California
## 773 Los Angeles California
## 774 Los Angeles California
## 775 Los Angeles California
## 776 Los Angeles California
## 777 Asheville North Carolina
## 778 Asheville North Carolina
## 779 Asheville North Carolina
## 780 Asheville North Carolina
## 781 Asheville North Carolina
## 782 Asheville North Carolina
## 783 Asheville North Carolina
## 784 Asheville North Carolina
## 785 Asheville North Carolina
## 786 Asheville North Carolina
## 787 Asheville North Carolina
## 788 Asheville North Carolina
## 789 Asheville North Carolina
## 790 Asheville North Carolina
## 791 Asheville North Carolina
## 792 Asheville North Carolina
## 793 Asheville North Carolina
## 794 Asheville North Carolina
## 795 Asheville North Carolina
## 796 Asheville North Carolina
## 797 Asheville North Carolina
## 798 Asheville North Carolina
## 799 Asheville North Carolina
## 800 Asheville North Carolina
## 801 Asheville North Carolina
## 802 Asheville North Carolina
## 803 Asheville North Carolina
## 804 Asheville North Carolina
## 805 Asheville North Carolina
## 806 Asheville North Carolina
## 807 Asheville North Carolina
## 808 Asheville North Carolina
## 809 Asheville North Carolina
## 810 Asheville North Carolina
## 811 Asheville North Carolina
## 812 Asheville North Carolina
## 813 Asheville North Carolina
## 814 Asheville North Carolina
## 815 Asheville North Carolina
## 816 Asheville North Carolina
## 817 Asheville North Carolina
## 818 Asheville North Carolina
## 819 Asheville North Carolina
## 820 Asheville North Carolina
## 821 Asheville North Carolina
## 822 Asheville North Carolina
## 823 Asheville North Carolina
## 824 New York New York
## 825 New York New York
## 826 New York New York
## 827 New York New York
## 828 New York New York
## 829 New York New York
## 830 New York New York
## 831 New York New York
## 832 New York New York
## 833 New York New York
## 834 New York New York
## 835 New York New York
## 836 New York New York
## 837 New York New York
## 838 New York New York
## 839 New York New York
## 840 New York New York
## 841 New York New York
## 842 New York New York
## 843 New York New York
## 844 New York New York
## 845 New York New York
## 846 New York New York
## 847 New York New York
## 848 New York New York
## 849 New York New York
## 850 New York New York
## 851 New York New York
## 852 New York New York
## 853 New York New York
## 854 New York New York
## 855 New York New York
## 856 New York New York
## 857 New York New York
## 858 New York New York
## 859 New York New York
## 860 New York New York
## 861 New York New York
## 862 New York New York
## 863 New York New York
## 864 New York New York
## 865 New York New York
## 866 New York New York
## 867 New York New York
## 868 New York New York
## 869 New York New York
## 870 New York New York
## 871 New York New York
## 872 New York New York
## 873 New York New York
## 874 New York New York
## 875 New York New York
## 876 New York New York
## 877 New York New York
## 878 New York New York
## 879 New York New York
## 880 New York New York
## 881 New York New York
## 882 New York New York
## 883 New York New York
## 884 New York New York
## 885 New York New York
## 886 New York New York
## 887 New York New York
## 888 New York New York
## 889 New York New York
## 890 New York New York
## 891 New York New York
## 892 New York New York
## 893 New York New York
## 894 New York New York
## 895 New York New York
## 896 New York New York
## 897 New York New York
## 898 New York New York
## 899 New York New York
## 900 New York New York
## 901 New York New York
## 902 New York New York
## 903 New York New York
## 904 New York New York
## 905 New York New York
## 906 New York New York
## 907 New York New York
## 908 New York New York
## 909 New York New York
## 910 New York New York
## 911 New York New York
## 912 New York New York
## 913 New York New York
## 914 New York New York
## 915 New York New York
## 916 New York New York
## 917 New York New York
## 918 New York New York
## 919 New York New York
## 920 New York New York
## 921 New York New York
## 922 New York New York
## 923 New York New York
## 924 New York New York
## 925 New York New York
## 926 New York New York
## 927 New York New York
## 928 New York New York
## 929 New York New York
## 930 New York New York
## 931 New York New York
## 932 New York New York
## 933 New York New York
## 934 New York New York
## 935 New York New York
## 936 New York New York
## 937 New York New York
## 938 New York New York
## 939 New York New York
## 940 New York New York
## 941 New York New York
## 942 New York New York
## 943 New York New York
## 944 New York New York
## 945 New York New York
## 946 New York New York
## 947 New York New York
## 948 New York New York
## 949 New York New York
## 950 New York New York
## 951 New York New York
## 952 New York New York
## 953 New York New York
## 954 New York New York
## 955 New York New York
## 956 New York New York
## 957 New York New York
## 958 New York New York
## 959 New York New York
## 960 New York New York
## 961 New York New York
## 962 New York New York
## 963 New York New York
## 964 New York New York
## 965 New York New York
## 966 New York New York
## 967 New York New York
## 968 New York New York
## 969 New York New York
## 970 New York New York
## 971 New York New York
## 972 New York New York
## 973 Greeley Colorado
## 974 Greeley Colorado
## 975 Greeley Colorado
## 976 Greeley Colorado
## 977 Greeley Colorado
## 978 Greeley Colorado
## 979 Greeley Colorado
## 980 Greeley Colorado
## 981 Greeley Colorado
## 982 Greeley Colorado
## 983 Greeley Colorado
## 984 Greeley Colorado
## 985 Greeley Colorado
## 986 Greeley Colorado
## 987 Greeley Colorado
## 988 Greeley Colorado
## 989 Greeley Colorado
## 990 Greeley Colorado
## 991 Greeley Colorado
## 992 Greeley Colorado
## 993 Greeley Colorado
## 994 Greeley Colorado
## 995 Greeley Colorado
## 996 Greeley Colorado
## 997 Greeley Colorado
## 998 Greeley Colorado
## 999 Greeley Colorado
## 1000 Greeley Colorado
## 1001 Greeley Colorado
## 1002 Greeley Colorado
## 1003 Greeley Colorado
## 1004 Greeley Colorado
## 1005 Greeley Colorado
## 1006 Greeley Colorado
## 1007 Greeley Colorado
## 1008 Greeley Colorado
## 1009 Greeley Colorado
## 1010 Greeley Colorado
## 1011 Greeley Colorado
## 1012 Greeley Colorado
## 1013 Greeley Colorado
## 1014 Greeley Colorado
## 1015 Greeley Colorado
## 1016 Greeley Colorado
## 1017 Greeley Colorado
## 1018 Greeley Colorado
## 1019 Greeley Colorado
## 1020 Greeley Colorado
## 1021 Greeley Colorado
## 1022 Greeley Colorado
## 1023 Greeley Colorado
## 1024 Greeley Colorado
## 1025 Greeley Colorado
## 1026 Greeley Colorado
## 1027 Greeley Colorado
## 1028 Greeley Colorado
## 1029 Greeley Colorado
## 1030 Greeley Colorado
## 1031 Greeley Colorado
## 1032 Greeley Colorado
## 1033 Boise Idaho
## 1034 Boise Idaho
## 1035 Boise Idaho
## 1036 Boise Idaho
## 1037 Boise Idaho
## 1038 Boise Idaho
## 1039 Boise Idaho
## 1040 Boise Idaho
## 1041 Boise Idaho
## 1042 Boise Idaho
## 1043 Boise Idaho
## 1044 Boise Idaho
## 1045 Boise Idaho
## 1046 Boise Idaho
## 1047 Boise Idaho
## 1048 Boise Idaho
## 1049 Boise Idaho
## 1050 Boise Idaho
## 1051 Boise Idaho
## 1052 Boise Idaho
## 1053 Boise Idaho
## 1054 Boise Idaho
## 1055 Boise Idaho
## 1056 Boise Idaho
## 1057 Boise Idaho
## 1058 Boise Idaho
## 1059 Boise Idaho
## 1060 Boise Idaho
## 1061 Boise Idaho
## 1062 Boise Idaho
## 1063 Boise Idaho
## 1064 Boise Idaho
## 1065 Boise Idaho
## 1066 Boise Idaho
## 1067 Boise Idaho
## 1068 Boise Idaho
## 1069 Boise Idaho
## 1070 Boise Idaho
## 1071 Boise Idaho
## 1072 Boise Idaho
## 1073 Boise Idaho
## 1074 Boise Idaho
## 1075 Boise Idaho
## 1076 Nampa Idaho
## 1077 Nampa Idaho
## 1078 Nampa Idaho
## 1079 Nampa Idaho
## 1080 Nampa Idaho
## 1081 Nampa Idaho
## 1082 Nampa Idaho
## 1083 Nampa Idaho
## 1084 Nampa Idaho
## 1085 Nampa Idaho
## 1086 Nampa Idaho
## 1087 Nampa Idaho
## 1088 Nampa Idaho
## 1089 Nampa Idaho
## 1090 Nampa Idaho
## 1091 Nampa Idaho
## 1092 Nampa Idaho
## 1093 Nampa Idaho
## 1094 Nampa Idaho
## 1095 Nampa Idaho
## 1096 Nampa Idaho
## 1097 Nampa Idaho
## 1098 Nampa Idaho
## 1099 Nampa Idaho
## 1100 Nampa Idaho
## 1101 Nampa Idaho
## 1102 Nampa Idaho
## 1103 Nampa Idaho
## 1104 Nampa Idaho
## 1105 Nampa Idaho
## 1106 Nampa Idaho
## 1107 Nampa Idaho
## 1108 Nampa Idaho
## 1109 Nampa Idaho
## 1110 Nampa Idaho
## 1111 Nampa Idaho
## 1112 Nampa Idaho
## 1113 Nampa Idaho
## 1114 Nampa Idaho
## 1115 Nampa Idaho
## 1116 Nampa Idaho
## 1117 Issaquah Washington
## 1118 Issaquah Washington
## 1119 Issaquah Washington
## 1120 Issaquah Washington
## 1121 Issaquah Washington
## 1122 Issaquah Washington
## 1123 Issaquah Washington
## 1124 Issaquah Washington
## 1125 Issaquah Washington
## 1126 Issaquah Washington
## 1127 Issaquah Washington
## 1128 Issaquah Washington
## 1129 Issaquah Washington
## 1130 Issaquah Washington
## 1131 Issaquah Washington
## 1132 Issaquah Washington
## 1133 Issaquah Washington
## 1134 Issaquah Washington
## 1135 Issaquah Washington
## 1136 Issaquah Washington
## 1137 Issaquah Washington
## 1138 Issaquah Washington
## 1139 Issaquah Washington
## 1140 Issaquah Washington
## 1141 Issaquah Washington
## 1142 Issaquah Washington
## 1143 Issaquah Washington
## 1144 Issaquah Washington
## 1145 Issaquah Washington
## 1146 Issaquah Washington
## 1147 Issaquah Washington
## 1148 Issaquah Washington
## 1149 Issaquah Washington
## 1150 Issaquah Washington
## 1151 Issaquah Washington
## 1152 Issaquah Washington
## 1153 Issaquah Washington
## 1154 Issaquah Washington
## 1155 Issaquah Washington
## 1156 Issaquah Washington
## 1157 Issaquah Washington
## 1158 Issaquah Washington
## 1159 Issaquah Washington
## 1160 Issaquah Washington
## 1161 Issaquah Washington
## 1162 Issaquah Washington
## 1163 Issaquah Washington
## 1164 Issaquah Washington
## 1165 Issaquah Washington
## 1166 Issaquah Washington
## 1167 Issaquah Washington
## 1168 Issaquah Washington
## 1169 Issaquah Washington
## 1170 Issaquah Washington
## 1171 Denver Colorado
## 1172 Denver Colorado
## 1173 Denver Colorado
## 1174 Denver Colorado
## 1175 Denver Colorado
## 1176 Denver Colorado
## 1177 Denver Colorado
## 1178 Denver Colorado
## 1179 Denver Colorado
## 1180 Denver Colorado
## 1181 Denver Colorado
## 1182 Denver Colorado
## 1183 Denver Colorado
## 1184 Denver Colorado
## 1185 Denver Colorado
## 1186 Denver Colorado
## 1187 Denver Colorado
## 1188 Denver Colorado
## 1189 Denver Colorado
## 1190 Denver Colorado
## 1191 Denver Colorado
## 1192 Denver Colorado
## 1193 Denver Colorado
## 1194 Denver Colorado
## 1195 Denver Colorado
## 1196 Denver Colorado
## 1197 Denver Colorado
## 1198 Denver Colorado
## 1199 Denver Colorado
## 1200 Denver Colorado
## 1201 Denver Colorado
## 1202 Denver Colorado
## 1203 Denver Colorado
## 1204 Denver Colorado
## 1205 Denver Colorado
## 1206 Denver Colorado
## 1207 Denver Colorado
## 1208 Denver Colorado
## 1209 Denver Colorado
## 1210 Denver Colorado
## 1211 Denver Colorado
## 1212 Denver Colorado
## 1213 Denver Colorado
## 1214 Denver Colorado
## 1215 Denver Colorado
## 1216 Denver Colorado
## 1217 Denver Colorado
## 1218 Denver Colorado
## 1219 Denver Colorado
## 1220 Denver Colorado
## 1221 New York New York
## 1222 New York New York
## 1223 New York New York
## 1224 New York New York
## 1225 New York New York
## 1226 New York New York
## 1227 New York New York
## 1228 New York New York
## 1229 New York New York
## 1230 New York New York
## 1231 New York New York
## 1232 New York New York
## 1233 New York New York
## 1234 New York New York
## 1235 New York New York
## 1236 New York New York
## 1237 New York New York
## 1238 New York New York
## 1239 New York New York
## 1240 New York New York
## 1241 New York New York
## 1242 New York New York
## 1243 New York New York
## 1244 New York New York
## 1245 New York New York
## 1246 New York New York
## 1247 New York New York
## 1248 New York New York
## 1249 New York New York
## 1250 New York New York
## 1251 New York New York
## 1252 New York New York
## 1253 New York New York
## 1254 New York New York
## 1255 New York New York
## 1256 New York New York
## 1257 New York New York
## 1258 New York New York
## 1259 New York New York
## 1260 New York New York
## 1261 New York New York
## 1262 New York New York
## 1263 New York New York
## 1264 New York New York
## 1265 New York New York
## 1266 New York New York
## 1267 New York New York
## 1268 New York New York
## 1269 New York New York
## 1270 New York New York
## 1271 New York New York
## 1272 New York New York
## 1273 Mohawk Michigan
## 1274 Mohawk Michigan
## 1275 Mohawk Michigan
## 1276 Mohawk Michigan
## 1277 Mohawk Michigan
## 1278 Mohawk Michigan
## 1279 Mohawk Michigan
## 1280 Mohawk Michigan
## 1281 Mohawk Michigan
## 1282 Mohawk Michigan
## 1283 Mohawk Michigan
## 1284 Mohawk Michigan
## 1285 Mohawk Michigan
## 1286 Mohawk Michigan
## 1287 Mohawk Michigan
## 1288 Mohawk Michigan
## 1289 Mohawk Michigan
## 1290 Mohawk Michigan
## 1291 Mohawk Michigan
## 1292 Mohawk Michigan
## 1293 Mohawk Michigan
## 1294 Mohawk Michigan
## 1295 Mohawk Michigan
## 1296 Mohawk Michigan
## 1297 Mohawk Michigan
## 1298 Mohawk Michigan
## 1299 Mohawk Michigan
## 1300 Mohawk Michigan
## 1301 Mohawk Michigan
## 1302 Mohawk Michigan
## 1303 Mohawk Michigan
## 1304 Mohawk Michigan
## 1305 Mohawk Michigan
## 1306 Washington District of Columbia
## 1307 Washington District of Columbia
## 1308 Washington District of Columbia
## 1309 Washington District of Columbia
## 1310 Washington District of Columbia
## 1311 Washington District of Columbia
## 1312 Washington District of Columbia
## 1313 Washington District of Columbia
## 1314 Washington District of Columbia
## 1315 Washington District of Columbia
## 1316 Washington District of Columbia
## 1317 Washington District of Columbia
## 1318 Washington District of Columbia
## 1319 Washington District of Columbia
## 1320 Washington District of Columbia
## 1321 Washington District of Columbia
## 1322 Washington District of Columbia
## 1323 Washington District of Columbia
## 1324 Washington District of Columbia
## 1325 Washington District of Columbia
## 1326 Washington District of Columbia
## 1327 Washington District of Columbia
## 1328 Washington District of Columbia
## 1329 Washington District of Columbia
## 1330 Washington District of Columbia
## 1331 Washington District of Columbia
## 1332 Washington District of Columbia
## 1333 Washington District of Columbia
## 1334 Washington District of Columbia
## 1335 Washington District of Columbia
## 1336 Washington District of Columbia
## 1337 Washington District of Columbia
## 1338 Washington District of Columbia
## 1339 Washington District of Columbia
## 1340 Washington District of Columbia
## 1341 Washington District of Columbia
## 1342 Washington District of Columbia
## 1343 Washington District of Columbia
## 1344 Washington District of Columbia
## 1345 Washington District of Columbia
## 1346 Washington District of Columbia
## 1347 Washington District of Columbia
## 1348 Washington District of Columbia
## 1349 Washington District of Columbia
## 1350 Washington District of Columbia
## 1351 Washington District of Columbia
## 1352 Washington District of Columbia
## 1353 Washington District of Columbia
## 1354 Washington District of Columbia
## 1355 Washington District of Columbia
## 1356 Washington District of Columbia
## 1357 Washington District of Columbia
## 1358 Washington District of Columbia
## 1359 Washington District of Columbia
## 1360 Washington District of Columbia
## 1361 Tukwila Washington
## 1362 Tukwila Washington
## 1363 Tukwila Washington
## 1364 Tukwila Washington
## 1365 Tukwila Washington
## 1366 Tukwila Washington
## 1367 Tukwila Washington
## 1368 Tukwila Washington
## 1369 Tukwila Washington
## 1370 Tukwila Washington
## 1371 Tukwila Washington
## 1372 Tukwila Washington
## 1373 Tukwila Washington
## 1374 Tukwila Washington
## 1375 Tukwila Washington
## 1376 Tukwila Washington
## 1377 Tukwila Washington
## 1378 Tukwila Washington
## 1379 Tukwila Washington
## 1380 Tukwila Washington
## 1381 Tukwila Washington
## 1382 Tukwila Washington
## 1383 Tukwila Washington
## 1384 Tukwila Washington
## 1385 Tukwila Washington
## 1386 Tukwila Washington
## 1387 Tukwila Washington
## 1388 Tukwila Washington
## 1389 Tukwila Washington
## 1390 Tukwila Washington
## 1391 Tukwila Washington
## 1392 Tukwila Washington
## 1393 Tukwila Washington
## 1394 Tukwila Washington
## 1395 Tukwila Washington
## 1396 Tukwila Washington
## 1397 Tukwila Washington
## 1398 Tukwila Washington
## 1399 Tukwila Washington
## 1400 Nephi Utah
## 1401 Nephi Utah
## 1402 Nephi Utah
## 1403 Nephi Utah
## 1404 Nephi Utah
## 1405 Nephi Utah
## 1406 Nephi Utah
## 1407 Nephi Utah
## 1408 Nephi Utah
## 1409 Nephi Utah
## 1410 Nephi Utah
## 1411 Nephi Utah
## 1412 Nephi Utah
## 1413 Nephi Utah
## 1414 Nephi Utah
## 1415 Nephi Utah
## 1416 Nephi Utah
## 1417 Nephi Utah
## 1418 Nephi Utah
## 1419 Nephi Utah
## 1420 Nephi Utah
## 1421 Nephi Utah
## 1422 Nephi Utah
## 1423 Nephi Utah
## 1424 Nephi Utah
## 1425 Nephi Utah
## 1426 Nephi Utah
## 1427 Nephi Utah
## 1428 Nephi Utah
## 1429 Nephi Utah
## 1430 Nephi Utah
## 1431 Nephi Utah
## 1432 Nephi Utah
## 1433 Nephi Utah
## 1434 Nephi Utah
## 1435 Nephi Utah
## 1436 Nephi Utah
## 1437 Nephi Utah
## 1438 Nephi Utah
## 1439 Lynn Massachusetts
## 1440 Lynn Massachusetts
## 1441 Lynn Massachusetts
## 1442 Lynn Massachusetts
## 1443 Lynn Massachusetts
## 1444 Lynn Massachusetts
## 1445 Lynn Massachusetts
## 1446 Lynn Massachusetts
## 1447 Lynn Massachusetts
## 1448 Lynn Massachusetts
## 1449 Lynn Massachusetts
## 1450 Lynn Massachusetts
## 1451 Lynn Massachusetts
## 1452 Lynn Massachusetts
## 1453 Lynn Massachusetts
## 1454 Lynn Massachusetts
## 1455 Lynn Massachusetts
## 1456 Lynn Massachusetts
## 1457 Lynn Massachusetts
## 1458 Lynn Massachusetts
## 1459 Lynn Massachusetts
## 1460 Lynn Massachusetts
## 1461 Lynn Massachusetts
## 1462 Lynn Massachusetts
## 1463 Lynn Massachusetts
## 1464 Lynn Massachusetts
## 1465 Lynn Massachusetts
## 1466 Lynn Massachusetts
## 1467 Lynn Massachusetts
## 1468 Lynn Massachusetts
## 1469 Lynn Massachusetts
## 1470 Austin Texas
## school_district
## 1 Aurora Public School Distrit
## 2 Aurora Public School Distrit
## 3 Aurora Public School Distrit
## 4 Aurora Public School Distrit
## 5 Aurora Public School Distrit
## 6 Aurora Public School Distrit
## 7 Aurora Public School Distrit
## 8 Aurora Public School Distrit
## 9 Aurora Public School Distrit
## 10 Aurora Public School Distrit
## 11 Aurora Public School Distrit
## 12 Aurora Public School Distrit
## 13 Aurora Public School Distrit
## 14 Aurora Public School Distrit
## 15 Aurora Public School Distrit
## 16 Aurora Public School Distrit
## 17 Aurora Public School Distrit
## 18 Aurora Public School Distrit
## 19 Aurora Public School Distrit
## 20 Aurora Public School Distrit
## 21 Aurora Public School Distrit
## 22 none provided
## 23 none provided
## 24 none provided
## 25 none provided
## 26 none provided
## 27 none provided
## 28 none provided
## 29 none provided
## 30 none provided
## 31 none provided
## 32 none provided
## 33 none provided
## 34 none provided
## 35 none provided
## 36 none provided
## 37 none provided
## 38 none provided
## 39 none provided
## 40 none provided
## 41 none provided
## 42 none provided
## 43 none provided
## 44 none provided
## 45 none provided
## 46 none provided
## 47 none provided
## 48 none provided
## 49 none provided
## 50 none provided
## 51 none provided
## 52 none provided
## 53 none provided
## 54 none provided
## 55 none provided
## 56 none provided
## 57 none provided
## 58 none provided
## 59 none provided
## 60 none provided
## 61 none provided
## 62 none provided
## 63 none provided
## 64 none provided
## 65 none provided
## 66 none provided
## 67 none provided
## 68 none provided
## 69 none provided
## 70 none provided
## 71 none provided
## 72 none provided
## 73 none provided
## 74 none provided
## 75 none provided
## 76 none provided
## 77 none provided
## 78 none provided
## 79 none provided
## 80 none provided
## 81 none provided
## 82 Providence Public Schools
## 83 Providence Public Schools
## 84 Providence Public Schools
## 85 Providence Public Schools
## 86 Providence Public Schools
## 87 Providence Public Schools
## 88 Providence Public Schools
## 89 Providence Public Schools
## 90 Providence Public Schools
## 91 Providence Public Schools
## 92 Providence Public Schools
## 93 Providence Public Schools
## 94 Providence Public Schools
## 95 Providence Public Schools
## 96 Providence Public Schools
## 97 Providence Public Schools
## 98 Providence Public Schools
## 99 Providence Public Schools
## 100 Providence Public Schools
## 101 Providence Public Schools
## 102 Providence Public Schools
## 103 Providence Public Schools
## 104 Avalon Charter
## 105 Avalon Charter
## 106 Avalon Charter
## 107 Avalon Charter
## 108 Avalon Charter
## 109 Avalon Charter
## 110 Avalon Charter
## 111 Avalon Charter
## 112 Avalon Charter
## 113 Avalon Charter
## 114 Avalon Charter
## 115 Avalon Charter
## 116 Avalon Charter
## 117 Avalon Charter
## 118 Avalon Charter
## 119 Avalon Charter
## 120 Avalon Charter
## 121 Avalon Charter
## 122 Avalon Charter
## 123 Avalon Charter
## 124 Avalon Charter
## 125 Avalon Charter
## 126 Avalon Charter
## 127 Avalon Charter
## 128 Avalon Charter
## 129 Avalon Charter
## 130 Avalon Charter
## 131 Avalon Charter
## 132 Avalon Charter
## 133 Avalon Charter
## 134 Avalon Charter
## 135 Avalon Charter
## 136 Avalon Charter
## 137 Avalon Charter
## 138 Avalon Charter
## 139 Avalon Charter
## 140 Avalon Charter
## 141 Avalon Charter
## 142 Avalon Charter
## 143 Avalon Charter
## 144 Avalon Charter
## 145 Avalon Charter
## 146 Avalon Charter
## 147 Avalon Charter
## 148 Avalon Charter
## 149 Avalon Charter
## 150 Avalon Charter
## 151 Avalon Charter
## 152 Avalon Charter
## 153 Avalon Charter
## 154 Avalon Charter
## 155 Avalon Charter
## 156 Avalon Charter
## 157 Avalon Charter
## 158 Avalon Charter
## 159 Avalon Charter
## 160 Avalon Charter
## 161 Avalon Charter
## 162 Avalon Charter
## 163 Avalon Charter
## 164 Blackstone Academy Charter School
## 165 Blackstone Academy Charter School
## 166 Blackstone Academy Charter School
## 167 Blackstone Academy Charter School
## 168 Blackstone Academy Charter School
## 169 Blackstone Academy Charter School
## 170 Blackstone Academy Charter School
## 171 Blackstone Academy Charter School
## 172 Blackstone Academy Charter School
## 173 Blackstone Academy Charter School
## 174 Blackstone Academy Charter School
## 175 Blackstone Academy Charter School
## 176 Blackstone Academy Charter School
## 177 Blackstone Academy Charter School
## 178 Blackstone Academy Charter School
## 179 Blackstone Academy Charter School
## 180 Blackstone Academy Charter School
## 181 Blackstone Academy Charter School
## 182 Blackstone Academy Charter School
## 183 Blackstone Academy Charter School
## 184 Blackstone Academy Charter School
## 185 Blackstone Academy Charter School
## 186 Blackstone Academy Charter School
## 187 Blackstone Academy Charter School
## 188 Blackstone Academy Charter School
## 189 Blackstone Academy Charter School
## 190 Blackstone Academy Charter School
## 191 Blackstone Academy Charter School
## 192 Blackstone Academy Charter School
## 193 Blackstone Academy Charter School
## 194 Blackstone Academy Charter School
## 195 Blackstone Academy Charter School
## 196 Blackstone Academy Charter School
## 197 Blackstone Academy Charter School
## 198 Blackstone Academy Charter School
## 199 Blackstone Academy Charter School
## 200 Blackstone Academy Charter School
## 201 Blackstone Academy Charter School
## 202 Blackstone Academy Charter School
## 203 Blackstone Academy Charter School
## 204 Blackstone Academy Charter School
## 205 Blackstone Academy Charter School
## 206 Blackstone Academy Charter School
## 207 Blackstone Academy Charter School
## 208 Blackstone Academy Charter School
## 209 Blackstone Academy Charter School
## 210 Blackstone Academy Charter School
## 211 Blackstone Academy Charter School
## 212 Blackstone Academy Charter School
## 213 Blackstone Academy Charter School
## 214 Blackstone Academy Charter School
## 215 Blackstone Academy Charter School
## 216 Blackstone Academy Charter School
## 217 Blackstone Academy Charter School
## 218 Blackstone Academy Charter School
## 219 Blackstone Academy Charter School
## 220 Blackstone Academy Charter School
## 221 Blackstone Academy Charter School
## 222 Boston Day and Evening Academy Charter
## 223 Boston Day and Evening Academy Charter
## 224 Boston Day and Evening Academy Charter
## 225 Boston Day and Evening Academy Charter
## 226 Boston Day and Evening Academy Charter
## 227 Boston Day and Evening Academy Charter
## 228 Boston Day and Evening Academy Charter
## 229 Boston Day and Evening Academy Charter
## 230 Boston Day and Evening Academy Charter
## 231 Boston Day and Evening Academy Charter
## 232 Boston Day and Evening Academy Charter
## 233 Boston Day and Evening Academy Charter
## 234 Boston Day and Evening Academy Charter
## 235 Boston Day and Evening Academy Charter
## 236 Boston Day and Evening Academy Charter
## 237 Boston Day and Evening Academy Charter
## 238 Boston Day and Evening Academy Charter
## 239 Boston Day and Evening Academy Charter
## 240 Boston Day and Evening Academy Charter
## 241 Boston Day and Evening Academy Charter
## 242 Boston Day and Evening Academy Charter
## 243 Boston Day and Evening Academy Charter
## 244 Boston Day and Evening Academy Charter
## 245 Boston Day and Evening Academy Charter
## 246 Boston Day and Evening Academy Charter
## 247 Boston Day and Evening Academy Charter
## 248 Boston Day and Evening Academy Charter
## 249 Boston Day and Evening Academy Charter
## 250 Boston Day and Evening Academy Charter
## 251 Boston Day and Evening Academy Charter
## 252 Boston Day and Evening Academy Charter
## 253 Boston Day and Evening Academy Charter
## 254 Boston Day and Evening Academy Charter
## 255 Boston Day and Evening Academy Charter
## 256 Boston Day and Evening Academy Charter
## 257 Boston Day and Evening Academy Charter
## 258 Boston Day and Evening Academy Charter
## 259 Boston Day and Evening Academy Charter
## 260 Boston Day and Evening Academy Charter
## 261 Boston Day and Evening Academy Charter
## 262 Boston Day and Evening Academy Charter
## 263 Boston Day and Evening Academy Charter
## 264 Boston Day and Evening Academy Charter
## 265 Boston Day and Evening Academy Charter
## 266 Boston Day and Evening Academy Charter
## 267 Boston Day and Evening Academy Charter
## 268 Boston Day and Evening Academy Charter
## 269 Boston Day and Evening Academy Charter
## 270 Boston Day and Evening Academy Charter
## 271 Boston Day and Evening Academy Charter
## 272 Boston Day and Evening Academy Charter
## 273 Boston Day and Evening Academy Charter
## 274 Boston Day and Evening Academy Charter
## 275 Boston Day and Evening Academy Charter
## 276 Boston Day and Evening Academy Charter
## 277 Boston Day and Evening Academy Charter
## 278 Boston Day and Evening Academy Charter
## 279 Canon City RE-1
## 280 Canon City RE-1
## 281 Canon City RE-1
## 282 Canon City RE-1
## 283 Canon City RE-1
## 284 Canon City RE-1
## 285 Canon City RE-1
## 286 Canon City RE-1
## 287 Canon City RE-1
## 288 Canon City RE-1
## 289 Canon City RE-1
## 290 Canon City RE-1
## 291 Canon City RE-1
## 292 Canon City RE-1
## 293 Canon City RE-1
## 294 Canon City RE-1
## 295 Canon City RE-1
## 296 Canon City RE-1
## 297 Canon City RE-1
## 298 Canon City RE-1
## 299 Canon City RE-1
## 300 Canon City RE-1
## 301 Canon City RE-1
## 302 Canon City RE-1
## 303 Canon City RE-1
## 304 Canon City RE-1
## 305 Canon City RE-1
## 306 Canon City RE-1
## 307 Canon City RE-1
## 308 Canon City RE-1
## 309 Canon City RE-1
## 310 Canon City RE-1
## 311 Canon City RE-1
## 312 Canon City RE-1
## 313 Canon City RE-1
## 314 Canon City RE-1
## 315 Canon City RE-1
## 316 Canon City RE-1
## 317 Canon City RE-1
## 318 Canon City RE-1
## 319 Canon City RE-1
## 320 Canon City RE-1
## 321 Canon City RE-1
## 322 Canon City RE-1
## 323 Canon City RE-1
## 324 Canon City RE-1
## 325 Canon City RE-1
## 326 Canon City RE-1
## 327 Canon City RE-1
## 328 Canon City RE-1
## 329 Canon City RE-1
## 330 Canon City RE-1
## 331 Canon City RE-1
## 332 Canon City RE-1
## 333 Canon City RE-1
## 334 Canon City RE-1
## 335 Canon City RE-1
## 336 Canon City RE-1
## 337 Canon City RE-1
## 338 Canon City RE-1
## 339 Canon City RE-1
## 340 Canon City RE-1
## 341 Portland Public Schools
## 342 Portland Public Schools
## 343 Portland Public Schools
## 344 Portland Public Schools
## 345 Portland Public Schools
## 346 Portland Public Schools
## 347 Portland Public Schools
## 348 Portland Public Schools
## 349 Portland Public Schools
## 350 Portland Public Schools
## 351 Portland Public Schools
## 352 Portland Public Schools
## 353 Portland Public Schools
## 354 Portland Public Schools
## 355 Portland Public Schools
## 356 Portland Public Schools
## 357 Portland Public Schools
## 358 Portland Public Schools
## 359 Portland Public Schools
## 360 Portland Public Schools
## 361 Portland Public Schools
## 362 Portland Public Schools
## 363 Portland Public Schools
## 364 Portland Public Schools
## 365 Portland Public Schools
## 366 Portland Public Schools
## 367 Portland Public Schools
## 368 Portland Public Schools
## 369 Portland Public Schools
## 370 Portland Public Schools
## 371 Portland Public Schools
## 372 Portland Public Schools
## 373 Portland Public Schools
## 374 Portland Public Schools
## 375 Portland Public Schools
## 376 Portland Public Schools
## 377 Portland Public Schools
## 378 Portland Public Schools
## 379 Portland Public Schools
## 380 Portland Public Schools
## 381 Portland Public Schools
## 382 Portland Public Schools
## 383 Portland Public Schools
## 384 <NA>
## 385 <NA>
## 386 <NA>
## 387 <NA>
## 388 <NA>
## 389 <NA>
## 390 <NA>
## 391 <NA>
## 392 <NA>
## 393 <NA>
## 394 <NA>
## 395 <NA>
## 396 <NA>
## 397 <NA>
## 398 <NA>
## 399 <NA>
## 400 <NA>
## 401 <NA>
## 402 <NA>
## 403 City Garden Montessori
## 404 City Garden Montessori
## 405 City Garden Montessori
## 406 City Garden Montessori
## 407 City Garden Montessori
## 408 City Garden Montessori
## 409 City Garden Montessori
## 410 City Garden Montessori
## 411 City Garden Montessori
## 412 City Garden Montessori
## 413 City Garden Montessori
## 414 City Garden Montessori
## 415 City Garden Montessori
## 416 City Garden Montessori
## 417 City Garden Montessori
## 418 City Garden Montessori
## 419 City Garden Montessori
## 420 City Garden Montessori
## 421 City Garden Montessori
## 422 City Garden Montessori
## 423 City Garden Montessori
## 424 City Garden Montessori
## 425 City Garden Montessori
## 426 City Garden Montessori
## 427 City Garden Montessori
## 428 City Garden Montessori
## 429 City Garden Montessori
## 430 City Garden Montessori
## 431 City Garden Montessori
## 432 City Garden Montessori
## 433 City Garden Montessori
## 434 City Garden Montessori
## 435 City Garden Montessori
## 436 City Garden Montessori
## 437 City Garden Montessori
## 438 City Garden Montessori
## 439 City Garden Montessori
## 440 City Garden Montessori
## 441 City Garden Montessori
## 442 City Garden Montessori
## 443 City Garden Montessori
## 444 City Garden Montessori
## 445 City Garden Montessori
## 446 City Garden Montessori
## 447 City Garden Montessori
## 448 City Garden Montessori
## 449 City Garden Montessori
## 450 City Garden Montessori
## 451 City Garden Montessori
## 452 City Garden Montessori
## 453 CodeRVA Regional High School
## 454 CodeRVA Regional High School
## 455 CodeRVA Regional High School
## 456 CodeRVA Regional High School
## 457 CodeRVA Regional High School
## 458 CodeRVA Regional High School
## 459 CodeRVA Regional High School
## 460 CodeRVA Regional High School
## 461 CodeRVA Regional High School
## 462 CodeRVA Regional High School
## 463 CodeRVA Regional High School
## 464 CodeRVA Regional High School
## 465 CodeRVA Regional High School
## 466 CodeRVA Regional High School
## 467 CodeRVA Regional High School
## 468 CodeRVA Regional High School
## 469 CodeRVA Regional High School
## 470 CodeRVA Regional High School
## 471 CodeRVA Regional High School
## 472 CodeRVA Regional High School
## 473 CodeRVA Regional High School
## 474 CodeRVA Regional High School
## 475 CodeRVA Regional High School
## 476 CodeRVA Regional High School
## 477 CodeRVA Regional High School
## 478 CodeRVA Regional High School
## 479 CodeRVA Regional High School
## 480 CodeRVA Regional High School
## 481 CodeRVA Regional High School
## 482 CodeRVA Regional High School
## 483 CodeRVA Regional High School
## 484 CodeRVA Regional High School
## 485 CodeRVA Regional High School
## 486 CodeRVA Regional High School
## 487 CodeRVA Regional High School
## 488 CodeRVA Regional High School
## 489 CodeRVA Regional High School
## 490 CodeRVA Regional High School
## 491 CodeRVA Regional High School
## 492 CodeRVA Regional High School
## 493 CodeRVA Regional High School
## 494 CodeRVA Regional High School
## 495 CodeRVA Regional High School
## 496 CodeRVA Regional High School
## 497 CodeRVA Regional High School
## 498 New Haven Ecology Project
## 499 New Haven Ecology Project
## 500 New Haven Ecology Project
## 501 New Haven Ecology Project
## 502 New Haven Ecology Project
## 503 New Haven Ecology Project
## 504 New Haven Ecology Project
## 505 New Haven Ecology Project
## 506 New Haven Ecology Project
## 507 New Haven Ecology Project
## 508 New Haven Ecology Project
## 509 New Haven Ecology Project
## 510 New Haven Ecology Project
## 511 New Haven Ecology Project
## 512 New Haven Ecology Project
## 513 New Haven Ecology Project
## 514 New Haven Ecology Project
## 515 New Haven Ecology Project
## 516 New Haven Ecology Project
## 517 New Haven Ecology Project
## 518 New Haven Ecology Project
## 519 New Haven Ecology Project
## 520 New Haven Ecology Project
## 521 New Haven Ecology Project
## 522 New Haven Ecology Project
## 523 New Haven Ecology Project
## 524 New Haven Ecology Project
## 525 New Haven Ecology Project
## 526 New Haven Ecology Project
## 527 New Haven Ecology Project
## 528 New Haven Ecology Project
## 529 New Haven Ecology Project
## 530 New Haven Ecology Project
## 531 New Haven Ecology Project
## 532 New Haven Ecology Project
## 533 New Haven Ecology Project
## 534 New Haven Ecology Project
## 535 New Haven Ecology Project
## 536 New Haven Ecology Project
## 537 New Haven Ecology Project
## 538 New Haven Ecology Project
## 539 New Haven Ecology Project
## 540 New Haven Ecology Project
## 541 New Haven Ecology Project
## 542 New York City Geographic Region #7
## 543 New York City Geographic Region #7
## 544 New York City Geographic Region #7
## 545 New York City Geographic Region #7
## 546 New York City Geographic Region #7
## 547 New York City Geographic Region #7
## 548 New York City Geographic Region #7
## 549 New York City Geographic Region #7
## 550 New York City Geographic Region #7
## 551 New York City Geographic Region #7
## 552 New York City Geographic Region #7
## 553 New York City Geographic Region #7
## 554 New York City Geographic Region #7
## 555 New York City Geographic Region #7
## 556 New York City Geographic Region #7
## 557 New York City Geographic Region #7
## 558 New York City Geographic Region #7
## 559 New York City Geographic Region #7
## 560 New York City Geographic Region #7
## 561 New York City Geographic Region #7
## 562 New York City Geographic Region #7
## 563 New York City Geographic Region #7
## 564 New York City Geographic Region #7
## 565 New York City Geographic Region #7
## 566 New York City Geographic Region #7
## 567 New York City Geographic Region #7
## 568 New York City Geographic Region #7
## 569 New York City Geographic Region #7
## 570 New York City Geographic Region #7
## 571 New York City Geographic Region #7
## 572 New York City Geographic Region #7
## 573 New York City Geographic Region #7
## 574 New York City Geographic Region #7
## 575 New York City Geographic Region #7
## 576 New York City Geographic Region #7
## 577 New York City Geographic Region #7
## 578 New York City Geographic Region #7
## 579 New York City Geographic Region #7
## 580 New York City Geographic Region #7
## 581 New York City Geographic Region #7
## 582 New York City Geographic Region #7
## 583 New York City Geographic Region #7
## 584 New York City Geographic Region #7
## 585 New York City Geographic Region #7
## 586 New York City Geographic Region #7
## 587 New York City Geographic Region #7
## 588 New York City Geographic Region #7
## 589 Kingsport City Schools
## 590 Kingsport City Schools
## 591 Kingsport City Schools
## 592 Kingsport City Schools
## 593 Kingsport City Schools
## 594 Kingsport City Schools
## 595 Kingsport City Schools
## 596 Kingsport City Schools
## 597 Kingsport City Schools
## 598 Kingsport City Schools
## 599 Kingsport City Schools
## 600 Kingsport City Schools
## 601 Kingsport City Schools
## 602 Kingsport City Schools
## 603 Kingsport City Schools
## 604 Kingsport City Schools
## 605 Kingsport City Schools
## 606 Kingsport City Schools
## 607 Kingsport City Schools
## 608 Kingsport City Schools
## 609 Kingsport City Schools
## 610 Kingsport City Schools
## 611 Kingsport City Schools
## 612 Kingsport City Schools
## 613 Kingsport City Schools
## 614 Kingsport City Schools
## 615 Kingsport City Schools
## 616 Kingsport City Schools
## 617 Kingsport City Schools
## 618 Kingsport City Schools
## 619 Kingsport City Schools
## 620 Kingsport City Schools
## 621 Kingsport City Schools
## 622 Kingsport City Schools
## 623 Kingsport City Schools
## 624 Kingsport City Schools
## 625 Kingsport City Schools
## 626 Kingsport City Schools
## 627 Kingsport City Schools
## 628 Kingsport City Schools
## 629 Kingsport City Schools
## 630 Kingsport City Schools
## 631 Kingsport City Schools
## 632 Kingsport City Schools
## 633 Kingsport City Schools
## 634 Kingsport City Schools
## 635 Kingsport City Schools
## 636 Kingsport City Schools
## 637 <NA>
## 638 <NA>
## 639 <NA>
## 640 <NA>
## 641 <NA>
## 642 <NA>
## 643 <NA>
## 644 <NA>
## 645 <NA>
## 646 <NA>
## 647 <NA>
## 648 <NA>
## 649 <NA>
## 650 <NA>
## 651 <NA>
## 652 <NA>
## 653 <NA>
## 654 Ednovate
## 655 Ednovate
## 656 Ednovate
## 657 Ednovate
## 658 Ednovate
## 659 Ednovate
## 660 Ednovate
## 661 Ednovate
## 662 Ednovate
## 663 Ednovate
## 664 Ednovate
## 665 Ednovate
## 666 Ednovate
## 667 Ednovate
## 668 Ednovate
## 669 Ednovate
## 670 Ednovate
## 671 Ednovate
## 672 Ednovate
## 673 Ednovate
## 674 Ednovate
## 675 Ednovate
## 676 Ednovate
## 677 Ednovate
## 678 Ednovate
## 679 Ednovate
## 680 Ednovate
## 681 Ednovate
## 682 Ednovate
## 683 Ednovate
## 684 Ednovate
## 685 Ednovate
## 686 Ednovate
## 687 Ednovate
## 688 Ednovate
## 689 Ednovate
## 690 Ednovate
## 691 Ednovate
## 692 Ednovate
## 693 Ednovate
## 694 Ednovate
## 695 Ednovate
## 696 Ednovate
## 697 Ednovate
## 698 Ednovate
## 699 Ednovate
## 700 Ednovate
## 701 Ednovate
## 702 Ednovate
## 703 Ednovate
## 704 Ednovate
## 705 Ednovate
## 706 Ednovate
## 707 Ednovate
## 708 Ednovate
## 709 Ednovate
## 710 Ednovate
## 711 Ednovate
## 712 Ednovate
## 713 Ednovate
## 714 Ednovate
## 715 Ednovate
## 716 Ednovate
## 717 Ednovate
## 718 Ednovate
## 719 Ednovate
## 720 Ednovate
## 721 Ednovate
## 722 Ednovate
## 723 Ednovate
## 724 Ednovate
## 725 Ednovate
## 726 Ednovate
## 727 Ednovate
## 728 Ednovate
## 729 Ednovate
## 730 Ednovate
## 731 Ednovate
## 732 Ednovate
## 733 Ednovate
## 734 Ednovate
## 735 Ednovate
## 736 Ednovate
## 737 Ednovate
## 738 Ednovate
## 739 Ednovate
## 740 Ednovate
## 741 Ednovate
## 742 Ednovate
## 743 Ednovate
## 744 Ednovate
## 745 Ednovate
## 746 Ednovate
## 747 Ednovate
## 748 Ednovate
## 749 Ednovate
## 750 Ednovate
## 751 Ednovate
## 752 Ednovate
## 753 Ednovate
## 754 Ednovate
## 755 Ednovate
## 756 Ednovate
## 757 Ednovate
## 758 Ednovate
## 759 Ednovate
## 760 Ednovate
## 761 Ednovate
## 762 Ednovate
## 763 Ednovate
## 764 Ednovate
## 765 Ednovate
## 766 Ednovate
## 767 Ednovate
## 768 Ednovate
## 769 Ednovate
## 770 Ednovate
## 771 Ednovate
## 772 Ednovate
## 773 Ednovate
## 774 Ednovate
## 775 Ednovate
## 776 Ednovate
## 777 none provided
## 778 none provided
## 779 none provided
## 780 none provided
## 781 none provided
## 782 none provided
## 783 none provided
## 784 none provided
## 785 none provided
## 786 none provided
## 787 none provided
## 788 none provided
## 789 none provided
## 790 none provided
## 791 none provided
## 792 none provided
## 793 none provided
## 794 none provided
## 795 none provided
## 796 none provided
## 797 none provided
## 798 none provided
## 799 none provided
## 800 none provided
## 801 none provided
## 802 none provided
## 803 none provided
## 804 none provided
## 805 none provided
## 806 none provided
## 807 none provided
## 808 none provided
## 809 none provided
## 810 none provided
## 811 none provided
## 812 none provided
## 813 none provided
## 814 none provided
## 815 none provided
## 816 none provided
## 817 none provided
## 818 none provided
## 819 none provided
## 820 none provided
## 821 none provided
## 822 none provided
## 823 none provided
## 824 none provided
## 825 none provided
## 826 none provided
## 827 none provided
## 828 none provided
## 829 none provided
## 830 none provided
## 831 none provided
## 832 none provided
## 833 none provided
## 834 none provided
## 835 none provided
## 836 none provided
## 837 none provided
## 838 none provided
## 839 none provided
## 840 none provided
## 841 none provided
## 842 none provided
## 843 none provided
## 844 none provided
## 845 none provided
## 846 none provided
## 847 none provided
## 848 none provided
## 849 none provided
## 850 none provided
## 851 none provided
## 852 none provided
## 853 none provided
## 854 none provided
## 855 none provided
## 856 none provided
## 857 none provided
## 858 none provided
## 859 none provided
## 860 none provided
## 861 none provided
## 862 none provided
## 863 none provided
## 864 none provided
## 865 none provided
## 866 New York City Department of Education
## 867 New York City Department of Education
## 868 New York City Department of Education
## 869 New York City Department of Education
## 870 New York City Department of Education
## 871 New York City Department of Education
## 872 New York City Department of Education
## 873 New York City Department of Education
## 874 New York City Department of Education
## 875 New York City Department of Education
## 876 New York City Department of Education
## 877 New York City Department of Education
## 878 New York City Department of Education
## 879 New York City Department of Education
## 880 New York City Department of Education
## 881 New York City Department of Education
## 882 New York City Department of Education
## 883 New York City Department of Education
## 884 New York City Department of Education
## 885 New York City Department of Education
## 886 New York City Department of Education
## 887 New York City Department of Education
## 888 New York City Department of Education
## 889 New York City Department of Education
## 890 New York City Department of Education
## 891 New York City Department of Education
## 892 New York City Department of Education
## 893 New York City Department of Education
## 894 New York City Department of Education
## 895 New York City Department of Education
## 896 New York City Department of Education
## 897 New York City Department of Education
## 898 New York City Department of Education
## 899 New York City Department of Education
## 900 New York City Department of Education
## 901 New York City Department of Education
## 902 New York City Department of Education
## 903 New York City Department of Education
## 904 New York City Department of Education
## 905 New York City Department of Education
## 906 New York City Department of Education
## 907 New York City Department of Education
## 908 New York City Department of Education
## 909 New York City Department of Education
## 910 New York City Department of Education
## 911 New York City Department of Education
## 912 New York City Department of Education
## 913 New York City Department of Education
## 914 New York City Department of Education
## 915 New York City Department of Education
## 916 New York City Department of Education
## 917 New York City Department of Education
## 918 New York City Department of Education
## 919 New York City Department of Education
## 920 New York City Department of Education
## 921 New York City Department of Education
## 922 New York City Department of Education
## 923 New York City Department of Education
## 924 New York City Department of Education
## 925 New York City Department of Education
## 926 New York City Department of Education
## 927 New York City Department of Education
## 928 New York City Department of Education
## 929 New York City Department of Education
## 930 New York City Department of Education
## 931 New York City Department of Education
## 932 New York City Department of Education
## 933 New York City Department of Education
## 934 New York City Department of Education
## 935 New York City Department of Education
## 936 New York City Department of Education
## 937 New York City Department of Education
## 938 New York City Department of Education
## 939 New York City Department of Education
## 940 New York City Department of Education
## 941 New York City Department of Education
## 942 New York City Department of Education
## 943 New York City Department of Education
## 944 New York City Department of Education
## 945 New York City Department of Education
## 946 New York City Department of Education
## 947 New York City Department of Education
## 948 New York City Department of Education
## 949 New York City Department of Education
## 950 New York City Department of Education
## 951 New York City Department of Education
## 952 New York City Department of Education
## 953 New York City Department of Education
## 954 New York City Department of Education
## 955 New York City Department of Education
## 956 New York City Department of Education
## 957 New York City Department of Education
## 958 New York City Department of Education
## 959 New York City Department of Education
## 960 New York City Department of Education
## 961 New York City Department of Education
## 962 New York City Department of Education
## 963 New York City Department of Education
## 964 New York City Department of Education
## 965 New York City Department of Education
## 966 New York City Department of Education
## 967 New York City Department of Education
## 968 New York City Department of Education
## 969 New York City Department of Education
## 970 New York City Department of Education
## 971 New York City Department of Education
## 972 New York City Department of Education
## 973 GREELEY-EVANS WELD COUNTY SCHOOL DISTRICT 6
## 974 GREELEY-EVANS WELD COUNTY SCHOOL DISTRICT 6
## 975 GREELEY-EVANS WELD COUNTY SCHOOL DISTRICT 6
## 976 GREELEY-EVANS WELD COUNTY SCHOOL DISTRICT 6
## 977 GREELEY-EVANS WELD COUNTY SCHOOL DISTRICT 6
## 978 GREELEY-EVANS WELD COUNTY SCHOOL DISTRICT 6
## 979 GREELEY-EVANS WELD COUNTY SCHOOL DISTRICT 6
## 980 GREELEY-EVANS WELD COUNTY SCHOOL DISTRICT 6
## 981 GREELEY-EVANS WELD COUNTY SCHOOL DISTRICT 6
## 982 GREELEY-EVANS WELD COUNTY SCHOOL DISTRICT 6
## 983 GREELEY-EVANS WELD COUNTY SCHOOL DISTRICT 6
## 984 GREELEY-EVANS WELD COUNTY SCHOOL DISTRICT 6
## 985 GREELEY-EVANS WELD COUNTY SCHOOL DISTRICT 6
## 986 GREELEY-EVANS WELD COUNTY SCHOOL DISTRICT 6
## 987 GREELEY-EVANS WELD COUNTY SCHOOL DISTRICT 6
## 988 GREELEY-EVANS WELD COUNTY SCHOOL DISTRICT 6
## 989 GREELEY-EVANS WELD COUNTY SCHOOL DISTRICT 6
## 990 GREELEY-EVANS WELD COUNTY SCHOOL DISTRICT 6
## 991 GREELEY-EVANS WELD COUNTY SCHOOL DISTRICT 6
## 992 GREELEY-EVANS WELD COUNTY SCHOOL DISTRICT 6
## 993 GREELEY-EVANS WELD COUNTY SCHOOL DISTRICT 6
## 994 GREELEY-EVANS WELD COUNTY SCHOOL DISTRICT 6
## 995 GREELEY-EVANS WELD COUNTY SCHOOL DISTRICT 6
## 996 GREELEY-EVANS WELD COUNTY SCHOOL DISTRICT 6
## 997 GREELEY-EVANS WELD COUNTY SCHOOL DISTRICT 6
## 998 GREELEY-EVANS WELD COUNTY SCHOOL DISTRICT 6
## 999 GREELEY-EVANS WELD COUNTY SCHOOL DISTRICT 6
## 1000 GREELEY-EVANS WELD COUNTY SCHOOL DISTRICT 6
## 1001 GREELEY-EVANS WELD COUNTY SCHOOL DISTRICT 6
## 1002 GREELEY-EVANS WELD COUNTY SCHOOL DISTRICT 6
## 1003 GREELEY-EVANS WELD COUNTY SCHOOL DISTRICT 6
## 1004 GREELEY-EVANS WELD COUNTY SCHOOL DISTRICT 6
## 1005 GREELEY-EVANS WELD COUNTY SCHOOL DISTRICT 6
## 1006 GREELEY-EVANS WELD COUNTY SCHOOL DISTRICT 6
## 1007 GREELEY-EVANS WELD COUNTY SCHOOL DISTRICT 6
## 1008 GREELEY-EVANS WELD COUNTY SCHOOL DISTRICT 6
## 1009 GREELEY-EVANS WELD COUNTY SCHOOL DISTRICT 6
## 1010 GREELEY-EVANS WELD COUNTY SCHOOL DISTRICT 6
## 1011 GREELEY-EVANS WELD COUNTY SCHOOL DISTRICT 6
## 1012 GREELEY-EVANS WELD COUNTY SCHOOL DISTRICT 6
## 1013 GREELEY-EVANS WELD COUNTY SCHOOL DISTRICT 6
## 1014 GREELEY-EVANS WELD COUNTY SCHOOL DISTRICT 6
## 1015 GREELEY-EVANS WELD COUNTY SCHOOL DISTRICT 6
## 1016 GREELEY-EVANS WELD COUNTY SCHOOL DISTRICT 6
## 1017 GREELEY-EVANS WELD COUNTY SCHOOL DISTRICT 6
## 1018 GREELEY-EVANS WELD COUNTY SCHOOL DISTRICT 6
## 1019 GREELEY-EVANS WELD COUNTY SCHOOL DISTRICT 6
## 1020 GREELEY-EVANS WELD COUNTY SCHOOL DISTRICT 6
## 1021 GREELEY-EVANS WELD COUNTY SCHOOL DISTRICT 6
## 1022 GREELEY-EVANS WELD COUNTY SCHOOL DISTRICT 6
## 1023 GREELEY-EVANS WELD COUNTY SCHOOL DISTRICT 6
## 1024 GREELEY-EVANS WELD COUNTY SCHOOL DISTRICT 6
## 1025 GREELEY-EVANS WELD COUNTY SCHOOL DISTRICT 6
## 1026 GREELEY-EVANS WELD COUNTY SCHOOL DISTRICT 6
## 1027 GREELEY-EVANS WELD COUNTY SCHOOL DISTRICT 6
## 1028 GREELEY-EVANS WELD COUNTY SCHOOL DISTRICT 6
## 1029 GREELEY-EVANS WELD COUNTY SCHOOL DISTRICT 6
## 1030 GREELEY-EVANS WELD COUNTY SCHOOL DISTRICT 6
## 1031 GREELEY-EVANS WELD COUNTY SCHOOL DISTRICT 6
## 1032 GREELEY-EVANS WELD COUNTY SCHOOL DISTRICT 6
## 1033 Future Public School
## 1034 Future Public School
## 1035 Future Public School
## 1036 Future Public School
## 1037 Future Public School
## 1038 Future Public School
## 1039 Future Public School
## 1040 Future Public School
## 1041 Future Public School
## 1042 Future Public School
## 1043 Future Public School
## 1044 Future Public School
## 1045 Future Public School
## 1046 Future Public School
## 1047 Future Public School
## 1048 Future Public School
## 1049 Future Public School
## 1050 Future Public School
## 1051 Future Public School
## 1052 Future Public School
## 1053 Future Public School
## 1054 Future Public School
## 1055 Future Public School
## 1056 Future Public School
## 1057 Future Public School
## 1058 Future Public School
## 1059 Future Public School
## 1060 Future Public School
## 1061 Future Public School
## 1062 Future Public School
## 1063 Future Public School
## 1064 Future Public School
## 1065 Future Public School
## 1066 Future Public School
## 1067 Future Public School
## 1068 Future Public School
## 1069 Future Public School
## 1070 Future Public School
## 1071 Future Public School
## 1072 Future Public School
## 1073 Future Public School
## 1074 Future Public School
## 1075 Future Public School
## 1076 Gem Innovation Schools
## 1077 Gem Innovation Schools
## 1078 Gem Innovation Schools
## 1079 Gem Innovation Schools
## 1080 Gem Innovation Schools
## 1081 Gem Innovation Schools
## 1082 Gem Innovation Schools
## 1083 Gem Innovation Schools
## 1084 Gem Innovation Schools
## 1085 Gem Innovation Schools
## 1086 Gem Innovation Schools
## 1087 Gem Innovation Schools
## 1088 Gem Innovation Schools
## 1089 Gem Innovation Schools
## 1090 Gem Innovation Schools
## 1091 Gem Innovation Schools
## 1092 Gem Innovation Schools
## 1093 Gem Innovation Schools
## 1094 Gem Innovation Schools
## 1095 Gem Innovation Schools
## 1096 Gem Innovation Schools
## 1097 Gem Innovation Schools
## 1098 Gem Innovation Schools
## 1099 Gem Innovation Schools
## 1100 Gem Innovation Schools
## 1101 Gem Innovation Schools
## 1102 Gem Innovation Schools
## 1103 Gem Innovation Schools
## 1104 Gem Innovation Schools
## 1105 Gem Innovation Schools
## 1106 Gem Innovation Schools
## 1107 Gem Innovation Schools
## 1108 Gem Innovation Schools
## 1109 Gem Innovation Schools
## 1110 Gem Innovation Schools
## 1111 Gem Innovation Schools
## 1112 Gem Innovation Schools
## 1113 Gem Innovation Schools
## 1114 Gem Innovation Schools
## 1115 Gem Innovation Schools
## 1116 Gem Innovation Schools
## 1117 Issaquah School District
## 1118 Issaquah School District
## 1119 Issaquah School District
## 1120 Issaquah School District
## 1121 Issaquah School District
## 1122 Issaquah School District
## 1123 Issaquah School District
## 1124 Issaquah School District
## 1125 Issaquah School District
## 1126 Issaquah School District
## 1127 Issaquah School District
## 1128 Issaquah School District
## 1129 Issaquah School District
## 1130 Issaquah School District
## 1131 Issaquah School District
## 1132 Issaquah School District
## 1133 Issaquah School District
## 1134 Issaquah School District
## 1135 Issaquah School District
## 1136 Issaquah School District
## 1137 Issaquah School District
## 1138 Issaquah School District
## 1139 Issaquah School District
## 1140 Issaquah School District
## 1141 Issaquah School District
## 1142 Issaquah School District
## 1143 Issaquah School District
## 1144 Issaquah School District
## 1145 Issaquah School District
## 1146 Issaquah School District
## 1147 Issaquah School District
## 1148 Issaquah School District
## 1149 Issaquah School District
## 1150 Issaquah School District
## 1151 Issaquah School District
## 1152 Issaquah School District
## 1153 Issaquah School District
## 1154 Issaquah School District
## 1155 Issaquah School District
## 1156 Issaquah School District
## 1157 Issaquah School District
## 1158 Issaquah School District
## 1159 Issaquah School District
## 1160 Issaquah School District
## 1161 Issaquah School District
## 1162 Issaquah School District
## 1163 Issaquah School District
## 1164 Issaquah School District
## 1165 Issaquah School District
## 1166 Issaquah School District
## 1167 Issaquah School District
## 1168 Issaquah School District
## 1169 Issaquah School District
## 1170 Issaquah School District
## 1171 Girls Athletic Leadership Schools of Denver
## 1172 Girls Athletic Leadership Schools of Denver
## 1173 Girls Athletic Leadership Schools of Denver
## 1174 Girls Athletic Leadership Schools of Denver
## 1175 Girls Athletic Leadership Schools of Denver
## 1176 Girls Athletic Leadership Schools of Denver
## 1177 Girls Athletic Leadership Schools of Denver
## 1178 Girls Athletic Leadership Schools of Denver
## 1179 Girls Athletic Leadership Schools of Denver
## 1180 Girls Athletic Leadership Schools of Denver
## 1181 Girls Athletic Leadership Schools of Denver
## 1182 Girls Athletic Leadership Schools of Denver
## 1183 Girls Athletic Leadership Schools of Denver
## 1184 Girls Athletic Leadership Schools of Denver
## 1185 Girls Athletic Leadership Schools of Denver
## 1186 Girls Athletic Leadership Schools of Denver
## 1187 Girls Athletic Leadership Schools of Denver
## 1188 Girls Athletic Leadership Schools of Denver
## 1189 Girls Athletic Leadership Schools of Denver
## 1190 Girls Athletic Leadership Schools of Denver
## 1191 Girls Athletic Leadership Schools of Denver
## 1192 Girls Athletic Leadership Schools of Denver
## 1193 Girls Athletic Leadership Schools of Denver
## 1194 Girls Athletic Leadership Schools of Denver
## 1195 Girls Athletic Leadership Schools of Denver
## 1196 Girls Athletic Leadership Schools of Denver
## 1197 Girls Athletic Leadership Schools of Denver
## 1198 Girls Athletic Leadership Schools of Denver
## 1199 Girls Athletic Leadership Schools of Denver
## 1200 Girls Athletic Leadership Schools of Denver
## 1201 Girls Athletic Leadership Schools of Denver
## 1202 Girls Athletic Leadership Schools of Denver
## 1203 Girls Athletic Leadership Schools of Denver
## 1204 Girls Athletic Leadership Schools of Denver
## 1205 Girls Athletic Leadership Schools of Denver
## 1206 Girls Athletic Leadership Schools of Denver
## 1207 Girls Athletic Leadership Schools of Denver
## 1208 Girls Athletic Leadership Schools of Denver
## 1209 Girls Athletic Leadership Schools of Denver
## 1210 Girls Athletic Leadership Schools of Denver
## 1211 Girls Athletic Leadership Schools of Denver
## 1212 Girls Athletic Leadership Schools of Denver
## 1213 Girls Athletic Leadership Schools of Denver
## 1214 Girls Athletic Leadership Schools of Denver
## 1215 Girls Athletic Leadership Schools of Denver
## 1216 Girls Athletic Leadership Schools of Denver
## 1217 Girls Athletic Leadership Schools of Denver
## 1218 Girls Athletic Leadership Schools of Denver
## 1219 Girls Athletic Leadership Schools of Denver
## 1220 Girls Athletic Leadership Schools of Denver
## 1221 Mott Haven Academy Charter School
## 1222 Mott Haven Academy Charter School
## 1223 Mott Haven Academy Charter School
## 1224 Mott Haven Academy Charter School
## 1225 Mott Haven Academy Charter School
## 1226 Mott Haven Academy Charter School
## 1227 Mott Haven Academy Charter School
## 1228 Mott Haven Academy Charter School
## 1229 Mott Haven Academy Charter School
## 1230 Mott Haven Academy Charter School
## 1231 Mott Haven Academy Charter School
## 1232 Mott Haven Academy Charter School
## 1233 Mott Haven Academy Charter School
## 1234 Mott Haven Academy Charter School
## 1235 Mott Haven Academy Charter School
## 1236 Mott Haven Academy Charter School
## 1237 Mott Haven Academy Charter School
## 1238 Mott Haven Academy Charter School
## 1239 Mott Haven Academy Charter School
## 1240 Mott Haven Academy Charter School
## 1241 Mott Haven Academy Charter School
## 1242 Mott Haven Academy Charter School
## 1243 Mott Haven Academy Charter School
## 1244 Mott Haven Academy Charter School
## 1245 Mott Haven Academy Charter School
## 1246 Mott Haven Academy Charter School
## 1247 Mott Haven Academy Charter School
## 1248 Mott Haven Academy Charter School
## 1249 Mott Haven Academy Charter School
## 1250 Mott Haven Academy Charter School
## 1251 Mott Haven Academy Charter School
## 1252 Mott Haven Academy Charter School
## 1253 Mott Haven Academy Charter School
## 1254 Mott Haven Academy Charter School
## 1255 Mott Haven Academy Charter School
## 1256 Mott Haven Academy Charter School
## 1257 Mott Haven Academy Charter School
## 1258 Mott Haven Academy Charter School
## 1259 Mott Haven Academy Charter School
## 1260 Mott Haven Academy Charter School
## 1261 Mott Haven Academy Charter School
## 1262 Mott Haven Academy Charter School
## 1263 Mott Haven Academy Charter School
## 1264 Mott Haven Academy Charter School
## 1265 Mott Haven Academy Charter School
## 1266 Mott Haven Academy Charter School
## 1267 Mott Haven Academy Charter School
## 1268 Mott Haven Academy Charter School
## 1269 Mott Haven Academy Charter School
## 1270 Mott Haven Academy Charter School
## 1271 Mott Haven Academy Charter School
## 1272 Mott Haven Academy Charter School
## 1273 Public Schools of Calumet, Laurium & Keweenaw
## 1274 Public Schools of Calumet, Laurium & Keweenaw
## 1275 Public Schools of Calumet, Laurium & Keweenaw
## 1276 Public Schools of Calumet, Laurium & Keweenaw
## 1277 Public Schools of Calumet, Laurium & Keweenaw
## 1278 Public Schools of Calumet, Laurium & Keweenaw
## 1279 Public Schools of Calumet, Laurium & Keweenaw
## 1280 Public Schools of Calumet, Laurium & Keweenaw
## 1281 Public Schools of Calumet, Laurium & Keweenaw
## 1282 Public Schools of Calumet, Laurium & Keweenaw
## 1283 Public Schools of Calumet, Laurium & Keweenaw
## 1284 Public Schools of Calumet, Laurium & Keweenaw
## 1285 Public Schools of Calumet, Laurium & Keweenaw
## 1286 Public Schools of Calumet, Laurium & Keweenaw
## 1287 Public Schools of Calumet, Laurium & Keweenaw
## 1288 Public Schools of Calumet, Laurium & Keweenaw
## 1289 Public Schools of Calumet, Laurium & Keweenaw
## 1290 Public Schools of Calumet, Laurium & Keweenaw
## 1291 Public Schools of Calumet, Laurium & Keweenaw
## 1292 Public Schools of Calumet, Laurium & Keweenaw
## 1293 Public Schools of Calumet, Laurium & Keweenaw
## 1294 Public Schools of Calumet, Laurium & Keweenaw
## 1295 Public Schools of Calumet, Laurium & Keweenaw
## 1296 Public Schools of Calumet, Laurium & Keweenaw
## 1297 Public Schools of Calumet, Laurium & Keweenaw
## 1298 Public Schools of Calumet, Laurium & Keweenaw
## 1299 Public Schools of Calumet, Laurium & Keweenaw
## 1300 Public Schools of Calumet, Laurium & Keweenaw
## 1301 Public Schools of Calumet, Laurium & Keweenaw
## 1302 Public Schools of Calumet, Laurium & Keweenaw
## 1303 Public Schools of Calumet, Laurium & Keweenaw
## 1304 Public Schools of Calumet, Laurium & Keweenaw
## 1305 Public Schools of Calumet, Laurium & Keweenaw
## 1306 N/A
## 1307 N/A
## 1308 N/A
## 1309 N/A
## 1310 N/A
## 1311 N/A
## 1312 N/A
## 1313 N/A
## 1314 N/A
## 1315 N/A
## 1316 N/A
## 1317 N/A
## 1318 N/A
## 1319 N/A
## 1320 N/A
## 1321 N/A
## 1322 N/A
## 1323 N/A
## 1324 N/A
## 1325 N/A
## 1326 N/A
## 1327 N/A
## 1328 N/A
## 1329 N/A
## 1330 N/A
## 1331 N/A
## 1332 N/A
## 1333 N/A
## 1334 N/A
## 1335 N/A
## 1336 N/A
## 1337 N/A
## 1338 N/A
## 1339 N/A
## 1340 N/A
## 1341 N/A
## 1342 N/A
## 1343 N/A
## 1344 N/A
## 1345 N/A
## 1346 N/A
## 1347 N/A
## 1348 N/A
## 1349 N/A
## 1350 N/A
## 1351 N/A
## 1352 N/A
## 1353 N/A
## 1354 N/A
## 1355 N/A
## 1356 N/A
## 1357 N/A
## 1358 N/A
## 1359 N/A
## 1360 N/A
## 1361 Impact Public Schools
## 1362 Impact Public Schools
## 1363 Impact Public Schools
## 1364 Impact Public Schools
## 1365 Impact Public Schools
## 1366 Impact Public Schools
## 1367 Impact Public Schools
## 1368 Impact Public Schools
## 1369 Impact Public Schools
## 1370 Impact Public Schools
## 1371 Impact Public Schools
## 1372 Impact Public Schools
## 1373 Impact Public Schools
## 1374 Impact Public Schools
## 1375 Impact Public Schools
## 1376 Impact Public Schools
## 1377 Impact Public Schools
## 1378 Impact Public Schools
## 1379 Impact Public Schools
## 1380 Impact Public Schools
## 1381 Impact Public Schools
## 1382 Impact Public Schools
## 1383 Impact Public Schools
## 1384 Impact Public Schools
## 1385 Impact Public Schools
## 1386 Impact Public Schools
## 1387 Impact Public Schools
## 1388 Impact Public Schools
## 1389 Impact Public Schools
## 1390 Impact Public Schools
## 1391 Impact Public Schools
## 1392 Impact Public Schools
## 1393 Impact Public Schools
## 1394 Impact Public Schools
## 1395 Impact Public Schools
## 1396 Impact Public Schools
## 1397 Impact Public Schools
## 1398 Impact Public Schools
## 1399 Impact Public Schools
## 1400 Juab School District
## 1401 Juab School District
## 1402 Juab School District
## 1403 Juab School District
## 1404 Juab School District
## 1405 Juab School District
## 1406 Juab School District
## 1407 Juab School District
## 1408 Juab School District
## 1409 Juab School District
## 1410 Juab School District
## 1411 Juab School District
## 1412 Juab School District
## 1413 Juab School District
## 1414 Juab School District
## 1415 Juab School District
## 1416 Juab School District
## 1417 Juab School District
## 1418 Juab School District
## 1419 Juab School District
## 1420 Juab School District
## 1421 Juab School District
## 1422 Juab School District
## 1423 Juab School District
## 1424 Juab School District
## 1425 Juab School District
## 1426 Juab School District
## 1427 Juab School District
## 1428 Juab School District
## 1429 Juab School District
## 1430 Juab School District
## 1431 Juab School District
## 1432 Juab School District
## 1433 Juab School District
## 1434 Juab School District
## 1435 Juab School District
## 1436 Juab School District
## 1437 Juab School District
## 1438 Juab School District
## 1439 KIPP
## 1440 KIPP
## 1441 KIPP
## 1442 KIPP
## 1443 KIPP
## 1444 KIPP
## 1445 KIPP
## 1446 KIPP
## 1447 KIPP
## 1448 KIPP
## 1449 KIPP
## 1450 KIPP
## 1451 KIPP
## 1452 KIPP
## 1453 KIPP
## 1454 KIPP
## 1455 KIPP
## 1456 KIPP
## 1457 KIPP
## 1458 KIPP
## 1459 KIPP
## 1460 KIPP
## 1461 KIPP
## 1462 KIPP
## 1463 KIPP
## 1464 KIPP
## 1465 KIPP
## 1466 KIPP
## 1467 KIPP
## 1468 KIPP
## 1469 KIPP
## 1470 Montessori For All
## website school_descriptor
## 1 https://www.aalk8.org/ 2
## 2 https://www.aalk8.org/ 2
## 3 https://www.aalk8.org/ 2
## 4 https://www.aalk8.org/ 2
## 5 https://www.aalk8.org/ 2
## 6 https://www.aalk8.org/ 2
## 7 https://www.aalk8.org/ 2
## 8 https://www.aalk8.org/ 2
## 9 https://www.aalk8.org/ 2
## 10 https://www.aalk8.org/ 2
## 11 https://www.aalk8.org/ 2
## 12 https://www.aalk8.org/ 2
## 13 https://www.aalk8.org/ 2
## 14 https://www.aalk8.org/ 2
## 15 https://www.aalk8.org/ 2
## 16 https://www.aalk8.org/ 2
## 17 https://www.aalk8.org/ 2
## 18 https://www.aalk8.org/ 2
## 19 https://www.aalk8.org/ 2
## 20 https://www.aalk8.org/ 2
## 21 https://www.aalk8.org/ 2
## 22 http://anastasisacademy.us 3
## 23 http://anastasisacademy.us 3
## 24 http://anastasisacademy.us 3
## 25 http://anastasisacademy.us 3
## 26 http://anastasisacademy.us 3
## 27 http://anastasisacademy.us 3
## 28 http://anastasisacademy.us 3
## 29 http://anastasisacademy.us 3
## 30 http://anastasisacademy.us 3
## 31 http://anastasisacademy.us 3
## 32 http://anastasisacademy.us 3
## 33 http://anastasisacademy.us 3
## 34 http://anastasisacademy.us 3
## 35 http://anastasisacademy.us 3
## 36 http://anastasisacademy.us 3
## 37 http://anastasisacademy.us 3
## 38 http://anastasisacademy.us 3
## 39 http://anastasisacademy.us 3
## 40 http://anastasisacademy.us 3
## 41 http://anastasisacademy.us 3
## 42 http://anastasisacademy.us 3
## 43 http://anastasisacademy.us 3
## 44 http://anastasisacademy.us 3
## 45 http://anastasisacademy.us 3
## 46 http://anastasisacademy.us 3
## 47 http://anastasisacademy.us 3
## 48 http://anastasisacademy.us 3
## 49 http://anastasisacademy.us 3
## 50 http://anastasisacademy.us 3
## 51 http://anastasisacademy.us 3
## 52 http://anastasisacademy.us 3
## 53 http://anastasisacademy.us 3
## 54 http://anastasisacademy.us 3
## 55 http://anastasisacademy.us 3
## 56 http://anastasisacademy.us 3
## 57 http://anastasisacademy.us 3
## 58 http://anastasisacademy.us 3
## 59 http://anastasisacademy.us 3
## 60 http://anastasisacademy.us 3
## 61 http://anastasisacademy.us 3
## 62 http://anastasisacademy.us 3
## 63 http://anastasisacademy.us 3
## 64 http://anastasisacademy.us 3
## 65 http://anastasisacademy.us 3
## 66 http://anastasisacademy.us 3
## 67 http://anastasisacademy.us 3
## 68 http://anastasisacademy.us 3
## 69 http://anastasisacademy.us 3
## 70 http://anastasisacademy.us 3
## 71 http://anastasisacademy.us 3
## 72 http://anastasisacademy.us 3
## 73 http://anastasisacademy.us 3
## 74 http://anastasisacademy.us 3
## 75 http://anastasisacademy.us 3
## 76 http://anastasisacademy.us 3
## 77 http://anastasisacademy.us 3
## 78 http://anastasisacademy.us 3
## 79 http://anastasisacademy.us 3
## 80 http://anastasisacademy.us 3
## 81 http://anastasisacademy.us 3
## 82 <NA> 1
## 83 <NA> 1
## 84 <NA> 1
## 85 <NA> 1
## 86 <NA> 1
## 87 <NA> 1
## 88 <NA> 1
## 89 <NA> 1
## 90 <NA> 1
## 91 <NA> 1
## 92 <NA> 1
## 93 <NA> 1
## 94 <NA> 1
## 95 <NA> 1
## 96 <NA> 1
## 97 <NA> 1
## 98 <NA> 1
## 99 <NA> 1
## 100 <NA> 1
## 101 <NA> 1
## 102 <NA> 1
## 103 <NA> 1
## 104 http://www.avalonschool.org 2
## 105 http://www.avalonschool.org 2
## 106 http://www.avalonschool.org 2
## 107 http://www.avalonschool.org 2
## 108 http://www.avalonschool.org 2
## 109 http://www.avalonschool.org 2
## 110 http://www.avalonschool.org 2
## 111 http://www.avalonschool.org 2
## 112 http://www.avalonschool.org 2
## 113 http://www.avalonschool.org 2
## 114 http://www.avalonschool.org 2
## 115 http://www.avalonschool.org 2
## 116 http://www.avalonschool.org 2
## 117 http://www.avalonschool.org 2
## 118 http://www.avalonschool.org 2
## 119 http://www.avalonschool.org 2
## 120 http://www.avalonschool.org 2
## 121 http://www.avalonschool.org 2
## 122 http://www.avalonschool.org 2
## 123 http://www.avalonschool.org 2
## 124 http://www.avalonschool.org 2
## 125 http://www.avalonschool.org 2
## 126 http://www.avalonschool.org 2
## 127 http://www.avalonschool.org 2
## 128 http://www.avalonschool.org 2
## 129 http://www.avalonschool.org 2
## 130 http://www.avalonschool.org 2
## 131 http://www.avalonschool.org 2
## 132 http://www.avalonschool.org 2
## 133 http://www.avalonschool.org 2
## 134 http://www.avalonschool.org 2
## 135 http://www.avalonschool.org 2
## 136 http://www.avalonschool.org 2
## 137 http://www.avalonschool.org 2
## 138 http://www.avalonschool.org 2
## 139 http://www.avalonschool.org 2
## 140 http://www.avalonschool.org 2
## 141 http://www.avalonschool.org 2
## 142 http://www.avalonschool.org 2
## 143 http://www.avalonschool.org 2
## 144 http://www.avalonschool.org 2
## 145 http://www.avalonschool.org 2
## 146 http://www.avalonschool.org 2
## 147 http://www.avalonschool.org 2
## 148 http://www.avalonschool.org 2
## 149 http://www.avalonschool.org 2
## 150 http://www.avalonschool.org 2
## 151 http://www.avalonschool.org 2
## 152 http://www.avalonschool.org 2
## 153 http://www.avalonschool.org 2
## 154 http://www.avalonschool.org 2
## 155 http://www.avalonschool.org 2
## 156 http://www.avalonschool.org 2
## 157 http://www.avalonschool.org 2
## 158 http://www.avalonschool.org 2
## 159 http://www.avalonschool.org 2
## 160 http://www.avalonschool.org 2
## 161 http://www.avalonschool.org 2
## 162 http://www.avalonschool.org 2
## 163 http://www.avalonschool.org 2
## 164 www.blackstoneacademy.org 2
## 165 www.blackstoneacademy.org 2
## 166 www.blackstoneacademy.org 2
## 167 www.blackstoneacademy.org 2
## 168 www.blackstoneacademy.org 2
## 169 www.blackstoneacademy.org 2
## 170 www.blackstoneacademy.org 2
## 171 www.blackstoneacademy.org 2
## 172 www.blackstoneacademy.org 2
## 173 www.blackstoneacademy.org 2
## 174 www.blackstoneacademy.org 2
## 175 www.blackstoneacademy.org 2
## 176 www.blackstoneacademy.org 2
## 177 www.blackstoneacademy.org 2
## 178 www.blackstoneacademy.org 2
## 179 www.blackstoneacademy.org 2
## 180 www.blackstoneacademy.org 2
## 181 www.blackstoneacademy.org 2
## 182 www.blackstoneacademy.org 2
## 183 www.blackstoneacademy.org 2
## 184 www.blackstoneacademy.org 2
## 185 www.blackstoneacademy.org 2
## 186 www.blackstoneacademy.org 2
## 187 www.blackstoneacademy.org 2
## 188 www.blackstoneacademy.org 2
## 189 www.blackstoneacademy.org 2
## 190 www.blackstoneacademy.org 2
## 191 www.blackstoneacademy.org 2
## 192 www.blackstoneacademy.org 2
## 193 www.blackstoneacademy.org 2
## 194 www.blackstoneacademy.org 2
## 195 www.blackstoneacademy.org 2
## 196 www.blackstoneacademy.org 2
## 197 www.blackstoneacademy.org 2
## 198 www.blackstoneacademy.org 2
## 199 www.blackstoneacademy.org 2
## 200 www.blackstoneacademy.org 2
## 201 www.blackstoneacademy.org 2
## 202 www.blackstoneacademy.org 2
## 203 www.blackstoneacademy.org 2
## 204 www.blackstoneacademy.org 2
## 205 www.blackstoneacademy.org 2
## 206 www.blackstoneacademy.org 2
## 207 www.blackstoneacademy.org 2
## 208 www.blackstoneacademy.org 2
## 209 www.blackstoneacademy.org 2
## 210 www.blackstoneacademy.org 2
## 211 www.blackstoneacademy.org 2
## 212 www.blackstoneacademy.org 2
## 213 www.blackstoneacademy.org 2
## 214 www.blackstoneacademy.org 2
## 215 www.blackstoneacademy.org 2
## 216 www.blackstoneacademy.org 2
## 217 www.blackstoneacademy.org 2
## 218 www.blackstoneacademy.org 2
## 219 www.blackstoneacademy.org 2
## 220 www.blackstoneacademy.org 2
## 221 www.blackstoneacademy.org 2
## 222 http://bacademy.org 2
## 223 http://bacademy.org 2
## 224 http://bacademy.org 2
## 225 http://bacademy.org 2
## 226 http://bacademy.org 2
## 227 http://bacademy.org 2
## 228 http://bacademy.org 2
## 229 http://bacademy.org 2
## 230 http://bacademy.org 2
## 231 http://bacademy.org 2
## 232 http://bacademy.org 2
## 233 http://bacademy.org 2
## 234 http://bacademy.org 2
## 235 http://bacademy.org 2
## 236 http://bacademy.org 2
## 237 http://bacademy.org 2
## 238 http://bacademy.org 2
## 239 http://bacademy.org 2
## 240 http://bacademy.org 2
## 241 http://bacademy.org 2
## 242 http://bacademy.org 2
## 243 http://bacademy.org 2
## 244 http://bacademy.org 2
## 245 http://bacademy.org 2
## 246 http://bacademy.org 2
## 247 http://bacademy.org 2
## 248 http://bacademy.org 2
## 249 http://bacademy.org 2
## 250 http://bacademy.org 2
## 251 http://bacademy.org 2
## 252 http://bacademy.org 2
## 253 http://bacademy.org 2
## 254 http://bacademy.org 2
## 255 http://bacademy.org 2
## 256 http://bacademy.org 2
## 257 http://bacademy.org 2
## 258 http://bacademy.org 2
## 259 http://bacademy.org 2
## 260 http://bacademy.org 2
## 261 http://bacademy.org 2
## 262 http://bacademy.org 2
## 263 http://bacademy.org 2
## 264 http://bacademy.org 2
## 265 http://bacademy.org 2
## 266 http://bacademy.org 2
## 267 http://bacademy.org 2
## 268 http://bacademy.org 2
## 269 http://bacademy.org 2
## 270 http://bacademy.org 2
## 271 http://bacademy.org 2
## 272 http://bacademy.org 2
## 273 http://bacademy.org 2
## 274 http://bacademy.org 2
## 275 http://bacademy.org 2
## 276 http://bacademy.org 2
## 277 http://bacademy.org 2
## 278 http://bacademy.org 2
## 279 http://www.canoncityschools.org 1
## 280 http://www.canoncityschools.org 1
## 281 http://www.canoncityschools.org 1
## 282 http://www.canoncityschools.org 1
## 283 http://www.canoncityschools.org 1
## 284 http://www.canoncityschools.org 1
## 285 http://www.canoncityschools.org 1
## 286 http://www.canoncityschools.org 1
## 287 http://www.canoncityschools.org 1
## 288 http://www.canoncityschools.org 1
## 289 http://www.canoncityschools.org 1
## 290 http://www.canoncityschools.org 1
## 291 http://www.canoncityschools.org 1
## 292 http://www.canoncityschools.org 1
## 293 http://www.canoncityschools.org 1
## 294 http://www.canoncityschools.org 1
## 295 http://www.canoncityschools.org 1
## 296 http://www.canoncityschools.org 1
## 297 http://www.canoncityschools.org 1
## 298 http://www.canoncityschools.org 1
## 299 http://www.canoncityschools.org 1
## 300 http://www.canoncityschools.org 1
## 301 http://www.canoncityschools.org 1
## 302 http://www.canoncityschools.org 1
## 303 http://www.canoncityschools.org 1
## 304 http://www.canoncityschools.org 1
## 305 http://www.canoncityschools.org 1
## 306 http://www.canoncityschools.org 1
## 307 http://www.canoncityschools.org 1
## 308 http://www.canoncityschools.org 1
## 309 http://www.canoncityschools.org 1
## 310 http://www.canoncityschools.org 1
## 311 http://www.canoncityschools.org 1
## 312 http://www.canoncityschools.org 1
## 313 http://www.canoncityschools.org 1
## 314 http://www.canoncityschools.org 1
## 315 http://www.canoncityschools.org 1
## 316 http://www.canoncityschools.org 1
## 317 http://www.canoncityschools.org 1
## 318 http://www.canoncityschools.org 1
## 319 http://www.canoncityschools.org 1
## 320 http://www.canoncityschools.org 1
## 321 http://www.canoncityschools.org 1
## 322 http://www.canoncityschools.org 1
## 323 http://www.canoncityschools.org 1
## 324 http://www.canoncityschools.org 1
## 325 http://www.canoncityschools.org 1
## 326 http://www.canoncityschools.org 1
## 327 http://www.canoncityschools.org 1
## 328 http://www.canoncityschools.org 1
## 329 http://www.canoncityschools.org 1
## 330 http://www.canoncityschools.org 1
## 331 http://www.canoncityschools.org 1
## 332 http://www.canoncityschools.org 1
## 333 http://www.canoncityschools.org 1
## 334 http://www.canoncityschools.org 1
## 335 http://www.canoncityschools.org 1
## 336 http://www.canoncityschools.org 1
## 337 http://www.canoncityschools.org 1
## 338 http://www.canoncityschools.org 1
## 339 http://www.canoncityschools.org 1
## 340 http://www.canoncityschools.org 1
## 341 https://cbhs.portlandschools.org/ 1
## 342 https://cbhs.portlandschools.org/ 1
## 343 https://cbhs.portlandschools.org/ 1
## 344 https://cbhs.portlandschools.org/ 1
## 345 https://cbhs.portlandschools.org/ 1
## 346 https://cbhs.portlandschools.org/ 1
## 347 https://cbhs.portlandschools.org/ 1
## 348 https://cbhs.portlandschools.org/ 1
## 349 https://cbhs.portlandschools.org/ 1
## 350 https://cbhs.portlandschools.org/ 1
## 351 https://cbhs.portlandschools.org/ 1
## 352 https://cbhs.portlandschools.org/ 1
## 353 https://cbhs.portlandschools.org/ 1
## 354 https://cbhs.portlandschools.org/ 1
## 355 https://cbhs.portlandschools.org/ 1
## 356 https://cbhs.portlandschools.org/ 1
## 357 https://cbhs.portlandschools.org/ 1
## 358 https://cbhs.portlandschools.org/ 1
## 359 https://cbhs.portlandschools.org/ 1
## 360 https://cbhs.portlandschools.org/ 1
## 361 https://cbhs.portlandschools.org/ 1
## 362 https://cbhs.portlandschools.org/ 1
## 363 https://cbhs.portlandschools.org/ 1
## 364 https://cbhs.portlandschools.org/ 1
## 365 https://cbhs.portlandschools.org/ 1
## 366 https://cbhs.portlandschools.org/ 1
## 367 https://cbhs.portlandschools.org/ 1
## 368 https://cbhs.portlandschools.org/ 1
## 369 https://cbhs.portlandschools.org/ 1
## 370 https://cbhs.portlandschools.org/ 1
## 371 https://cbhs.portlandschools.org/ 1
## 372 https://cbhs.portlandschools.org/ 1
## 373 https://cbhs.portlandschools.org/ 1
## 374 https://cbhs.portlandschools.org/ 1
## 375 https://cbhs.portlandschools.org/ 1
## 376 https://cbhs.portlandschools.org/ 1
## 377 https://cbhs.portlandschools.org/ 1
## 378 https://cbhs.portlandschools.org/ 1
## 379 https://cbhs.portlandschools.org/ 1
## 380 https://cbhs.portlandschools.org/ 1
## 381 https://cbhs.portlandschools.org/ 1
## 382 https://cbhs.portlandschools.org/ 1
## 383 https://cbhs.portlandschools.org/ 1
## 384 http://cwchollywood.org 2
## 385 http://cwchollywood.org 2
## 386 http://cwchollywood.org 2
## 387 http://cwchollywood.org 2
## 388 http://cwchollywood.org 2
## 389 http://cwchollywood.org 2
## 390 http://cwchollywood.org 2
## 391 http://cwchollywood.org 2
## 392 http://cwchollywood.org 2
## 393 http://cwchollywood.org 2
## 394 http://cwchollywood.org 2
## 395 http://cwchollywood.org 2
## 396 http://cwchollywood.org 2
## 397 http://cwchollywood.org 2
## 398 http://cwchollywood.org 2
## 399 http://cwchollywood.org 2
## 400 http://cwchollywood.org 2
## 401 http://cwchollywood.org 2
## 402 http://cwchollywood.org 2
## 403 http://www.citygardenschool.org 2
## 404 http://www.citygardenschool.org 2
## 405 http://www.citygardenschool.org 2
## 406 http://www.citygardenschool.org 2
## 407 http://www.citygardenschool.org 2
## 408 http://www.citygardenschool.org 2
## 409 http://www.citygardenschool.org 2
## 410 http://www.citygardenschool.org 2
## 411 http://www.citygardenschool.org 2
## 412 http://www.citygardenschool.org 2
## 413 http://www.citygardenschool.org 2
## 414 http://www.citygardenschool.org 2
## 415 http://www.citygardenschool.org 2
## 416 http://www.citygardenschool.org 2
## 417 http://www.citygardenschool.org 2
## 418 http://www.citygardenschool.org 2
## 419 http://www.citygardenschool.org 2
## 420 http://www.citygardenschool.org 2
## 421 http://www.citygardenschool.org 2
## 422 http://www.citygardenschool.org 2
## 423 http://www.citygardenschool.org 2
## 424 http://www.citygardenschool.org 2
## 425 http://www.citygardenschool.org 2
## 426 http://www.citygardenschool.org 2
## 427 http://www.citygardenschool.org 2
## 428 http://www.citygardenschool.org 2
## 429 http://www.citygardenschool.org 2
## 430 http://www.citygardenschool.org 2
## 431 http://www.citygardenschool.org 2
## 432 http://www.citygardenschool.org 2
## 433 http://www.citygardenschool.org 2
## 434 http://www.citygardenschool.org 2
## 435 http://www.citygardenschool.org 2
## 436 http://www.citygardenschool.org 2
## 437 http://www.citygardenschool.org 2
## 438 http://www.citygardenschool.org 2
## 439 http://www.citygardenschool.org 2
## 440 http://www.citygardenschool.org 2
## 441 http://www.citygardenschool.org 2
## 442 http://www.citygardenschool.org 2
## 443 http://www.citygardenschool.org 2
## 444 http://www.citygardenschool.org 2
## 445 http://www.citygardenschool.org 2
## 446 http://www.citygardenschool.org 2
## 447 http://www.citygardenschool.org 2
## 448 http://www.citygardenschool.org 2
## 449 http://www.citygardenschool.org 2
## 450 http://www.citygardenschool.org 2
## 451 http://www.citygardenschool.org 2
## 452 http://www.citygardenschool.org 2
## 453 coderva.org 1
## 454 coderva.org 1
## 455 coderva.org 1
## 456 coderva.org 1
## 457 coderva.org 1
## 458 coderva.org 1
## 459 coderva.org 1
## 460 coderva.org 1
## 461 coderva.org 1
## 462 coderva.org 1
## 463 coderva.org 1
## 464 coderva.org 1
## 465 coderva.org 1
## 466 coderva.org 1
## 467 coderva.org 1
## 468 coderva.org 1
## 469 coderva.org 1
## 470 coderva.org 1
## 471 coderva.org 1
## 472 coderva.org 1
## 473 coderva.org 1
## 474 coderva.org 1
## 475 coderva.org 1
## 476 coderva.org 1
## 477 coderva.org 1
## 478 coderva.org 1
## 479 coderva.org 1
## 480 coderva.org 1
## 481 coderva.org 1
## 482 coderva.org 1
## 483 coderva.org 1
## 484 coderva.org 1
## 485 coderva.org 1
## 486 coderva.org 1
## 487 coderva.org 1
## 488 coderva.org 1
## 489 coderva.org 1
## 490 coderva.org 1
## 491 coderva.org 1
## 492 coderva.org 1
## 493 coderva.org 1
## 494 coderva.org 1
## 495 coderva.org 1
## 496 coderva.org 1
## 497 coderva.org 1
## 498 http://www.commongroundct.org 2
## 499 http://www.commongroundct.org 2
## 500 http://www.commongroundct.org 2
## 501 http://www.commongroundct.org 2
## 502 http://www.commongroundct.org 2
## 503 http://www.commongroundct.org 2
## 504 http://www.commongroundct.org 2
## 505 http://www.commongroundct.org 2
## 506 http://www.commongroundct.org 2
## 507 http://www.commongroundct.org 2
## 508 http://www.commongroundct.org 2
## 509 http://www.commongroundct.org 2
## 510 http://www.commongroundct.org 2
## 511 http://www.commongroundct.org 2
## 512 http://www.commongroundct.org 2
## 513 http://www.commongroundct.org 2
## 514 http://www.commongroundct.org 2
## 515 http://www.commongroundct.org 2
## 516 http://www.commongroundct.org 2
## 517 http://www.commongroundct.org 2
## 518 http://www.commongroundct.org 2
## 519 http://www.commongroundct.org 2
## 520 http://www.commongroundct.org 2
## 521 http://www.commongroundct.org 2
## 522 http://www.commongroundct.org 2
## 523 http://www.commongroundct.org 2
## 524 http://www.commongroundct.org 2
## 525 http://www.commongroundct.org 2
## 526 http://www.commongroundct.org 2
## 527 http://www.commongroundct.org 2
## 528 http://www.commongroundct.org 2
## 529 http://www.commongroundct.org 2
## 530 http://www.commongroundct.org 2
## 531 http://www.commongroundct.org 2
## 532 http://www.commongroundct.org 2
## 533 http://www.commongroundct.org 2
## 534 http://www.commongroundct.org 2
## 535 http://www.commongroundct.org 2
## 536 http://www.commongroundct.org 2
## 537 http://www.commongroundct.org 2
## 538 http://www.commongroundct.org 2
## 539 http://www.commongroundct.org 2
## 540 http://www.commongroundct.org 2
## 541 http://www.commongroundct.org 2
## 542 https://www.cves359.com/ 1
## 543 https://www.cves359.com/ 1
## 544 https://www.cves359.com/ 1
## 545 https://www.cves359.com/ 1
## 546 https://www.cves359.com/ 1
## 547 https://www.cves359.com/ 1
## 548 https://www.cves359.com/ 1
## 549 https://www.cves359.com/ 1
## 550 https://www.cves359.com/ 1
## 551 https://www.cves359.com/ 1
## 552 https://www.cves359.com/ 1
## 553 https://www.cves359.com/ 1
## 554 https://www.cves359.com/ 1
## 555 https://www.cves359.com/ 1
## 556 https://www.cves359.com/ 1
## 557 https://www.cves359.com/ 1
## 558 https://www.cves359.com/ 1
## 559 https://www.cves359.com/ 1
## 560 https://www.cves359.com/ 1
## 561 https://www.cves359.com/ 1
## 562 https://www.cves359.com/ 1
## 563 https://www.cves359.com/ 1
## 564 https://www.cves359.com/ 1
## 565 https://www.cves359.com/ 1
## 566 https://www.cves359.com/ 1
## 567 https://www.cves359.com/ 1
## 568 https://www.cves359.com/ 1
## 569 https://www.cves359.com/ 1
## 570 https://www.cves359.com/ 1
## 571 https://www.cves359.com/ 1
## 572 https://www.cves359.com/ 1
## 573 https://www.cves359.com/ 1
## 574 https://www.cves359.com/ 1
## 575 https://www.cves359.com/ 1
## 576 https://www.cves359.com/ 1
## 577 https://www.cves359.com/ 1
## 578 https://www.cves359.com/ 1
## 579 https://www.cves359.com/ 1
## 580 https://www.cves359.com/ 1
## 581 https://www.cves359.com/ 1
## 582 https://www.cves359.com/ 1
## 583 https://www.cves359.com/ 1
## 584 https://www.cves359.com/ 1
## 585 https://www.cves359.com/ 1
## 586 https://www.cves359.com/ 1
## 587 https://www.cves359.com/ 1
## 588 https://www.cves359.com/ 1
## 589 https://dbexcel.k12k.com/ 1
## 590 https://dbexcel.k12k.com/ 1
## 591 https://dbexcel.k12k.com/ 1
## 592 https://dbexcel.k12k.com/ 1
## 593 https://dbexcel.k12k.com/ 1
## 594 https://dbexcel.k12k.com/ 1
## 595 https://dbexcel.k12k.com/ 1
## 596 https://dbexcel.k12k.com/ 1
## 597 https://dbexcel.k12k.com/ 1
## 598 https://dbexcel.k12k.com/ 1
## 599 https://dbexcel.k12k.com/ 1
## 600 https://dbexcel.k12k.com/ 1
## 601 https://dbexcel.k12k.com/ 1
## 602 https://dbexcel.k12k.com/ 1
## 603 https://dbexcel.k12k.com/ 1
## 604 https://dbexcel.k12k.com/ 1
## 605 https://dbexcel.k12k.com/ 1
## 606 https://dbexcel.k12k.com/ 1
## 607 https://dbexcel.k12k.com/ 1
## 608 https://dbexcel.k12k.com/ 1
## 609 https://dbexcel.k12k.com/ 1
## 610 https://dbexcel.k12k.com/ 1
## 611 https://dbexcel.k12k.com/ 1
## 612 https://dbexcel.k12k.com/ 1
## 613 https://dbexcel.k12k.com/ 1
## 614 https://dbexcel.k12k.com/ 1
## 615 https://dbexcel.k12k.com/ 1
## 616 https://dbexcel.k12k.com/ 1
## 617 https://dbexcel.k12k.com/ 1
## 618 https://dbexcel.k12k.com/ 1
## 619 https://dbexcel.k12k.com/ 1
## 620 https://dbexcel.k12k.com/ 1
## 621 https://dbexcel.k12k.com/ 1
## 622 https://dbexcel.k12k.com/ 1
## 623 https://dbexcel.k12k.com/ 1
## 624 https://dbexcel.k12k.com/ 1
## 625 https://dbexcel.k12k.com/ 1
## 626 https://dbexcel.k12k.com/ 1
## 627 https://dbexcel.k12k.com/ 1
## 628 https://dbexcel.k12k.com/ 1
## 629 https://dbexcel.k12k.com/ 1
## 630 https://dbexcel.k12k.com/ 1
## 631 https://dbexcel.k12k.com/ 1
## 632 https://dbexcel.k12k.com/ 1
## 633 https://dbexcel.k12k.com/ 1
## 634 https://dbexcel.k12k.com/ 1
## 635 https://dbexcel.k12k.com/ 1
## 636 https://dbexcel.k12k.com/ 1
## 637 http://www.digitalpioneersacademy.org 2
## 638 http://www.digitalpioneersacademy.org 2
## 639 http://www.digitalpioneersacademy.org 2
## 640 http://www.digitalpioneersacademy.org 2
## 641 http://www.digitalpioneersacademy.org 2
## 642 http://www.digitalpioneersacademy.org 2
## 643 http://www.digitalpioneersacademy.org 2
## 644 http://www.digitalpioneersacademy.org 2
## 645 http://www.digitalpioneersacademy.org 2
## 646 http://www.digitalpioneersacademy.org 2
## 647 http://www.digitalpioneersacademy.org 2
## 648 http://www.digitalpioneersacademy.org 2
## 649 http://www.digitalpioneersacademy.org 2
## 650 http://www.digitalpioneersacademy.org 2
## 651 http://www.digitalpioneersacademy.org 2
## 652 http://www.digitalpioneersacademy.org 2
## 653 http://www.digitalpioneersacademy.org 2
## 654 http://ednovate.org/east 2
## 655 http://ednovate.org/east 2
## 656 http://ednovate.org/east 2
## 657 http://ednovate.org/east 2
## 658 http://ednovate.org/east 2
## 659 http://ednovate.org/east 2
## 660 http://ednovate.org/east 2
## 661 http://ednovate.org/east 2
## 662 http://ednovate.org/east 2
## 663 http://ednovate.org/east 2
## 664 http://ednovate.org/east 2
## 665 http://ednovate.org/east 2
## 666 http://ednovate.org/east 2
## 667 http://ednovate.org/east 2
## 668 http://ednovate.org/east 2
## 669 http://ednovate.org/east 2
## 670 http://ednovate.org/east 2
## 671 http://ednovate.org/east 2
## 672 http://ednovate.org/east 2
## 673 http://ednovate.org/east 2
## 674 http://ednovate.org/east 2
## 675 http://ednovate.org/east 2
## 676 http://ednovate.org/east 2
## 677 http://ednovate.org/east 2
## 678 http://ednovate.org/east 2
## 679 http://ednovate.org/east 2
## 680 http://ednovate.org/east 2
## 681 http://ednovate.org/east 2
## 682 http://ednovate.org/east 2
## 683 http://ednovate.org/east 2
## 684 http://ednovate.org/east 2
## 685 http://ednovate.org/east 2
## 686 http://ednovate.org/east 2
## 687 http://ednovate.org/east 2
## 688 http://ednovate.org/east 2
## 689 http://ednovate.org/east 2
## 690 http://ednovate.org/east 2
## 691 http://ednovate.org/east 2
## 692 http://ednovate.org/east 2
## 693 http://ednovate.org/east 2
## 694 http://ednovate.org/east 2
## 695 http://ednovate.org/east 2
## 696 http://ednovate.org/east 2
## 697 http://ednovate.org/east 2
## 698 http://ednovate.org/east 2
## 699 http://ednovate.org/east 2
## 700 http://ednovate.org/east 2
## 701 http://ednovate.org/east 2
## 702 http://ednovate.org/east 2
## 703 http://ednovate.org/east 2
## 704 http://ednovate.org/east 2
## 705 http://ednovate.org/east 2
## 706 http://ednovate.org/east 2
## 707 http://ednovate.org/east 2
## 708 http://ednovate.org/east 2
## 709 http://ednovate.org/east 2
## 710 http://ednovate.org/east 2
## 711 http://ednovate.org/east 2
## 712 http://uschybridhigh.org 2
## 713 http://uschybridhigh.org 2
## 714 http://uschybridhigh.org 2
## 715 http://uschybridhigh.org 2
## 716 http://uschybridhigh.org 2
## 717 http://uschybridhigh.org 2
## 718 http://uschybridhigh.org 2
## 719 http://uschybridhigh.org 2
## 720 http://uschybridhigh.org 2
## 721 http://uschybridhigh.org 2
## 722 http://uschybridhigh.org 2
## 723 http://uschybridhigh.org 2
## 724 http://uschybridhigh.org 2
## 725 http://uschybridhigh.org 2
## 726 http://uschybridhigh.org 2
## 727 http://uschybridhigh.org 2
## 728 http://uschybridhigh.org 2
## 729 http://uschybridhigh.org 2
## 730 http://uschybridhigh.org 2
## 731 http://uschybridhigh.org 2
## 732 http://uschybridhigh.org 2
## 733 http://uschybridhigh.org 2
## 734 http://uschybridhigh.org 2
## 735 http://uschybridhigh.org 2
## 736 http://uschybridhigh.org 2
## 737 http://uschybridhigh.org 2
## 738 http://uschybridhigh.org 2
## 739 http://uschybridhigh.org 2
## 740 http://uschybridhigh.org 2
## 741 http://uschybridhigh.org 2
## 742 http://uschybridhigh.org 2
## 743 http://uschybridhigh.org 2
## 744 http://uschybridhigh.org 2
## 745 http://uschybridhigh.org 2
## 746 http://uschybridhigh.org 2
## 747 http://uschybridhigh.org 2
## 748 http://uschybridhigh.org 2
## 749 http://uschybridhigh.org 2
## 750 http://uschybridhigh.org 2
## 751 http://uschybridhigh.org 2
## 752 http://uschybridhigh.org 2
## 753 http://uschybridhigh.org 2
## 754 http://uschybridhigh.org 2
## 755 http://uschybridhigh.org 2
## 756 http://uschybridhigh.org 2
## 757 http://uschybridhigh.org 2
## 758 http://uschybridhigh.org 2
## 759 http://uschybridhigh.org 2
## 760 http://uschybridhigh.org 2
## 761 http://uschybridhigh.org 2
## 762 http://uschybridhigh.org 2
## 763 http://uschybridhigh.org 2
## 764 http://uschybridhigh.org 2
## 765 http://uschybridhigh.org 2
## 766 http://uschybridhigh.org 2
## 767 http://uschybridhigh.org 2
## 768 http://uschybridhigh.org 2
## 769 http://uschybridhigh.org 2
## 770 http://uschybridhigh.org 2
## 771 http://uschybridhigh.org 2
## 772 http://uschybridhigh.org 2
## 773 http://uschybridhigh.org 2
## 774 http://uschybridhigh.org 2
## 775 http://uschybridhigh.org 2
## 776 http://uschybridhigh.org 2
## 777 http://www.evergreenccs.org/ 2
## 778 http://www.evergreenccs.org/ 2
## 779 http://www.evergreenccs.org/ 2
## 780 http://www.evergreenccs.org/ 2
## 781 http://www.evergreenccs.org/ 2
## 782 http://www.evergreenccs.org/ 2
## 783 http://www.evergreenccs.org/ 2
## 784 http://www.evergreenccs.org/ 2
## 785 http://www.evergreenccs.org/ 2
## 786 http://www.evergreenccs.org/ 2
## 787 http://www.evergreenccs.org/ 2
## 788 http://www.evergreenccs.org/ 2
## 789 http://www.evergreenccs.org/ 2
## 790 http://www.evergreenccs.org/ 2
## 791 http://www.evergreenccs.org/ 2
## 792 http://www.evergreenccs.org/ 2
## 793 http://www.evergreenccs.org/ 2
## 794 http://www.evergreenccs.org/ 2
## 795 http://www.evergreenccs.org/ 2
## 796 http://www.evergreenccs.org/ 2
## 797 http://www.evergreenccs.org/ 2
## 798 http://www.evergreenccs.org/ 2
## 799 http://www.evergreenccs.org/ 2
## 800 http://www.evergreenccs.org/ 2
## 801 http://www.evergreenccs.org/ 2
## 802 http://www.evergreenccs.org/ 2
## 803 http://www.evergreenccs.org/ 2
## 804 http://www.evergreenccs.org/ 2
## 805 http://www.evergreenccs.org/ 2
## 806 http://www.evergreenccs.org/ 2
## 807 http://www.evergreenccs.org/ 2
## 808 http://www.evergreenccs.org/ 2
## 809 http://www.evergreenccs.org/ 2
## 810 http://www.evergreenccs.org/ 2
## 811 http://www.evergreenccs.org/ 2
## 812 http://www.evergreenccs.org/ 2
## 813 http://www.evergreenccs.org/ 2
## 814 http://www.evergreenccs.org/ 2
## 815 http://www.evergreenccs.org/ 2
## 816 http://www.evergreenccs.org/ 2
## 817 http://www.evergreenccs.org/ 2
## 818 http://www.evergreenccs.org/ 2
## 819 http://www.evergreenccs.org/ 2
## 820 http://www.evergreenccs.org/ 2
## 821 http://www.evergreenccs.org/ 2
## 822 http://www.evergreenccs.org/ 2
## 823 http://www.evergreenccs.org/ 2
## 824 http://www.flhfhs.org 1
## 825 http://www.flhfhs.org 1
## 826 http://www.flhfhs.org 1
## 827 http://www.flhfhs.org 1
## 828 http://www.flhfhs.org 1
## 829 http://www.flhfhs.org 1
## 830 http://www.flhfhs.org 1
## 831 http://www.flhfhs.org 1
## 832 http://www.flhfhs.org 1
## 833 http://www.flhfhs.org 1
## 834 http://www.flhfhs.org 1
## 835 http://www.flhfhs.org 1
## 836 http://www.flhfhs.org 1
## 837 http://www.flhfhs.org 1
## 838 http://www.flhfhs.org 1
## 839 http://www.flhfhs.org 1
## 840 http://www.flhfhs.org 1
## 841 http://www.flhfhs.org 1
## 842 http://www.flhfhs.org 1
## 843 http://www.flhfhs.org 1
## 844 http://www.flhfhs.org 1
## 845 http://www.flhfhs.org 1
## 846 http://www.flhfhs.org 1
## 847 http://www.flhfhs.org 1
## 848 http://www.flhfhs.org 1
## 849 http://www.flhfhs.org 1
## 850 http://www.flhfhs.org 1
## 851 http://www.flhfhs.org 1
## 852 http://www.flhfhs.org 1
## 853 http://www.flhfhs.org 1
## 854 http://www.flhfhs.org 1
## 855 http://www.flhfhs.org 1
## 856 http://www.flhfhs.org 1
## 857 http://www.flhfhs.org 1
## 858 http://www.flhfhs.org 1
## 859 http://www.flhfhs.org 1
## 860 http://www.flhfhs.org 1
## 861 http://www.flhfhs.org 1
## 862 http://www.flhfhs.org 1
## 863 http://www.flhfhs.org 1
## 864 http://www.flhfhs.org 1
## 865 http://www.flhfhs.org 1
## 866 http://www.flushinginternational.org 1
## 867 http://www.flushinginternational.org 1
## 868 http://www.flushinginternational.org 1
## 869 http://www.flushinginternational.org 1
## 870 http://www.flushinginternational.org 1
## 871 http://www.flushinginternational.org 1
## 872 http://www.flushinginternational.org 1
## 873 http://www.flushinginternational.org 1
## 874 http://www.flushinginternational.org 1
## 875 http://www.flushinginternational.org 1
## 876 http://www.flushinginternational.org 1
## 877 http://www.flushinginternational.org 1
## 878 http://www.flushinginternational.org 1
## 879 http://www.flushinginternational.org 1
## 880 http://www.flushinginternational.org 1
## 881 http://www.flushinginternational.org 1
## 882 http://www.flushinginternational.org 1
## 883 http://www.flushinginternational.org 1
## 884 http://www.flushinginternational.org 1
## 885 http://www.flushinginternational.org 1
## 886 http://www.flushinginternational.org 1
## 887 http://www.flushinginternational.org 1
## 888 http://www.flushinginternational.org 1
## 889 http://www.flushinginternational.org 1
## 890 http://www.flushinginternational.org 1
## 891 http://www.flushinginternational.org 1
## 892 http://www.flushinginternational.org 1
## 893 http://www.flushinginternational.org 1
## 894 http://www.flushinginternational.org 1
## 895 http://www.flushinginternational.org 1
## 896 http://www.flushinginternational.org 1
## 897 http://www.flushinginternational.org 1
## 898 http://www.flushinginternational.org 1
## 899 http://www.flushinginternational.org 1
## 900 http://www.flushinginternational.org 1
## 901 http://www.flushinginternational.org 1
## 902 http://www.flushinginternational.org 1
## 903 http://www.flushinginternational.org 1
## 904 http://www.flushinginternational.org 1
## 905 http://www.flushinginternational.org 1
## 906 http://www.flushinginternational.org 1
## 907 http://www.flushinginternational.org 1
## 908 http://www.flushinginternational.org 1
## 909 http://www.flushinginternational.org 1
## 910 http://www.flushinginternational.org 1
## 911 http://www.flushinginternational.org 1
## 912 http://www.flushinginternational.org 1
## 913 http://www.flushinginternational.org 1
## 914 http://www.flushinginternational.org 1
## 915 http://www.flushinginternational.org 1
## 916 http://www.flushinginternational.org 1
## 917 http://www.flushinginternational.org 1
## 918 http://www.flushinginternational.org 1
## 919 http://www.flushinginternational.org 1
## 920 http://www.fmhsnyc.org 1
## 921 http://www.fmhsnyc.org 1
## 922 http://www.fmhsnyc.org 1
## 923 http://www.fmhsnyc.org 1
## 924 http://www.fmhsnyc.org 1
## 925 http://www.fmhsnyc.org 1
## 926 http://www.fmhsnyc.org 1
## 927 http://www.fmhsnyc.org 1
## 928 http://www.fmhsnyc.org 1
## 929 http://www.fmhsnyc.org 1
## 930 http://www.fmhsnyc.org 1
## 931 http://www.fmhsnyc.org 1
## 932 http://www.fmhsnyc.org 1
## 933 http://www.fmhsnyc.org 1
## 934 http://www.fmhsnyc.org 1
## 935 http://www.fmhsnyc.org 1
## 936 http://www.fmhsnyc.org 1
## 937 http://www.fmhsnyc.org 1
## 938 http://www.fmhsnyc.org 1
## 939 http://www.fmhsnyc.org 1
## 940 http://www.fmhsnyc.org 1
## 941 http://www.fmhsnyc.org 1
## 942 http://www.fmhsnyc.org 1
## 943 http://www.fmhsnyc.org 1
## 944 http://www.fmhsnyc.org 1
## 945 http://www.fmhsnyc.org 1
## 946 http://www.fmhsnyc.org 1
## 947 http://www.fmhsnyc.org 1
## 948 http://www.fmhsnyc.org 1
## 949 http://www.fmhsnyc.org 1
## 950 http://www.fmhsnyc.org 1
## 951 http://www.fmhsnyc.org 1
## 952 http://www.fmhsnyc.org 1
## 953 http://www.fmhsnyc.org 1
## 954 http://www.fmhsnyc.org 1
## 955 http://www.fmhsnyc.org 1
## 956 http://www.fmhsnyc.org 1
## 957 http://www.fmhsnyc.org 1
## 958 http://www.fmhsnyc.org 1
## 959 http://www.fmhsnyc.org 1
## 960 http://www.fmhsnyc.org 1
## 961 http://www.fmhsnyc.org 1
## 962 http://www.fmhsnyc.org 1
## 963 http://www.fmhsnyc.org 1
## 964 http://www.fmhsnyc.org 1
## 965 http://www.fmhsnyc.org 1
## 966 http://www.fmhsnyc.org 1
## 967 http://www.fmhsnyc.org 1
## 968 http://www.fmhsnyc.org 1
## 969 http://www.fmhsnyc.org 1
## 970 http://www.fmhsnyc.org 1
## 971 http://www.fmhsnyc.org 1
## 972 http://www.fmhsnyc.org 1
## 973 <NA> 1
## 974 <NA> 1
## 975 <NA> 1
## 976 <NA> 1
## 977 <NA> 1
## 978 <NA> 1
## 979 <NA> 1
## 980 <NA> 1
## 981 <NA> 1
## 982 <NA> 1
## 983 <NA> 1
## 984 <NA> 1
## 985 <NA> 1
## 986 <NA> 1
## 987 <NA> 1
## 988 <NA> 1
## 989 <NA> 1
## 990 <NA> 1
## 991 <NA> 1
## 992 <NA> 1
## 993 <NA> 1
## 994 <NA> 1
## 995 <NA> 1
## 996 <NA> 1
## 997 <NA> 1
## 998 <NA> 1
## 999 <NA> 1
## 1000 <NA> 1
## 1001 <NA> 1
## 1002 <NA> 1
## 1003 <NA> 1
## 1004 <NA> 1
## 1005 <NA> 1
## 1006 <NA> 1
## 1007 <NA> 1
## 1008 <NA> 1
## 1009 <NA> 1
## 1010 <NA> 1
## 1011 <NA> 1
## 1012 <NA> 1
## 1013 <NA> 1
## 1014 <NA> 1
## 1015 <NA> 1
## 1016 <NA> 1
## 1017 <NA> 1
## 1018 <NA> 1
## 1019 <NA> 1
## 1020 <NA> 1
## 1021 <NA> 1
## 1022 <NA> 1
## 1023 <NA> 1
## 1024 <NA> 1
## 1025 <NA> 1
## 1026 <NA> 1
## 1027 <NA> 1
## 1028 <NA> 1
## 1029 <NA> 1
## 1030 <NA> 1
## 1031 <NA> 1
## 1032 <NA> 1
## 1033 www.futurepublicschool.org 2
## 1034 www.futurepublicschool.org 2
## 1035 www.futurepublicschool.org 2
## 1036 www.futurepublicschool.org 2
## 1037 www.futurepublicschool.org 2
## 1038 www.futurepublicschool.org 2
## 1039 www.futurepublicschool.org 2
## 1040 www.futurepublicschool.org 2
## 1041 www.futurepublicschool.org 2
## 1042 www.futurepublicschool.org 2
## 1043 www.futurepublicschool.org 2
## 1044 www.futurepublicschool.org 2
## 1045 www.futurepublicschool.org 2
## 1046 www.futurepublicschool.org 2
## 1047 www.futurepublicschool.org 2
## 1048 www.futurepublicschool.org 2
## 1049 www.futurepublicschool.org 2
## 1050 www.futurepublicschool.org 2
## 1051 www.futurepublicschool.org 2
## 1052 www.futurepublicschool.org 2
## 1053 www.futurepublicschool.org 2
## 1054 www.futurepublicschool.org 2
## 1055 www.futurepublicschool.org 2
## 1056 www.futurepublicschool.org 2
## 1057 www.futurepublicschool.org 2
## 1058 www.futurepublicschool.org 2
## 1059 www.futurepublicschool.org 2
## 1060 www.futurepublicschool.org 2
## 1061 www.futurepublicschool.org 2
## 1062 www.futurepublicschool.org 2
## 1063 www.futurepublicschool.org 2
## 1064 www.futurepublicschool.org 2
## 1065 www.futurepublicschool.org 2
## 1066 www.futurepublicschool.org 2
## 1067 www.futurepublicschool.org 2
## 1068 www.futurepublicschool.org 2
## 1069 www.futurepublicschool.org 2
## 1070 www.futurepublicschool.org 2
## 1071 www.futurepublicschool.org 2
## 1072 www.futurepublicschool.org 2
## 1073 www.futurepublicschool.org 2
## 1074 www.futurepublicschool.org 2
## 1075 www.futurepublicschool.org 2
## 1076 https://gemprep.org/nampa/ 2
## 1077 https://gemprep.org/nampa/ 2
## 1078 https://gemprep.org/nampa/ 2
## 1079 https://gemprep.org/nampa/ 2
## 1080 https://gemprep.org/nampa/ 2
## 1081 https://gemprep.org/nampa/ 2
## 1082 https://gemprep.org/nampa/ 2
## 1083 https://gemprep.org/nampa/ 2
## 1084 https://gemprep.org/nampa/ 2
## 1085 https://gemprep.org/nampa/ 2
## 1086 https://gemprep.org/nampa/ 2
## 1087 https://gemprep.org/nampa/ 2
## 1088 https://gemprep.org/nampa/ 2
## 1089 https://gemprep.org/nampa/ 2
## 1090 https://gemprep.org/nampa/ 2
## 1091 https://gemprep.org/nampa/ 2
## 1092 https://gemprep.org/nampa/ 2
## 1093 https://gemprep.org/nampa/ 2
## 1094 https://gemprep.org/nampa/ 2
## 1095 https://gemprep.org/nampa/ 2
## 1096 https://gemprep.org/nampa/ 2
## 1097 https://gemprep.org/nampa/ 2
## 1098 https://gemprep.org/nampa/ 2
## 1099 https://gemprep.org/nampa/ 2
## 1100 https://gemprep.org/nampa/ 2
## 1101 https://gemprep.org/nampa/ 2
## 1102 https://gemprep.org/nampa/ 2
## 1103 https://gemprep.org/nampa/ 2
## 1104 https://gemprep.org/nampa/ 2
## 1105 https://gemprep.org/nampa/ 2
## 1106 https://gemprep.org/nampa/ 2
## 1107 https://gemprep.org/nampa/ 2
## 1108 https://gemprep.org/nampa/ 2
## 1109 https://gemprep.org/nampa/ 2
## 1110 https://gemprep.org/nampa/ 2
## 1111 https://gemprep.org/nampa/ 2
## 1112 https://gemprep.org/nampa/ 2
## 1113 https://gemprep.org/nampa/ 2
## 1114 https://gemprep.org/nampa/ 2
## 1115 https://gemprep.org/nampa/ 2
## 1116 https://gemprep.org/nampa/ 2
## 1117 https://gibsonek.isd411.org/ 1
## 1118 https://gibsonek.isd411.org/ 1
## 1119 https://gibsonek.isd411.org/ 1
## 1120 https://gibsonek.isd411.org/ 1
## 1121 https://gibsonek.isd411.org/ 1
## 1122 https://gibsonek.isd411.org/ 1
## 1123 https://gibsonek.isd411.org/ 1
## 1124 https://gibsonek.isd411.org/ 1
## 1125 https://gibsonek.isd411.org/ 1
## 1126 https://gibsonek.isd411.org/ 1
## 1127 https://gibsonek.isd411.org/ 1
## 1128 https://gibsonek.isd411.org/ 1
## 1129 https://gibsonek.isd411.org/ 1
## 1130 https://gibsonek.isd411.org/ 1
## 1131 https://gibsonek.isd411.org/ 1
## 1132 https://gibsonek.isd411.org/ 1
## 1133 https://gibsonek.isd411.org/ 1
## 1134 https://gibsonek.isd411.org/ 1
## 1135 https://gibsonek.isd411.org/ 1
## 1136 https://gibsonek.isd411.org/ 1
## 1137 https://gibsonek.isd411.org/ 1
## 1138 https://gibsonek.isd411.org/ 1
## 1139 https://gibsonek.isd411.org/ 1
## 1140 https://gibsonek.isd411.org/ 1
## 1141 https://gibsonek.isd411.org/ 1
## 1142 https://gibsonek.isd411.org/ 1
## 1143 https://gibsonek.isd411.org/ 1
## 1144 https://gibsonek.isd411.org/ 1
## 1145 https://gibsonek.isd411.org/ 1
## 1146 https://gibsonek.isd411.org/ 1
## 1147 https://gibsonek.isd411.org/ 1
## 1148 https://gibsonek.isd411.org/ 1
## 1149 https://gibsonek.isd411.org/ 1
## 1150 https://gibsonek.isd411.org/ 1
## 1151 https://gibsonek.isd411.org/ 1
## 1152 https://gibsonek.isd411.org/ 1
## 1153 https://gibsonek.isd411.org/ 1
## 1154 https://gibsonek.isd411.org/ 1
## 1155 https://gibsonek.isd411.org/ 1
## 1156 https://gibsonek.isd411.org/ 1
## 1157 https://gibsonek.isd411.org/ 1
## 1158 https://gibsonek.isd411.org/ 1
## 1159 https://gibsonek.isd411.org/ 1
## 1160 https://gibsonek.isd411.org/ 1
## 1161 https://gibsonek.isd411.org/ 1
## 1162 https://gibsonek.isd411.org/ 1
## 1163 https://gibsonek.isd411.org/ 1
## 1164 https://gibsonek.isd411.org/ 1
## 1165 https://gibsonek.isd411.org/ 1
## 1166 https://gibsonek.isd411.org/ 1
## 1167 https://gibsonek.isd411.org/ 1
## 1168 https://gibsonek.isd411.org/ 1
## 1169 https://gibsonek.isd411.org/ 1
## 1170 https://gibsonek.isd411.org/ 1
## 1171 http://galsdenver.org/ 2
## 1172 http://galsdenver.org/ 2
## 1173 http://galsdenver.org/ 2
## 1174 http://galsdenver.org/ 2
## 1175 http://galsdenver.org/ 2
## 1176 http://galsdenver.org/ 2
## 1177 http://galsdenver.org/ 2
## 1178 http://galsdenver.org/ 2
## 1179 http://galsdenver.org/ 2
## 1180 http://galsdenver.org/ 2
## 1181 http://galsdenver.org/ 2
## 1182 http://galsdenver.org/ 2
## 1183 http://galsdenver.org/ 2
## 1184 http://galsdenver.org/ 2
## 1185 http://galsdenver.org/ 2
## 1186 http://galsdenver.org/ 2
## 1187 http://galsdenver.org/ 2
## 1188 http://galsdenver.org/ 2
## 1189 http://galsdenver.org/ 2
## 1190 http://galsdenver.org/ 2
## 1191 http://galsdenver.org/ 2
## 1192 http://galsdenver.org/ 2
## 1193 http://galsdenver.org/ 2
## 1194 http://galsdenver.org/ 2
## 1195 http://galsdenver.org/ 2
## 1196 http://galsdenver.org/ 2
## 1197 http://galsdenver.org/ 2
## 1198 http://galsdenver.org/ 2
## 1199 http://galsdenver.org/ 2
## 1200 http://galsdenver.org/ 2
## 1201 http://galsdenver.org/ 2
## 1202 http://galsdenver.org/ 2
## 1203 http://galsdenver.org/ 2
## 1204 http://galsdenver.org/ 2
## 1205 http://galsdenver.org/ 2
## 1206 http://galsdenver.org/ 2
## 1207 http://galsdenver.org/ 2
## 1208 http://galsdenver.org/ 2
## 1209 http://galsdenver.org/ 2
## 1210 http://galsdenver.org/ 2
## 1211 http://galsdenver.org/ 2
## 1212 http://galsdenver.org/ 2
## 1213 http://galsdenver.org/ 2
## 1214 http://galsdenver.org/ 2
## 1215 http://galsdenver.org/ 2
## 1216 http://galsdenver.org/ 2
## 1217 http://galsdenver.org/ 2
## 1218 http://galsdenver.org/ 2
## 1219 http://galsdenver.org/ 2
## 1220 http://galsdenver.org/ 2
## 1221 http://www.havenacademy.org 2
## 1222 http://www.havenacademy.org 2
## 1223 http://www.havenacademy.org 2
## 1224 http://www.havenacademy.org 2
## 1225 http://www.havenacademy.org 2
## 1226 http://www.havenacademy.org 2
## 1227 http://www.havenacademy.org 2
## 1228 http://www.havenacademy.org 2
## 1229 http://www.havenacademy.org 2
## 1230 http://www.havenacademy.org 2
## 1231 http://www.havenacademy.org 2
## 1232 http://www.havenacademy.org 2
## 1233 http://www.havenacademy.org 2
## 1234 http://www.havenacademy.org 2
## 1235 http://www.havenacademy.org 2
## 1236 http://www.havenacademy.org 2
## 1237 http://www.havenacademy.org 2
## 1238 http://www.havenacademy.org 2
## 1239 http://www.havenacademy.org 2
## 1240 http://www.havenacademy.org 2
## 1241 http://www.havenacademy.org 2
## 1242 http://www.havenacademy.org 2
## 1243 http://www.havenacademy.org 2
## 1244 http://www.havenacademy.org 2
## 1245 http://www.havenacademy.org 2
## 1246 http://www.havenacademy.org 2
## 1247 http://www.havenacademy.org 2
## 1248 http://www.havenacademy.org 2
## 1249 http://www.havenacademy.org 2
## 1250 http://www.havenacademy.org 2
## 1251 http://www.havenacademy.org 2
## 1252 http://www.havenacademy.org 2
## 1253 http://www.havenacademy.org 2
## 1254 http://www.havenacademy.org 2
## 1255 http://www.havenacademy.org 2
## 1256 http://www.havenacademy.org 2
## 1257 http://www.havenacademy.org 2
## 1258 http://www.havenacademy.org 2
## 1259 http://www.havenacademy.org 2
## 1260 http://www.havenacademy.org 2
## 1261 http://www.havenacademy.org 2
## 1262 http://www.havenacademy.org 2
## 1263 http://www.havenacademy.org 2
## 1264 http://www.havenacademy.org 2
## 1265 http://www.havenacademy.org 2
## 1266 http://www.havenacademy.org 2
## 1267 http://www.havenacademy.org 2
## 1268 http://www.havenacademy.org 2
## 1269 http://www.havenacademy.org 2
## 1270 http://www.havenacademy.org 2
## 1271 http://www.havenacademy.org 2
## 1272 http://www.havenacademy.org 2
## 1273 http://www.clkschools.org 1
## 1274 http://www.clkschools.org 1
## 1275 http://www.clkschools.org 1
## 1276 http://www.clkschools.org 1
## 1277 http://www.clkschools.org 1
## 1278 http://www.clkschools.org 1
## 1279 http://www.clkschools.org 1
## 1280 http://www.clkschools.org 1
## 1281 http://www.clkschools.org 1
## 1282 http://www.clkschools.org 1
## 1283 http://www.clkschools.org 1
## 1284 http://www.clkschools.org 1
## 1285 http://www.clkschools.org 1
## 1286 http://www.clkschools.org 1
## 1287 http://www.clkschools.org 1
## 1288 http://www.clkschools.org 1
## 1289 http://www.clkschools.org 1
## 1290 http://www.clkschools.org 1
## 1291 http://www.clkschools.org 1
## 1292 http://www.clkschools.org 1
## 1293 http://www.clkschools.org 1
## 1294 http://www.clkschools.org 1
## 1295 http://www.clkschools.org 1
## 1296 http://www.clkschools.org 1
## 1297 http://www.clkschools.org 1
## 1298 http://www.clkschools.org 1
## 1299 http://www.clkschools.org 1
## 1300 http://www.clkschools.org 1
## 1301 http://www.clkschools.org 1
## 1302 http://www.clkschools.org 1
## 1303 http://www.clkschools.org 1
## 1304 http://www.clkschools.org 1
## 1305 http://www.clkschools.org 1
## 1306 http://www.hu-ms2.org 2
## 1307 http://www.hu-ms2.org 2
## 1308 http://www.hu-ms2.org 2
## 1309 http://www.hu-ms2.org 2
## 1310 http://www.hu-ms2.org 2
## 1311 http://www.hu-ms2.org 2
## 1312 http://www.hu-ms2.org 2
## 1313 http://www.hu-ms2.org 2
## 1314 http://www.hu-ms2.org 2
## 1315 http://www.hu-ms2.org 2
## 1316 http://www.hu-ms2.org 2
## 1317 http://www.hu-ms2.org 2
## 1318 http://www.hu-ms2.org 2
## 1319 http://www.hu-ms2.org 2
## 1320 http://www.hu-ms2.org 2
## 1321 http://www.hu-ms2.org 2
## 1322 http://www.hu-ms2.org 2
## 1323 http://www.hu-ms2.org 2
## 1324 http://www.hu-ms2.org 2
## 1325 http://www.hu-ms2.org 2
## 1326 http://www.hu-ms2.org 2
## 1327 http://www.hu-ms2.org 2
## 1328 http://www.hu-ms2.org 2
## 1329 http://www.hu-ms2.org 2
## 1330 http://www.hu-ms2.org 2
## 1331 http://www.hu-ms2.org 2
## 1332 http://www.hu-ms2.org 2
## 1333 http://www.hu-ms2.org 2
## 1334 http://www.hu-ms2.org 2
## 1335 http://www.hu-ms2.org 2
## 1336 http://www.hu-ms2.org 2
## 1337 http://www.hu-ms2.org 2
## 1338 http://www.hu-ms2.org 2
## 1339 http://www.hu-ms2.org 2
## 1340 http://www.hu-ms2.org 2
## 1341 http://www.hu-ms2.org 2
## 1342 http://www.hu-ms2.org 2
## 1343 http://www.hu-ms2.org 2
## 1344 http://www.hu-ms2.org 2
## 1345 http://www.hu-ms2.org 2
## 1346 http://www.hu-ms2.org 2
## 1347 http://www.hu-ms2.org 2
## 1348 http://www.hu-ms2.org 2
## 1349 http://www.hu-ms2.org 2
## 1350 http://www.hu-ms2.org 2
## 1351 http://www.hu-ms2.org 2
## 1352 http://www.hu-ms2.org 2
## 1353 http://www.hu-ms2.org 2
## 1354 http://www.hu-ms2.org 2
## 1355 http://www.hu-ms2.org 2
## 1356 http://www.hu-ms2.org 2
## 1357 http://www.hu-ms2.org 2
## 1358 http://www.hu-ms2.org 2
## 1359 http://www.hu-ms2.org 2
## 1360 http://www.hu-ms2.org 2
## 1361 http://www.impactps.org 2
## 1362 http://www.impactps.org 2
## 1363 http://www.impactps.org 2
## 1364 http://www.impactps.org 2
## 1365 http://www.impactps.org 2
## 1366 http://www.impactps.org 2
## 1367 http://www.impactps.org 2
## 1368 http://www.impactps.org 2
## 1369 http://www.impactps.org 2
## 1370 http://www.impactps.org 2
## 1371 http://www.impactps.org 2
## 1372 http://www.impactps.org 2
## 1373 http://www.impactps.org 2
## 1374 http://www.impactps.org 2
## 1375 http://www.impactps.org 2
## 1376 http://www.impactps.org 2
## 1377 http://www.impactps.org 2
## 1378 http://www.impactps.org 2
## 1379 http://www.impactps.org 2
## 1380 http://www.impactps.org 2
## 1381 http://www.impactps.org 2
## 1382 http://www.impactps.org 2
## 1383 http://www.impactps.org 2
## 1384 http://www.impactps.org 2
## 1385 http://www.impactps.org 2
## 1386 http://www.impactps.org 2
## 1387 http://www.impactps.org 2
## 1388 http://www.impactps.org 2
## 1389 http://www.impactps.org 2
## 1390 http://www.impactps.org 2
## 1391 http://www.impactps.org 2
## 1392 http://www.impactps.org 2
## 1393 http://www.impactps.org 2
## 1394 http://www.impactps.org 2
## 1395 http://www.impactps.org 2
## 1396 http://www.impactps.org 2
## 1397 http://www.impactps.org 2
## 1398 http://www.impactps.org 2
## 1399 http://www.impactps.org 2
## 1400 www.juabsd.org 1
## 1401 www.juabsd.org 1
## 1402 www.juabsd.org 1
## 1403 www.juabsd.org 1
## 1404 www.juabsd.org 1
## 1405 www.juabsd.org 1
## 1406 www.juabsd.org 1
## 1407 www.juabsd.org 1
## 1408 www.juabsd.org 1
## 1409 www.juabsd.org 1
## 1410 www.juabsd.org 1
## 1411 www.juabsd.org 1
## 1412 www.juabsd.org 1
## 1413 www.juabsd.org 1
## 1414 www.juabsd.org 1
## 1415 www.juabsd.org 1
## 1416 www.juabsd.org 1
## 1417 www.juabsd.org 1
## 1418 www.juabsd.org 1
## 1419 www.juabsd.org 1
## 1420 www.juabsd.org 1
## 1421 www.juabsd.org 1
## 1422 www.juabsd.org 1
## 1423 www.juabsd.org 1
## 1424 www.juabsd.org 1
## 1425 www.juabsd.org 1
## 1426 www.juabsd.org 1
## 1427 www.juabsd.org 1
## 1428 www.juabsd.org 1
## 1429 www.juabsd.org 1
## 1430 www.juabsd.org 1
## 1431 www.juabsd.org 1
## 1432 www.juabsd.org 1
## 1433 www.juabsd.org 1
## 1434 www.juabsd.org 1
## 1435 www.juabsd.org 1
## 1436 www.juabsd.org 1
## 1437 www.juabsd.org 1
## 1438 www.juabsd.org 1
## 1439 http://www.kippma.org 2
## 1440 http://www.kippma.org 2
## 1441 http://www.kippma.org 2
## 1442 http://www.kippma.org 2
## 1443 http://www.kippma.org 2
## 1444 http://www.kippma.org 2
## 1445 http://www.kippma.org 2
## 1446 http://www.kippma.org 2
## 1447 http://www.kippma.org 2
## 1448 http://www.kippma.org 2
## 1449 http://www.kippma.org 2
## 1450 http://www.kippma.org 2
## 1451 http://www.kippma.org 2
## 1452 http://www.kippma.org 2
## 1453 http://www.kippma.org 2
## 1454 http://www.kippma.org 2
## 1455 http://www.kippma.org 2
## 1456 http://www.kippma.org 2
## 1457 http://www.kippma.org 2
## 1458 http://www.kippma.org 2
## 1459 http://www.kippma.org 2
## 1460 http://www.kippma.org 2
## 1461 http://www.kippma.org 2
## 1462 http://www.kippma.org 2
## 1463 http://www.kippma.org 2
## 1464 http://www.kippma.org 2
## 1465 http://www.kippma.org 2
## 1466 http://www.kippma.org 2
## 1467 http://www.kippma.org 2
## 1468 http://www.kippma.org 2
## 1469 http://www.kippma.org 2
## 1470 http://magnolia.montessoriforall.org 2
## school_descriptor_homeschool school_descriptor_hybrid
## 1 0 0
## 2 0 0
## 3 0 0
## 4 0 0
## 5 0 0
## 6 0 0
## 7 0 0
## 8 0 0
## 9 0 0
## 10 0 0
## 11 0 0
## 12 0 0
## 13 0 0
## 14 0 0
## 15 0 0
## 16 0 0
## 17 0 0
## 18 0 0
## 19 0 0
## 20 0 0
## 21 0 0
## 22 0 0
## 23 0 0
## 24 0 0
## 25 0 0
## 26 0 0
## 27 0 0
## 28 0 0
## 29 0 0
## 30 0 0
## 31 0 0
## 32 0 0
## 33 0 0
## 34 0 0
## 35 0 0
## 36 0 0
## 37 0 0
## 38 0 0
## 39 0 0
## 40 0 0
## 41 0 0
## 42 0 0
## 43 0 0
## 44 0 0
## 45 0 0
## 46 0 0
## 47 0 0
## 48 0 0
## 49 0 0
## 50 0 0
## 51 0 0
## 52 0 0
## 53 0 0
## 54 0 0
## 55 0 0
## 56 0 0
## 57 0 0
## 58 0 0
## 59 0 0
## 60 0 0
## 61 0 0
## 62 0 0
## 63 0 0
## 64 0 0
## 65 0 0
## 66 0 0
## 67 0 0
## 68 0 0
## 69 0 0
## 70 0 0
## 71 0 0
## 72 0 0
## 73 0 0
## 74 0 0
## 75 0 0
## 76 0 0
## 77 0 0
## 78 0 0
## 79 0 0
## 80 0 0
## 81 0 0
## 82 0 0
## 83 0 0
## 84 0 0
## 85 0 0
## 86 0 0
## 87 0 0
## 88 0 0
## 89 0 0
## 90 0 0
## 91 0 0
## 92 0 0
## 93 0 0
## 94 0 0
## 95 0 0
## 96 0 0
## 97 0 0
## 98 0 0
## 99 0 0
## 100 0 0
## 101 0 0
## 102 0 0
## 103 0 0
## 104 0 1
## 105 0 1
## 106 0 1
## 107 0 1
## 108 0 1
## 109 0 1
## 110 0 1
## 111 0 1
## 112 0 1
## 113 0 1
## 114 0 1
## 115 0 1
## 116 0 1
## 117 0 1
## 118 0 1
## 119 0 1
## 120 0 1
## 121 0 1
## 122 0 1
## 123 0 1
## 124 0 1
## 125 0 1
## 126 0 1
## 127 0 1
## 128 0 1
## 129 0 1
## 130 0 1
## 131 0 1
## 132 0 1
## 133 0 1
## 134 0 1
## 135 0 1
## 136 0 1
## 137 0 1
## 138 0 1
## 139 0 1
## 140 0 1
## 141 0 1
## 142 0 1
## 143 0 1
## 144 0 1
## 145 0 1
## 146 0 1
## 147 0 1
## 148 0 1
## 149 0 1
## 150 0 1
## 151 0 1
## 152 0 1
## 153 0 1
## 154 0 1
## 155 0 1
## 156 0 1
## 157 0 1
## 158 0 1
## 159 0 1
## 160 0 1
## 161 0 1
## 162 0 1
## 163 0 1
## 164 0 0
## 165 0 0
## 166 0 0
## 167 0 0
## 168 0 0
## 169 0 0
## 170 0 0
## 171 0 0
## 172 0 0
## 173 0 0
## 174 0 0
## 175 0 0
## 176 0 0
## 177 0 0
## 178 0 0
## 179 0 0
## 180 0 0
## 181 0 0
## 182 0 0
## 183 0 0
## 184 0 0
## 185 0 0
## 186 0 0
## 187 0 0
## 188 0 0
## 189 0 0
## 190 0 0
## 191 0 0
## 192 0 0
## 193 0 0
## 194 0 0
## 195 0 0
## 196 0 0
## 197 0 0
## 198 0 0
## 199 0 0
## 200 0 0
## 201 0 0
## 202 0 0
## 203 0 0
## 204 0 0
## 205 0 0
## 206 0 0
## 207 0 0
## 208 0 0
## 209 0 0
## 210 0 0
## 211 0 0
## 212 0 0
## 213 0 0
## 214 0 0
## 215 0 0
## 216 0 0
## 217 0 0
## 218 0 0
## 219 0 0
## 220 0 0
## 221 0 0
## 222 0 0
## 223 0 0
## 224 0 0
## 225 0 0
## 226 0 0
## 227 0 0
## 228 0 0
## 229 0 0
## 230 0 0
## 231 0 0
## 232 0 0
## 233 0 0
## 234 0 0
## 235 0 0
## 236 0 0
## 237 0 0
## 238 0 0
## 239 0 0
## 240 0 0
## 241 0 0
## 242 0 0
## 243 0 0
## 244 0 0
## 245 0 0
## 246 0 0
## 247 0 0
## 248 0 0
## 249 0 0
## 250 0 0
## 251 0 0
## 252 0 0
## 253 0 0
## 254 0 0
## 255 0 0
## 256 0 0
## 257 0 0
## 258 0 0
## 259 0 0
## 260 0 0
## 261 0 0
## 262 0 0
## 263 0 0
## 264 0 0
## 265 0 0
## 266 0 0
## 267 0 0
## 268 0 0
## 269 0 0
## 270 0 0
## 271 0 0
## 272 0 0
## 273 0 0
## 274 0 0
## 275 0 0
## 276 0 0
## 277 0 0
## 278 0 0
## 279 0 1
## 280 0 1
## 281 0 1
## 282 0 1
## 283 0 1
## 284 0 1
## 285 0 1
## 286 0 1
## 287 0 1
## 288 0 1
## 289 0 1
## 290 0 1
## 291 0 1
## 292 0 1
## 293 0 1
## 294 0 1
## 295 0 1
## 296 0 1
## 297 0 1
## 298 0 1
## 299 0 1
## 300 0 1
## 301 0 1
## 302 0 1
## 303 0 1
## 304 0 1
## 305 0 1
## 306 0 1
## 307 0 1
## 308 0 1
## 309 0 1
## 310 0 1
## 311 0 1
## 312 0 1
## 313 0 1
## 314 0 1
## 315 0 1
## 316 0 1
## 317 0 1
## 318 0 1
## 319 0 1
## 320 0 1
## 321 0 1
## 322 0 1
## 323 0 1
## 324 0 1
## 325 0 1
## 326 0 1
## 327 0 1
## 328 0 1
## 329 0 1
## 330 0 1
## 331 0 1
## 332 0 1
## 333 0 1
## 334 0 1
## 335 0 1
## 336 0 1
## 337 0 1
## 338 0 1
## 339 0 1
## 340 0 1
## 341 0 0
## 342 0 0
## 343 0 0
## 344 0 0
## 345 0 0
## 346 0 0
## 347 0 0
## 348 0 0
## 349 0 0
## 350 0 0
## 351 0 0
## 352 0 0
## 353 0 0
## 354 0 0
## 355 0 0
## 356 0 0
## 357 0 0
## 358 0 0
## 359 0 0
## 360 0 0
## 361 0 0
## 362 0 0
## 363 0 0
## 364 0 0
## 365 0 0
## 366 0 0
## 367 0 0
## 368 0 0
## 369 0 0
## 370 0 0
## 371 0 0
## 372 0 0
## 373 0 0
## 374 0 0
## 375 0 0
## 376 0 0
## 377 0 0
## 378 0 0
## 379 0 0
## 380 0 0
## 381 0 0
## 382 0 0
## 383 0 0
## 384 0 0
## 385 0 0
## 386 0 0
## 387 0 0
## 388 0 0
## 389 0 0
## 390 0 0
## 391 0 0
## 392 0 0
## 393 0 0
## 394 0 0
## 395 0 0
## 396 0 0
## 397 0 0
## 398 0 0
## 399 0 0
## 400 0 0
## 401 0 0
## 402 0 0
## 403 0 0
## 404 0 0
## 405 0 0
## 406 0 0
## 407 0 0
## 408 0 0
## 409 0 0
## 410 0 0
## 411 0 0
## 412 0 0
## 413 0 0
## 414 0 0
## 415 0 0
## 416 0 0
## 417 0 0
## 418 0 0
## 419 0 0
## 420 0 0
## 421 0 0
## 422 0 0
## 423 0 0
## 424 0 0
## 425 0 0
## 426 0 0
## 427 0 0
## 428 0 0
## 429 0 0
## 430 0 0
## 431 0 0
## 432 0 0
## 433 0 0
## 434 0 0
## 435 0 0
## 436 0 0
## 437 0 0
## 438 0 0
## 439 0 0
## 440 0 0
## 441 0 0
## 442 0 0
## 443 0 0
## 444 0 0
## 445 0 0
## 446 0 0
## 447 0 0
## 448 0 0
## 449 0 0
## 450 0 0
## 451 0 0
## 452 0 0
## 453 0 0
## 454 0 0
## 455 0 0
## 456 0 0
## 457 0 0
## 458 0 0
## 459 0 0
## 460 0 0
## 461 0 0
## 462 0 0
## 463 0 0
## 464 0 0
## 465 0 0
## 466 0 0
## 467 0 0
## 468 0 0
## 469 0 0
## 470 0 0
## 471 0 0
## 472 0 0
## 473 0 0
## 474 0 0
## 475 0 0
## 476 0 0
## 477 0 0
## 478 0 0
## 479 0 0
## 480 0 0
## 481 0 0
## 482 0 0
## 483 0 0
## 484 0 0
## 485 0 0
## 486 0 0
## 487 0 0
## 488 0 0
## 489 0 0
## 490 0 0
## 491 0 0
## 492 0 0
## 493 0 0
## 494 0 0
## 495 0 0
## 496 0 0
## 497 0 0
## 498 0 0
## 499 0 0
## 500 0 0
## 501 0 0
## 502 0 0
## 503 0 0
## 504 0 0
## 505 0 0
## 506 0 0
## 507 0 0
## 508 0 0
## 509 0 0
## 510 0 0
## 511 0 0
## 512 0 0
## 513 0 0
## 514 0 0
## 515 0 0
## 516 0 0
## 517 0 0
## 518 0 0
## 519 0 0
## 520 0 0
## 521 0 0
## 522 0 0
## 523 0 0
## 524 0 0
## 525 0 0
## 526 0 0
## 527 0 0
## 528 0 0
## 529 0 0
## 530 0 0
## 531 0 0
## 532 0 0
## 533 0 0
## 534 0 0
## 535 0 0
## 536 0 0
## 537 0 0
## 538 0 0
## 539 0 0
## 540 0 0
## 541 0 0
## 542 0 0
## 543 0 0
## 544 0 0
## 545 0 0
## 546 0 0
## 547 0 0
## 548 0 0
## 549 0 0
## 550 0 0
## 551 0 0
## 552 0 0
## 553 0 0
## 554 0 0
## 555 0 0
## 556 0 0
## 557 0 0
## 558 0 0
## 559 0 0
## 560 0 0
## 561 0 0
## 562 0 0
## 563 0 0
## 564 0 0
## 565 0 0
## 566 0 0
## 567 0 0
## 568 0 0
## 569 0 0
## 570 0 0
## 571 0 0
## 572 0 0
## 573 0 0
## 574 0 0
## 575 0 0
## 576 0 0
## 577 0 0
## 578 0 0
## 579 0 0
## 580 0 0
## 581 0 0
## 582 0 0
## 583 0 0
## 584 0 0
## 585 0 0
## 586 0 0
## 587 0 0
## 588 0 0
## 589 0 0
## 590 0 0
## 591 0 0
## 592 0 0
## 593 0 0
## 594 0 0
## 595 0 0
## 596 0 0
## 597 0 0
## 598 0 0
## 599 0 0
## 600 0 0
## 601 0 0
## 602 0 0
## 603 0 0
## 604 0 0
## 605 0 0
## 606 0 0
## 607 0 0
## 608 0 0
## 609 0 0
## 610 0 0
## 611 0 0
## 612 0 0
## 613 0 0
## 614 0 0
## 615 0 0
## 616 0 0
## 617 0 0
## 618 0 0
## 619 0 0
## 620 0 0
## 621 0 0
## 622 0 0
## 623 0 0
## 624 0 0
## 625 0 0
## 626 0 0
## 627 0 0
## 628 0 0
## 629 0 0
## 630 0 0
## 631 0 0
## 632 0 0
## 633 0 0
## 634 0 0
## 635 0 0
## 636 0 0
## 637 0 0
## 638 0 0
## 639 0 0
## 640 0 0
## 641 0 0
## 642 0 0
## 643 0 0
## 644 0 0
## 645 0 0
## 646 0 0
## 647 0 0
## 648 0 0
## 649 0 0
## 650 0 0
## 651 0 0
## 652 0 0
## 653 0 0
## 654 0 0
## 655 0 0
## 656 0 0
## 657 0 0
## 658 0 0
## 659 0 0
## 660 0 0
## 661 0 0
## 662 0 0
## 663 0 0
## 664 0 0
## 665 0 0
## 666 0 0
## 667 0 0
## 668 0 0
## 669 0 0
## 670 0 0
## 671 0 0
## 672 0 0
## 673 0 0
## 674 0 0
## 675 0 0
## 676 0 0
## 677 0 0
## 678 0 0
## 679 0 0
## 680 0 0
## 681 0 0
## 682 0 0
## 683 0 0
## 684 0 0
## 685 0 0
## 686 0 0
## 687 0 0
## 688 0 0
## 689 0 0
## 690 0 0
## 691 0 0
## 692 0 0
## 693 0 0
## 694 0 0
## 695 0 0
## 696 0 0
## 697 0 0
## 698 0 0
## 699 0 0
## 700 0 0
## 701 0 0
## 702 0 0
## 703 0 0
## 704 0 0
## 705 0 0
## 706 0 0
## 707 0 0
## 708 0 0
## 709 0 0
## 710 0 0
## 711 0 0
## 712 0 0
## 713 0 0
## 714 0 0
## 715 0 0
## 716 0 0
## 717 0 0
## 718 0 0
## 719 0 0
## 720 0 0
## 721 0 0
## 722 0 0
## 723 0 0
## 724 0 0
## 725 0 0
## 726 0 0
## 727 0 0
## 728 0 0
## 729 0 0
## 730 0 0
## 731 0 0
## 732 0 0
## 733 0 0
## 734 0 0
## 735 0 0
## 736 0 0
## 737 0 0
## 738 0 0
## 739 0 0
## 740 0 0
## 741 0 0
## 742 0 0
## 743 0 0
## 744 0 0
## 745 0 0
## 746 0 0
## 747 0 0
## 748 0 0
## 749 0 0
## 750 0 0
## 751 0 0
## 752 0 0
## 753 0 0
## 754 0 0
## 755 0 0
## 756 0 0
## 757 0 0
## 758 0 0
## 759 0 0
## 760 0 0
## 761 0 0
## 762 0 0
## 763 0 0
## 764 0 0
## 765 0 0
## 766 0 0
## 767 0 0
## 768 0 0
## 769 0 0
## 770 0 0
## 771 0 0
## 772 0 0
## 773 0 0
## 774 0 0
## 775 0 0
## 776 0 0
## 777 0 0
## 778 0 0
## 779 0 0
## 780 0 0
## 781 0 0
## 782 0 0
## 783 0 0
## 784 0 0
## 785 0 0
## 786 0 0
## 787 0 0
## 788 0 0
## 789 0 0
## 790 0 0
## 791 0 0
## 792 0 0
## 793 0 0
## 794 0 0
## 795 0 0
## 796 0 0
## 797 0 0
## 798 0 0
## 799 0 0
## 800 0 0
## 801 0 0
## 802 0 0
## 803 0 0
## 804 0 0
## 805 0 0
## 806 0 0
## 807 0 0
## 808 0 0
## 809 0 0
## 810 0 0
## 811 0 0
## 812 0 0
## 813 0 0
## 814 0 0
## 815 0 0
## 816 0 0
## 817 0 0
## 818 0 0
## 819 0 0
## 820 0 0
## 821 0 0
## 822 0 0
## 823 0 0
## 824 0 0
## 825 0 0
## 826 0 0
## 827 0 0
## 828 0 0
## 829 0 0
## 830 0 0
## 831 0 0
## 832 0 0
## 833 0 0
## 834 0 0
## 835 0 0
## 836 0 0
## 837 0 0
## 838 0 0
## 839 0 0
## 840 0 0
## 841 0 0
## 842 0 0
## 843 0 0
## 844 0 0
## 845 0 0
## 846 0 0
## 847 0 0
## 848 0 0
## 849 0 0
## 850 0 0
## 851 0 0
## 852 0 0
## 853 0 0
## 854 0 0
## 855 0 0
## 856 0 0
## 857 0 0
## 858 0 0
## 859 0 0
## 860 0 0
## 861 0 0
## 862 0 0
## 863 0 0
## 864 0 0
## 865 0 0
## 866 0 0
## 867 0 0
## 868 0 0
## 869 0 0
## 870 0 0
## 871 0 0
## 872 0 0
## 873 0 0
## 874 0 0
## 875 0 0
## 876 0 0
## 877 0 0
## 878 0 0
## 879 0 0
## 880 0 0
## 881 0 0
## 882 0 0
## 883 0 0
## 884 0 0
## 885 0 0
## 886 0 0
## 887 0 0
## 888 0 0
## 889 0 0
## 890 0 0
## 891 0 0
## 892 0 0
## 893 0 0
## 894 0 0
## 895 0 0
## 896 0 0
## 897 0 0
## 898 0 0
## 899 0 0
## 900 0 0
## 901 0 0
## 902 0 0
## 903 0 0
## 904 0 0
## 905 0 0
## 906 0 0
## 907 0 0
## 908 0 0
## 909 0 0
## 910 0 0
## 911 0 0
## 912 0 0
## 913 0 0
## 914 0 0
## 915 0 0
## 916 0 0
## 917 0 0
## 918 0 0
## 919 0 0
## 920 0 0
## 921 0 0
## 922 0 0
## 923 0 0
## 924 0 0
## 925 0 0
## 926 0 0
## 927 0 0
## 928 0 0
## 929 0 0
## 930 0 0
## 931 0 0
## 932 0 0
## 933 0 0
## 934 0 0
## 935 0 0
## 936 0 0
## 937 0 0
## 938 0 0
## 939 0 0
## 940 0 0
## 941 0 0
## 942 0 0
## 943 0 0
## 944 0 0
## 945 0 0
## 946 0 0
## 947 0 0
## 948 0 0
## 949 0 0
## 950 0 0
## 951 0 0
## 952 0 0
## 953 0 0
## 954 0 0
## 955 0 0
## 956 0 0
## 957 0 0
## 958 0 0
## 959 0 0
## 960 0 0
## 961 0 0
## 962 0 0
## 963 0 0
## 964 0 0
## 965 0 0
## 966 0 0
## 967 0 0
## 968 0 0
## 969 0 0
## 970 0 0
## 971 0 0
## 972 0 0
## 973 0 0
## 974 0 0
## 975 0 0
## 976 0 0
## 977 0 0
## 978 0 0
## 979 0 0
## 980 0 0
## 981 0 0
## 982 0 0
## 983 0 0
## 984 0 0
## 985 0 0
## 986 0 0
## 987 0 0
## 988 0 0
## 989 0 0
## 990 0 0
## 991 0 0
## 992 0 0
## 993 0 0
## 994 0 0
## 995 0 0
## 996 0 0
## 997 0 0
## 998 0 0
## 999 0 0
## 1000 0 0
## 1001 0 0
## 1002 0 0
## 1003 0 0
## 1004 0 0
## 1005 0 0
## 1006 0 0
## 1007 0 0
## 1008 0 0
## 1009 0 0
## 1010 0 0
## 1011 0 0
## 1012 0 0
## 1013 0 0
## 1014 0 0
## 1015 0 0
## 1016 0 0
## 1017 0 0
## 1018 0 0
## 1019 0 0
## 1020 0 0
## 1021 0 0
## 1022 0 0
## 1023 0 0
## 1024 0 0
## 1025 0 0
## 1026 0 0
## 1027 0 0
## 1028 0 0
## 1029 0 0
## 1030 0 0
## 1031 0 0
## 1032 0 0
## 1033 0 0
## 1034 0 0
## 1035 0 0
## 1036 0 0
## 1037 0 0
## 1038 0 0
## 1039 0 0
## 1040 0 0
## 1041 0 0
## 1042 0 0
## 1043 0 0
## 1044 0 0
## 1045 0 0
## 1046 0 0
## 1047 0 0
## 1048 0 0
## 1049 0 0
## 1050 0 0
## 1051 0 0
## 1052 0 0
## 1053 0 0
## 1054 0 0
## 1055 0 0
## 1056 0 0
## 1057 0 0
## 1058 0 0
## 1059 0 0
## 1060 0 0
## 1061 0 0
## 1062 0 0
## 1063 0 0
## 1064 0 0
## 1065 0 0
## 1066 0 0
## 1067 0 0
## 1068 0 0
## 1069 0 0
## 1070 0 0
## 1071 0 0
## 1072 0 0
## 1073 0 0
## 1074 0 0
## 1075 0 0
## 1076 0 0
## 1077 0 0
## 1078 0 0
## 1079 0 0
## 1080 0 0
## 1081 0 0
## 1082 0 0
## 1083 0 0
## 1084 0 0
## 1085 0 0
## 1086 0 0
## 1087 0 0
## 1088 0 0
## 1089 0 0
## 1090 0 0
## 1091 0 0
## 1092 0 0
## 1093 0 0
## 1094 0 0
## 1095 0 0
## 1096 0 0
## 1097 0 0
## 1098 0 0
## 1099 0 0
## 1100 0 0
## 1101 0 0
## 1102 0 0
## 1103 0 0
## 1104 0 0
## 1105 0 0
## 1106 0 0
## 1107 0 0
## 1108 0 0
## 1109 0 0
## 1110 0 0
## 1111 0 0
## 1112 0 0
## 1113 0 0
## 1114 0 0
## 1115 0 0
## 1116 0 0
## 1117 0 0
## 1118 0 0
## 1119 0 0
## 1120 0 0
## 1121 0 0
## 1122 0 0
## 1123 0 0
## 1124 0 0
## 1125 0 0
## 1126 0 0
## 1127 0 0
## 1128 0 0
## 1129 0 0
## 1130 0 0
## 1131 0 0
## 1132 0 0
## 1133 0 0
## 1134 0 0
## 1135 0 0
## 1136 0 0
## 1137 0 0
## 1138 0 0
## 1139 0 0
## 1140 0 0
## 1141 0 0
## 1142 0 0
## 1143 0 0
## 1144 0 0
## 1145 0 0
## 1146 0 0
## 1147 0 0
## 1148 0 0
## 1149 0 0
## 1150 0 0
## 1151 0 0
## 1152 0 0
## 1153 0 0
## 1154 0 0
## 1155 0 0
## 1156 0 0
## 1157 0 0
## 1158 0 0
## 1159 0 0
## 1160 0 0
## 1161 0 0
## 1162 0 0
## 1163 0 0
## 1164 0 0
## 1165 0 0
## 1166 0 0
## 1167 0 0
## 1168 0 0
## 1169 0 0
## 1170 0 0
## 1171 0 0
## 1172 0 0
## 1173 0 0
## 1174 0 0
## 1175 0 0
## 1176 0 0
## 1177 0 0
## 1178 0 0
## 1179 0 0
## 1180 0 0
## 1181 0 0
## 1182 0 0
## 1183 0 0
## 1184 0 0
## 1185 0 0
## 1186 0 0
## 1187 0 0
## 1188 0 0
## 1189 0 0
## 1190 0 0
## 1191 0 0
## 1192 0 0
## 1193 0 0
## 1194 0 0
## 1195 0 0
## 1196 0 0
## 1197 0 0
## 1198 0 0
## 1199 0 0
## 1200 0 0
## 1201 0 0
## 1202 0 0
## 1203 0 0
## 1204 0 0
## 1205 0 0
## 1206 0 0
## 1207 0 0
## 1208 0 0
## 1209 0 0
## 1210 0 0
## 1211 0 0
## 1212 0 0
## 1213 0 0
## 1214 0 0
## 1215 0 0
## 1216 0 0
## 1217 0 0
## 1218 0 0
## 1219 0 0
## 1220 0 0
## 1221 0 0
## 1222 0 0
## 1223 0 0
## 1224 0 0
## 1225 0 0
## 1226 0 0
## 1227 0 0
## 1228 0 0
## 1229 0 0
## 1230 0 0
## 1231 0 0
## 1232 0 0
## 1233 0 0
## 1234 0 0
## 1235 0 0
## 1236 0 0
## 1237 0 0
## 1238 0 0
## 1239 0 0
## 1240 0 0
## 1241 0 0
## 1242 0 0
## 1243 0 0
## 1244 0 0
## 1245 0 0
## 1246 0 0
## 1247 0 0
## 1248 0 0
## 1249 0 0
## 1250 0 0
## 1251 0 0
## 1252 0 0
## 1253 0 0
## 1254 0 0
## 1255 0 0
## 1256 0 0
## 1257 0 0
## 1258 0 0
## 1259 0 0
## 1260 0 0
## 1261 0 0
## 1262 0 0
## 1263 0 0
## 1264 0 0
## 1265 0 0
## 1266 0 0
## 1267 0 0
## 1268 0 0
## 1269 0 0
## 1270 0 0
## 1271 0 0
## 1272 0 0
## 1273 0 0
## 1274 0 0
## 1275 0 0
## 1276 0 0
## 1277 0 0
## 1278 0 0
## 1279 0 0
## 1280 0 0
## 1281 0 0
## 1282 0 0
## 1283 0 0
## 1284 0 0
## 1285 0 0
## 1286 0 0
## 1287 0 0
## 1288 0 0
## 1289 0 0
## 1290 0 0
## 1291 0 0
## 1292 0 0
## 1293 0 0
## 1294 0 0
## 1295 0 0
## 1296 0 0
## 1297 0 0
## 1298 0 0
## 1299 0 0
## 1300 0 0
## 1301 0 0
## 1302 0 0
## 1303 0 0
## 1304 0 0
## 1305 0 0
## 1306 0 0
## 1307 0 0
## 1308 0 0
## 1309 0 0
## 1310 0 0
## 1311 0 0
## 1312 0 0
## 1313 0 0
## 1314 0 0
## 1315 0 0
## 1316 0 0
## 1317 0 0
## 1318 0 0
## 1319 0 0
## 1320 0 0
## 1321 0 0
## 1322 0 0
## 1323 0 0
## 1324 0 0
## 1325 0 0
## 1326 0 0
## 1327 0 0
## 1328 0 0
## 1329 0 0
## 1330 0 0
## 1331 0 0
## 1332 0 0
## 1333 0 0
## 1334 0 0
## 1335 0 0
## 1336 0 0
## 1337 0 0
## 1338 0 0
## 1339 0 0
## 1340 0 0
## 1341 0 0
## 1342 0 0
## 1343 0 0
## 1344 0 0
## 1345 0 0
## 1346 0 0
## 1347 0 0
## 1348 0 0
## 1349 0 0
## 1350 0 0
## 1351 0 0
## 1352 0 0
## 1353 0 0
## 1354 0 0
## 1355 0 0
## 1356 0 0
## 1357 0 0
## 1358 0 0
## 1359 0 0
## 1360 0 0
## 1361 0 0
## 1362 0 0
## 1363 0 0
## 1364 0 0
## 1365 0 0
## 1366 0 0
## 1367 0 0
## 1368 0 0
## 1369 0 0
## 1370 0 0
## 1371 0 0
## 1372 0 0
## 1373 0 0
## 1374 0 0
## 1375 0 0
## 1376 0 0
## 1377 0 0
## 1378 0 0
## 1379 0 0
## 1380 0 0
## 1381 0 0
## 1382 0 0
## 1383 0 0
## 1384 0 0
## 1385 0 0
## 1386 0 0
## 1387 0 0
## 1388 0 0
## 1389 0 0
## 1390 0 0
## 1391 0 0
## 1392 0 0
## 1393 0 0
## 1394 0 0
## 1395 0 0
## 1396 0 0
## 1397 0 0
## 1398 0 0
## 1399 0 0
## 1400 0 0
## 1401 0 0
## 1402 0 0
## 1403 0 0
## 1404 0 0
## 1405 0 0
## 1406 0 0
## 1407 0 0
## 1408 0 0
## 1409 0 0
## 1410 0 0
## 1411 0 0
## 1412 0 0
## 1413 0 0
## 1414 0 0
## 1415 0 0
## 1416 0 0
## 1417 0 0
## 1418 0 0
## 1419 0 0
## 1420 0 0
## 1421 0 0
## 1422 0 0
## 1423 0 0
## 1424 0 0
## 1425 0 0
## 1426 0 0
## 1427 0 0
## 1428 0 0
## 1429 0 0
## 1430 0 0
## 1431 0 0
## 1432 0 0
## 1433 0 0
## 1434 0 0
## 1435 0 0
## 1436 0 0
## 1437 0 0
## 1438 0 0
## 1439 0 0
## 1440 0 0
## 1441 0 0
## 1442 0 0
## 1443 0 0
## 1444 0 0
## 1445 0 0
## 1446 0 0
## 1447 0 0
## 1448 0 0
## 1449 0 0
## 1450 0 0
## 1451 0 0
## 1452 0 0
## 1453 0 0
## 1454 0 0
## 1455 0 0
## 1456 0 0
## 1457 0 0
## 1458 0 0
## 1459 0 0
## 1460 0 0
## 1461 0 0
## 1462 0 0
## 1463 0 0
## 1464 0 0
## 1465 0 0
## 1466 0 0
## 1467 0 0
## 1468 0 0
## 1469 0 0
## 1470 0 0
## school_descriptor_microschool school_descriptor_other
## 1 0 1
## 2 0 1
## 3 0 1
## 4 0 1
## 5 0 1
## 6 0 1
## 7 0 1
## 8 0 1
## 9 0 1
## 10 0 1
## 11 0 1
## 12 0 1
## 13 0 1
## 14 0 1
## 15 0 1
## 16 0 1
## 17 0 1
## 18 0 1
## 19 0 1
## 20 0 1
## 21 0 1
## 22 1 0
## 23 1 0
## 24 1 0
## 25 1 0
## 26 1 0
## 27 1 0
## 28 1 0
## 29 1 0
## 30 1 0
## 31 1 0
## 32 1 0
## 33 1 0
## 34 1 0
## 35 1 0
## 36 1 0
## 37 1 0
## 38 1 0
## 39 1 0
## 40 1 0
## 41 1 0
## 42 1 0
## 43 1 0
## 44 1 0
## 45 1 0
## 46 1 0
## 47 1 0
## 48 1 0
## 49 1 0
## 50 1 0
## 51 1 0
## 52 1 0
## 53 1 0
## 54 1 0
## 55 1 0
## 56 1 0
## 57 1 0
## 58 1 0
## 59 1 0
## 60 1 0
## 61 1 0
## 62 1 0
## 63 1 0
## 64 1 0
## 65 1 0
## 66 1 0
## 67 1 0
## 68 1 0
## 69 1 0
## 70 1 0
## 71 1 0
## 72 1 0
## 73 1 0
## 74 1 0
## 75 1 0
## 76 1 0
## 77 1 0
## 78 1 0
## 79 1 0
## 80 1 0
## 81 1 0
## 82 0 0
## 83 0 0
## 84 0 0
## 85 0 0
## 86 0 0
## 87 0 0
## 88 0 0
## 89 0 0
## 90 0 0
## 91 0 0
## 92 0 0
## 93 0 0
## 94 0 0
## 95 0 0
## 96 0 0
## 97 0 0
## 98 0 0
## 99 0 0
## 100 0 0
## 101 0 0
## 102 0 0
## 103 0 0
## 104 0 0
## 105 0 0
## 106 0 0
## 107 0 0
## 108 0 0
## 109 0 0
## 110 0 0
## 111 0 0
## 112 0 0
## 113 0 0
## 114 0 0
## 115 0 0
## 116 0 0
## 117 0 0
## 118 0 0
## 119 0 0
## 120 0 0
## 121 0 0
## 122 0 0
## 123 0 0
## 124 0 0
## 125 0 0
## 126 0 0
## 127 0 0
## 128 0 0
## 129 0 0
## 130 0 0
## 131 0 0
## 132 0 0
## 133 0 0
## 134 0 0
## 135 0 0
## 136 0 0
## 137 0 0
## 138 0 0
## 139 0 0
## 140 0 0
## 141 0 0
## 142 0 0
## 143 0 0
## 144 0 0
## 145 0 0
## 146 0 0
## 147 0 0
## 148 0 0
## 149 0 0
## 150 0 0
## 151 0 0
## 152 0 0
## 153 0 0
## 154 0 0
## 155 0 0
## 156 0 0
## 157 0 0
## 158 0 0
## 159 0 0
## 160 0 0
## 161 0 0
## 162 0 0
## 163 0 0
## 164 0 0
## 165 0 0
## 166 0 0
## 167 0 0
## 168 0 0
## 169 0 0
## 170 0 0
## 171 0 0
## 172 0 0
## 173 0 0
## 174 0 0
## 175 0 0
## 176 0 0
## 177 0 0
## 178 0 0
## 179 0 0
## 180 0 0
## 181 0 0
## 182 0 0
## 183 0 0
## 184 0 0
## 185 0 0
## 186 0 0
## 187 0 0
## 188 0 0
## 189 0 0
## 190 0 0
## 191 0 0
## 192 0 0
## 193 0 0
## 194 0 0
## 195 0 0
## 196 0 0
## 197 0 0
## 198 0 0
## 199 0 0
## 200 0 0
## 201 0 0
## 202 0 0
## 203 0 0
## 204 0 0
## 205 0 0
## 206 0 0
## 207 0 0
## 208 0 0
## 209 0 0
## 210 0 0
## 211 0 0
## 212 0 0
## 213 0 0
## 214 0 0
## 215 0 0
## 216 0 0
## 217 0 0
## 218 0 0
## 219 0 0
## 220 0 0
## 221 0 0
## 222 0 1
## 223 0 1
## 224 0 1
## 225 0 1
## 226 0 1
## 227 0 1
## 228 0 1
## 229 0 1
## 230 0 1
## 231 0 1
## 232 0 1
## 233 0 1
## 234 0 1
## 235 0 1
## 236 0 1
## 237 0 1
## 238 0 1
## 239 0 1
## 240 0 1
## 241 0 1
## 242 0 1
## 243 0 1
## 244 0 1
## 245 0 1
## 246 0 1
## 247 0 1
## 248 0 1
## 249 0 1
## 250 0 1
## 251 0 1
## 252 0 1
## 253 0 1
## 254 0 1
## 255 0 1
## 256 0 1
## 257 0 1
## 258 0 1
## 259 0 1
## 260 0 1
## 261 0 1
## 262 0 1
## 263 0 1
## 264 0 1
## 265 0 1
## 266 0 1
## 267 0 1
## 268 0 1
## 269 0 1
## 270 0 1
## 271 0 1
## 272 0 1
## 273 0 1
## 274 0 1
## 275 0 1
## 276 0 1
## 277 0 1
## 278 0 1
## 279 0 0
## 280 0 0
## 281 0 0
## 282 0 0
## 283 0 0
## 284 0 0
## 285 0 0
## 286 0 0
## 287 0 0
## 288 0 0
## 289 0 0
## 290 0 0
## 291 0 0
## 292 0 0
## 293 0 0
## 294 0 0
## 295 0 0
## 296 0 0
## 297 0 0
## 298 0 0
## 299 0 0
## 300 0 0
## 301 0 0
## 302 0 0
## 303 0 0
## 304 0 0
## 305 0 0
## 306 0 0
## 307 0 0
## 308 0 0
## 309 0 0
## 310 0 0
## 311 0 0
## 312 0 0
## 313 0 0
## 314 0 0
## 315 0 0
## 316 0 0
## 317 0 0
## 318 0 0
## 319 0 0
## 320 0 0
## 321 0 0
## 322 0 0
## 323 0 0
## 324 0 0
## 325 0 0
## 326 0 0
## 327 0 0
## 328 0 0
## 329 0 0
## 330 0 0
## 331 0 0
## 332 0 0
## 333 0 0
## 334 0 0
## 335 0 0
## 336 0 0
## 337 0 0
## 338 0 0
## 339 0 0
## 340 0 0
## 341 0 0
## 342 0 0
## 343 0 0
## 344 0 0
## 345 0 0
## 346 0 0
## 347 0 0
## 348 0 0
## 349 0 0
## 350 0 0
## 351 0 0
## 352 0 0
## 353 0 0
## 354 0 0
## 355 0 0
## 356 0 0
## 357 0 0
## 358 0 0
## 359 0 0
## 360 0 0
## 361 0 0
## 362 0 0
## 363 0 0
## 364 0 0
## 365 0 0
## 366 0 0
## 367 0 0
## 368 0 0
## 369 0 0
## 370 0 0
## 371 0 0
## 372 0 0
## 373 0 0
## 374 0 0
## 375 0 0
## 376 0 0
## 377 0 0
## 378 0 0
## 379 0 0
## 380 0 0
## 381 0 0
## 382 0 0
## 383 0 0
## 384 0 0
## 385 0 0
## 386 0 0
## 387 0 0
## 388 0 0
## 389 0 0
## 390 0 0
## 391 0 0
## 392 0 0
## 393 0 0
## 394 0 0
## 395 0 0
## 396 0 0
## 397 0 0
## 398 0 0
## 399 0 0
## 400 0 0
## 401 0 0
## 402 0 0
## 403 0 1
## 404 0 1
## 405 0 1
## 406 0 1
## 407 0 1
## 408 0 1
## 409 0 1
## 410 0 1
## 411 0 1
## 412 0 1
## 413 0 1
## 414 0 1
## 415 0 1
## 416 0 1
## 417 0 1
## 418 0 1
## 419 0 1
## 420 0 1
## 421 0 1
## 422 0 1
## 423 0 1
## 424 0 1
## 425 0 1
## 426 0 1
## 427 0 1
## 428 0 1
## 429 0 1
## 430 0 1
## 431 0 1
## 432 0 1
## 433 0 1
## 434 0 1
## 435 0 1
## 436 0 1
## 437 0 1
## 438 0 1
## 439 0 1
## 440 0 1
## 441 0 1
## 442 0 1
## 443 0 1
## 444 0 1
## 445 0 1
## 446 0 1
## 447 0 1
## 448 0 1
## 449 0 1
## 450 0 1
## 451 0 1
## 452 0 1
## 453 0 1
## 454 0 1
## 455 0 1
## 456 0 1
## 457 0 1
## 458 0 1
## 459 0 1
## 460 0 1
## 461 0 1
## 462 0 1
## 463 0 1
## 464 0 1
## 465 0 1
## 466 0 1
## 467 0 1
## 468 0 1
## 469 0 1
## 470 0 1
## 471 0 1
## 472 0 1
## 473 0 1
## 474 0 1
## 475 0 1
## 476 0 1
## 477 0 1
## 478 0 1
## 479 0 1
## 480 0 1
## 481 0 1
## 482 0 1
## 483 0 1
## 484 0 1
## 485 0 1
## 486 0 1
## 487 0 1
## 488 0 1
## 489 0 1
## 490 0 1
## 491 0 1
## 492 0 1
## 493 0 1
## 494 0 1
## 495 0 1
## 496 0 1
## 497 0 1
## 498 0 0
## 499 0 0
## 500 0 0
## 501 0 0
## 502 0 0
## 503 0 0
## 504 0 0
## 505 0 0
## 506 0 0
## 507 0 0
## 508 0 0
## 509 0 0
## 510 0 0
## 511 0 0
## 512 0 0
## 513 0 0
## 514 0 0
## 515 0 0
## 516 0 0
## 517 0 0
## 518 0 0
## 519 0 0
## 520 0 0
## 521 0 0
## 522 0 0
## 523 0 0
## 524 0 0
## 525 0 0
## 526 0 0
## 527 0 0
## 528 0 0
## 529 0 0
## 530 0 0
## 531 0 0
## 532 0 0
## 533 0 0
## 534 0 0
## 535 0 0
## 536 0 0
## 537 0 0
## 538 0 0
## 539 0 0
## 540 0 0
## 541 0 0
## 542 0 0
## 543 0 0
## 544 0 0
## 545 0 0
## 546 0 0
## 547 0 0
## 548 0 0
## 549 0 0
## 550 0 0
## 551 0 0
## 552 0 0
## 553 0 0
## 554 0 0
## 555 0 0
## 556 0 0
## 557 0 0
## 558 0 0
## 559 0 0
## 560 0 0
## 561 0 0
## 562 0 0
## 563 0 0
## 564 0 0
## 565 0 0
## 566 0 0
## 567 0 0
## 568 0 0
## 569 0 0
## 570 0 0
## 571 0 0
## 572 0 0
## 573 0 0
## 574 0 0
## 575 0 0
## 576 0 0
## 577 0 0
## 578 0 0
## 579 0 0
## 580 0 0
## 581 0 0
## 582 0 0
## 583 0 0
## 584 0 0
## 585 0 0
## 586 0 0
## 587 0 0
## 588 0 0
## 589 0 0
## 590 0 0
## 591 0 0
## 592 0 0
## 593 0 0
## 594 0 0
## 595 0 0
## 596 0 0
## 597 0 0
## 598 0 0
## 599 0 0
## 600 0 0
## 601 0 0
## 602 0 0
## 603 0 0
## 604 0 0
## 605 0 0
## 606 0 0
## 607 0 0
## 608 0 0
## 609 0 0
## 610 0 0
## 611 0 0
## 612 0 0
## 613 0 0
## 614 0 0
## 615 0 0
## 616 0 0
## 617 0 0
## 618 0 0
## 619 0 0
## 620 0 0
## 621 0 0
## 622 0 0
## 623 0 0
## 624 0 0
## 625 0 0
## 626 0 0
## 627 0 0
## 628 0 0
## 629 0 0
## 630 0 0
## 631 0 0
## 632 0 0
## 633 0 0
## 634 0 0
## 635 0 0
## 636 0 0
## 637 0 0
## 638 0 0
## 639 0 0
## 640 0 0
## 641 0 0
## 642 0 0
## 643 0 0
## 644 0 0
## 645 0 0
## 646 0 0
## 647 0 0
## 648 0 0
## 649 0 0
## 650 0 0
## 651 0 0
## 652 0 0
## 653 0 0
## 654 0 1
## 655 0 1
## 656 0 1
## 657 0 1
## 658 0 1
## 659 0 1
## 660 0 1
## 661 0 1
## 662 0 1
## 663 0 1
## 664 0 1
## 665 0 1
## 666 0 1
## 667 0 1
## 668 0 1
## 669 0 1
## 670 0 1
## 671 0 1
## 672 0 1
## 673 0 1
## 674 0 1
## 675 0 1
## 676 0 1
## 677 0 1
## 678 0 1
## 679 0 1
## 680 0 1
## 681 0 1
## 682 0 1
## 683 0 1
## 684 0 1
## 685 0 1
## 686 0 1
## 687 0 1
## 688 0 1
## 689 0 1
## 690 0 1
## 691 0 1
## 692 0 1
## 693 0 1
## 694 0 1
## 695 0 1
## 696 0 1
## 697 0 1
## 698 0 1
## 699 0 1
## 700 0 1
## 701 0 1
## 702 0 1
## 703 0 1
## 704 0 1
## 705 0 1
## 706 0 1
## 707 0 1
## 708 0 1
## 709 0 1
## 710 0 1
## 711 0 1
## 712 0 0
## 713 0 0
## 714 0 0
## 715 0 0
## 716 0 0
## 717 0 0
## 718 0 0
## 719 0 0
## 720 0 0
## 721 0 0
## 722 0 0
## 723 0 0
## 724 0 0
## 725 0 0
## 726 0 0
## 727 0 0
## 728 0 0
## 729 0 0
## 730 0 0
## 731 0 0
## 732 0 0
## 733 0 0
## 734 0 0
## 735 0 0
## 736 0 0
## 737 0 0
## 738 0 0
## 739 0 0
## 740 0 0
## 741 0 0
## 742 0 0
## 743 0 0
## 744 0 0
## 745 0 0
## 746 0 0
## 747 0 0
## 748 0 0
## 749 0 0
## 750 0 0
## 751 0 0
## 752 0 0
## 753 0 0
## 754 0 0
## 755 0 0
## 756 0 0
## 757 0 0
## 758 0 0
## 759 0 0
## 760 0 0
## 761 0 0
## 762 0 0
## 763 0 0
## 764 0 0
## 765 0 0
## 766 0 0
## 767 0 0
## 768 0 0
## 769 0 0
## 770 0 0
## 771 0 0
## 772 0 0
## 773 0 0
## 774 0 0
## 775 0 0
## 776 0 0
## 777 0 0
## 778 0 0
## 779 0 0
## 780 0 0
## 781 0 0
## 782 0 0
## 783 0 0
## 784 0 0
## 785 0 0
## 786 0 0
## 787 0 0
## 788 0 0
## 789 0 0
## 790 0 0
## 791 0 0
## 792 0 0
## 793 0 0
## 794 0 0
## 795 0 0
## 796 0 0
## 797 0 0
## 798 0 0
## 799 0 0
## 800 0 0
## 801 0 0
## 802 0 0
## 803 0 0
## 804 0 0
## 805 0 0
## 806 0 0
## 807 0 0
## 808 0 0
## 809 0 0
## 810 0 0
## 811 0 0
## 812 0 0
## 813 0 0
## 814 0 0
## 815 0 0
## 816 0 0
## 817 0 0
## 818 0 0
## 819 0 0
## 820 0 0
## 821 0 0
## 822 0 0
## 823 0 0
## 824 0 0
## 825 0 0
## 826 0 0
## 827 0 0
## 828 0 0
## 829 0 0
## 830 0 0
## 831 0 0
## 832 0 0
## 833 0 0
## 834 0 0
## 835 0 0
## 836 0 0
## 837 0 0
## 838 0 0
## 839 0 0
## 840 0 0
## 841 0 0
## 842 0 0
## 843 0 0
## 844 0 0
## 845 0 0
## 846 0 0
## 847 0 0
## 848 0 0
## 849 0 0
## 850 0 0
## 851 0 0
## 852 0 0
## 853 0 0
## 854 0 0
## 855 0 0
## 856 0 0
## 857 0 0
## 858 0 0
## 859 0 0
## 860 0 0
## 861 0 0
## 862 0 0
## 863 0 0
## 864 0 0
## 865 0 0
## 866 0 0
## 867 0 0
## 868 0 0
## 869 0 0
## 870 0 0
## 871 0 0
## 872 0 0
## 873 0 0
## 874 0 0
## 875 0 0
## 876 0 0
## 877 0 0
## 878 0 0
## 879 0 0
## 880 0 0
## 881 0 0
## 882 0 0
## 883 0 0
## 884 0 0
## 885 0 0
## 886 0 0
## 887 0 0
## 888 0 0
## 889 0 0
## 890 0 0
## 891 0 0
## 892 0 0
## 893 0 0
## 894 0 0
## 895 0 0
## 896 0 0
## 897 0 0
## 898 0 0
## 899 0 0
## 900 0 0
## 901 0 0
## 902 0 0
## 903 0 0
## 904 0 0
## 905 0 0
## 906 0 0
## 907 0 0
## 908 0 0
## 909 0 0
## 910 0 0
## 911 0 0
## 912 0 0
## 913 0 0
## 914 0 0
## 915 0 0
## 916 0 0
## 917 0 0
## 918 0 0
## 919 0 0
## 920 0 0
## 921 0 0
## 922 0 0
## 923 0 0
## 924 0 0
## 925 0 0
## 926 0 0
## 927 0 0
## 928 0 0
## 929 0 0
## 930 0 0
## 931 0 0
## 932 0 0
## 933 0 0
## 934 0 0
## 935 0 0
## 936 0 0
## 937 0 0
## 938 0 0
## 939 0 0
## 940 0 0
## 941 0 0
## 942 0 0
## 943 0 0
## 944 0 0
## 945 0 0
## 946 0 0
## 947 0 0
## 948 0 0
## 949 0 0
## 950 0 0
## 951 0 0
## 952 0 0
## 953 0 0
## 954 0 0
## 955 0 0
## 956 0 0
## 957 0 0
## 958 0 0
## 959 0 0
## 960 0 0
## 961 0 0
## 962 0 0
## 963 0 0
## 964 0 0
## 965 0 0
## 966 0 0
## 967 0 0
## 968 0 0
## 969 0 0
## 970 0 0
## 971 0 0
## 972 0 0
## 973 1 0
## 974 1 0
## 975 1 0
## 976 1 0
## 977 1 0
## 978 1 0
## 979 1 0
## 980 1 0
## 981 1 0
## 982 1 0
## 983 1 0
## 984 1 0
## 985 1 0
## 986 1 0
## 987 1 0
## 988 1 0
## 989 1 0
## 990 1 0
## 991 1 0
## 992 1 0
## 993 1 0
## 994 1 0
## 995 1 0
## 996 1 0
## 997 1 0
## 998 1 0
## 999 1 0
## 1000 1 0
## 1001 1 0
## 1002 1 0
## 1003 1 0
## 1004 1 0
## 1005 1 0
## 1006 1 0
## 1007 1 0
## 1008 1 0
## 1009 1 0
## 1010 1 0
## 1011 1 0
## 1012 1 0
## 1013 1 0
## 1014 1 0
## 1015 1 0
## 1016 1 0
## 1017 1 0
## 1018 1 0
## 1019 1 0
## 1020 1 0
## 1021 1 0
## 1022 1 0
## 1023 1 0
## 1024 1 0
## 1025 1 0
## 1026 1 0
## 1027 1 0
## 1028 1 0
## 1029 1 0
## 1030 1 0
## 1031 1 0
## 1032 1 0
## 1033 0 0
## 1034 0 0
## 1035 0 0
## 1036 0 0
## 1037 0 0
## 1038 0 0
## 1039 0 0
## 1040 0 0
## 1041 0 0
## 1042 0 0
## 1043 0 0
## 1044 0 0
## 1045 0 0
## 1046 0 0
## 1047 0 0
## 1048 0 0
## 1049 0 0
## 1050 0 0
## 1051 0 0
## 1052 0 0
## 1053 0 0
## 1054 0 0
## 1055 0 0
## 1056 0 0
## 1057 0 0
## 1058 0 0
## 1059 0 0
## 1060 0 0
## 1061 0 0
## 1062 0 0
## 1063 0 0
## 1064 0 0
## 1065 0 0
## 1066 0 0
## 1067 0 0
## 1068 0 0
## 1069 0 0
## 1070 0 0
## 1071 0 0
## 1072 0 0
## 1073 0 0
## 1074 0 0
## 1075 0 0
## 1076 0 1
## 1077 0 1
## 1078 0 1
## 1079 0 1
## 1080 0 1
## 1081 0 1
## 1082 0 1
## 1083 0 1
## 1084 0 1
## 1085 0 1
## 1086 0 1
## 1087 0 1
## 1088 0 1
## 1089 0 1
## 1090 0 1
## 1091 0 1
## 1092 0 1
## 1093 0 1
## 1094 0 1
## 1095 0 1
## 1096 0 1
## 1097 0 1
## 1098 0 1
## 1099 0 1
## 1100 0 1
## 1101 0 1
## 1102 0 1
## 1103 0 1
## 1104 0 1
## 1105 0 1
## 1106 0 1
## 1107 0 1
## 1108 0 1
## 1109 0 1
## 1110 0 1
## 1111 0 1
## 1112 0 1
## 1113 0 1
## 1114 0 1
## 1115 0 1
## 1116 0 1
## 1117 0 0
## 1118 0 0
## 1119 0 0
## 1120 0 0
## 1121 0 0
## 1122 0 0
## 1123 0 0
## 1124 0 0
## 1125 0 0
## 1126 0 0
## 1127 0 0
## 1128 0 0
## 1129 0 0
## 1130 0 0
## 1131 0 0
## 1132 0 0
## 1133 0 0
## 1134 0 0
## 1135 0 0
## 1136 0 0
## 1137 0 0
## 1138 0 0
## 1139 0 0
## 1140 0 0
## 1141 0 0
## 1142 0 0
## 1143 0 0
## 1144 0 0
## 1145 0 0
## 1146 0 0
## 1147 0 0
## 1148 0 0
## 1149 0 0
## 1150 0 0
## 1151 0 0
## 1152 0 0
## 1153 0 0
## 1154 0 0
## 1155 0 0
## 1156 0 0
## 1157 0 0
## 1158 0 0
## 1159 0 0
## 1160 0 0
## 1161 0 0
## 1162 0 0
## 1163 0 0
## 1164 0 0
## 1165 0 0
## 1166 0 0
## 1167 0 0
## 1168 0 0
## 1169 0 0
## 1170 0 0
## 1171 0 0
## 1172 0 0
## 1173 0 0
## 1174 0 0
## 1175 0 0
## 1176 0 0
## 1177 0 0
## 1178 0 0
## 1179 0 0
## 1180 0 0
## 1181 0 0
## 1182 0 0
## 1183 0 0
## 1184 0 0
## 1185 0 0
## 1186 0 0
## 1187 0 0
## 1188 0 0
## 1189 0 0
## 1190 0 0
## 1191 0 0
## 1192 0 0
## 1193 0 0
## 1194 0 0
## 1195 0 0
## 1196 0 0
## 1197 0 0
## 1198 0 0
## 1199 0 0
## 1200 0 0
## 1201 0 0
## 1202 0 0
## 1203 0 0
## 1204 0 0
## 1205 0 0
## 1206 0 0
## 1207 0 0
## 1208 0 0
## 1209 0 0
## 1210 0 0
## 1211 0 0
## 1212 0 0
## 1213 0 0
## 1214 0 0
## 1215 0 0
## 1216 0 0
## 1217 0 0
## 1218 0 0
## 1219 0 0
## 1220 0 0
## 1221 0 0
## 1222 0 0
## 1223 0 0
## 1224 0 0
## 1225 0 0
## 1226 0 0
## 1227 0 0
## 1228 0 0
## 1229 0 0
## 1230 0 0
## 1231 0 0
## 1232 0 0
## 1233 0 0
## 1234 0 0
## 1235 0 0
## 1236 0 0
## 1237 0 0
## 1238 0 0
## 1239 0 0
## 1240 0 0
## 1241 0 0
## 1242 0 0
## 1243 0 0
## 1244 0 0
## 1245 0 0
## 1246 0 0
## 1247 0 0
## 1248 0 0
## 1249 0 0
## 1250 0 0
## 1251 0 0
## 1252 0 0
## 1253 0 0
## 1254 0 0
## 1255 0 0
## 1256 0 0
## 1257 0 0
## 1258 0 0
## 1259 0 0
## 1260 0 0
## 1261 0 0
## 1262 0 0
## 1263 0 0
## 1264 0 0
## 1265 0 0
## 1266 0 0
## 1267 0 0
## 1268 0 0
## 1269 0 0
## 1270 0 0
## 1271 0 0
## 1272 0 0
## 1273 0 0
## 1274 0 0
## 1275 0 0
## 1276 0 0
## 1277 0 0
## 1278 0 0
## 1279 0 0
## 1280 0 0
## 1281 0 0
## 1282 0 0
## 1283 0 0
## 1284 0 0
## 1285 0 0
## 1286 0 0
## 1287 0 0
## 1288 0 0
## 1289 0 0
## 1290 0 0
## 1291 0 0
## 1292 0 0
## 1293 0 0
## 1294 0 0
## 1295 0 0
## 1296 0 0
## 1297 0 0
## 1298 0 0
## 1299 0 0
## 1300 0 0
## 1301 0 0
## 1302 0 0
## 1303 0 0
## 1304 0 0
## 1305 0 0
## 1306 1 0
## 1307 1 0
## 1308 1 0
## 1309 1 0
## 1310 1 0
## 1311 1 0
## 1312 1 0
## 1313 1 0
## 1314 1 0
## 1315 1 0
## 1316 1 0
## 1317 1 0
## 1318 1 0
## 1319 1 0
## 1320 1 0
## 1321 1 0
## 1322 1 0
## 1323 1 0
## 1324 1 0
## 1325 1 0
## 1326 1 0
## 1327 1 0
## 1328 1 0
## 1329 1 0
## 1330 1 0
## 1331 1 0
## 1332 1 0
## 1333 1 0
## 1334 1 0
## 1335 1 0
## 1336 1 0
## 1337 1 0
## 1338 1 0
## 1339 1 0
## 1340 1 0
## 1341 1 0
## 1342 1 0
## 1343 1 0
## 1344 1 0
## 1345 1 0
## 1346 1 0
## 1347 1 0
## 1348 1 0
## 1349 1 0
## 1350 1 0
## 1351 1 0
## 1352 1 0
## 1353 1 0
## 1354 1 0
## 1355 1 0
## 1356 1 0
## 1357 1 0
## 1358 1 0
## 1359 1 0
## 1360 1 0
## 1361 0 0
## 1362 0 0
## 1363 0 0
## 1364 0 0
## 1365 0 0
## 1366 0 0
## 1367 0 0
## 1368 0 0
## 1369 0 0
## 1370 0 0
## 1371 0 0
## 1372 0 0
## 1373 0 0
## 1374 0 0
## 1375 0 0
## 1376 0 0
## 1377 0 0
## 1378 0 0
## 1379 0 0
## 1380 0 0
## 1381 0 0
## 1382 0 0
## 1383 0 0
## 1384 0 0
## 1385 0 0
## 1386 0 0
## 1387 0 0
## 1388 0 0
## 1389 0 0
## 1390 0 0
## 1391 0 0
## 1392 0 0
## 1393 0 0
## 1394 0 0
## 1395 0 0
## 1396 0 0
## 1397 0 0
## 1398 0 0
## 1399 0 0
## 1400 0 0
## 1401 0 0
## 1402 0 0
## 1403 0 0
## 1404 0 0
## 1405 0 0
## 1406 0 0
## 1407 0 0
## 1408 0 0
## 1409 0 0
## 1410 0 0
## 1411 0 0
## 1412 0 0
## 1413 0 0
## 1414 0 0
## 1415 0 0
## 1416 0 0
## 1417 0 0
## 1418 0 0
## 1419 0 0
## 1420 0 0
## 1421 0 0
## 1422 0 0
## 1423 0 0
## 1424 0 0
## 1425 0 0
## 1426 0 0
## 1427 0 0
## 1428 0 0
## 1429 0 0
## 1430 0 0
## 1431 0 0
## 1432 0 0
## 1433 0 0
## 1434 0 0
## 1435 0 0
## 1436 0 0
## 1437 0 0
## 1438 0 0
## 1439 0 0
## 1440 0 0
## 1441 0 0
## 1442 0 0
## 1443 0 0
## 1444 0 0
## 1445 0 0
## 1446 0 0
## 1447 0 0
## 1448 0 0
## 1449 0 0
## 1450 0 0
## 1451 0 0
## 1452 0 0
## 1453 0 0
## 1454 0 0
## 1455 0 0
## 1456 0 0
## 1457 0 0
## 1458 0 0
## 1459 0 0
## 1460 0 0
## 1461 0 0
## 1462 0 0
## 1463 0 0
## 1464 0 0
## 1465 0 0
## 1466 0 0
## 1467 0 0
## 1468 0 0
## 1469 0 0
## 1470 0 0
## school_descriptor_other_text
## 1 <NA>
## 2 <NA>
## 3 <NA>
## 4 <NA>
## 5 <NA>
## 6 <NA>
## 7 <NA>
## 8 <NA>
## 9 <NA>
## 10 <NA>
## 11 <NA>
## 12 <NA>
## 13 <NA>
## 14 <NA>
## 15 <NA>
## 16 <NA>
## 17 <NA>
## 18 <NA>
## 19 <NA>
## 20 <NA>
## 21 <NA>
## 22 <NA>
## 23 <NA>
## 24 <NA>
## 25 <NA>
## 26 <NA>
## 27 <NA>
## 28 <NA>
## 29 <NA>
## 30 <NA>
## 31 <NA>
## 32 <NA>
## 33 <NA>
## 34 <NA>
## 35 <NA>
## 36 <NA>
## 37 <NA>
## 38 <NA>
## 39 <NA>
## 40 <NA>
## 41 <NA>
## 42 <NA>
## 43 <NA>
## 44 <NA>
## 45 <NA>
## 46 <NA>
## 47 <NA>
## 48 <NA>
## 49 <NA>
## 50 <NA>
## 51 <NA>
## 52 <NA>
## 53 <NA>
## 54 <NA>
## 55 <NA>
## 56 <NA>
## 57 <NA>
## 58 <NA>
## 59 <NA>
## 60 <NA>
## 61 <NA>
## 62 <NA>
## 63 <NA>
## 64 <NA>
## 65 <NA>
## 66 <NA>
## 67 <NA>
## 68 <NA>
## 69 <NA>
## 70 <NA>
## 71 <NA>
## 72 <NA>
## 73 <NA>
## 74 <NA>
## 75 <NA>
## 76 <NA>
## 77 <NA>
## 78 <NA>
## 79 <NA>
## 80 <NA>
## 81 <NA>
## 82 <NA>
## 83 <NA>
## 84 <NA>
## 85 <NA>
## 86 <NA>
## 87 <NA>
## 88 <NA>
## 89 <NA>
## 90 <NA>
## 91 <NA>
## 92 <NA>
## 93 <NA>
## 94 <NA>
## 95 <NA>
## 96 <NA>
## 97 <NA>
## 98 <NA>
## 99 <NA>
## 100 <NA>
## 101 <NA>
## 102 <NA>
## 103 <NA>
## 104 <NA>
## 105 <NA>
## 106 <NA>
## 107 <NA>
## 108 <NA>
## 109 <NA>
## 110 <NA>
## 111 <NA>
## 112 <NA>
## 113 <NA>
## 114 <NA>
## 115 <NA>
## 116 <NA>
## 117 <NA>
## 118 <NA>
## 119 <NA>
## 120 <NA>
## 121 <NA>
## 122 <NA>
## 123 <NA>
## 124 <NA>
## 125 <NA>
## 126 <NA>
## 127 <NA>
## 128 <NA>
## 129 <NA>
## 130 <NA>
## 131 <NA>
## 132 <NA>
## 133 <NA>
## 134 <NA>
## 135 <NA>
## 136 <NA>
## 137 <NA>
## 138 <NA>
## 139 <NA>
## 140 <NA>
## 141 <NA>
## 142 <NA>
## 143 <NA>
## 144 <NA>
## 145 <NA>
## 146 <NA>
## 147 <NA>
## 148 <NA>
## 149 <NA>
## 150 <NA>
## 151 <NA>
## 152 <NA>
## 153 <NA>
## 154 <NA>
## 155 <NA>
## 156 <NA>
## 157 <NA>
## 158 <NA>
## 159 <NA>
## 160 <NA>
## 161 <NA>
## 162 <NA>
## 163 <NA>
## 164 <NA>
## 165 <NA>
## 166 <NA>
## 167 <NA>
## 168 <NA>
## 169 <NA>
## 170 <NA>
## 171 <NA>
## 172 <NA>
## 173 <NA>
## 174 <NA>
## 175 <NA>
## 176 <NA>
## 177 <NA>
## 178 <NA>
## 179 <NA>
## 180 <NA>
## 181 <NA>
## 182 <NA>
## 183 <NA>
## 184 <NA>
## 185 <NA>
## 186 <NA>
## 187 <NA>
## 188 <NA>
## 189 <NA>
## 190 <NA>
## 191 <NA>
## 192 <NA>
## 193 <NA>
## 194 <NA>
## 195 <NA>
## 196 <NA>
## 197 <NA>
## 198 <NA>
## 199 <NA>
## 200 <NA>
## 201 <NA>
## 202 <NA>
## 203 <NA>
## 204 <NA>
## 205 <NA>
## 206 <NA>
## 207 <NA>
## 208 <NA>
## 209 <NA>
## 210 <NA>
## 211 <NA>
## 212 <NA>
## 213 <NA>
## 214 <NA>
## 215 <NA>
## 216 <NA>
## 217 <NA>
## 218 <NA>
## 219 <NA>
## 220 <NA>
## 221 <NA>
## 222 Boston Day and Evening Academy (BDEA) is an alternative, in-district, Boston Public Schools (BPS) high school located in Roxbury, MA. We educate students through three trauma-informed models: Flagship Program. Students earn a diploma by achieving specific competencies in traditional subject areas including science, humanities and math. Students learn at their own pace in a trimester model with a personal “competency roadmap” which they must complete prior to age 23. BDEA 2.0. Designed around the needs of our Black and Latino young men, with our students’ collaboration, this model focuses on work-based learning with internships and a self-directed pathway-based model towards college, construction or technology. Recognizing that some students were thriving in remote learning, we re-introduced a Blended Learning Program in Fall 2021. Students attend classes online up to three days/week while also accessing in-person academic and emotional support and enrichment classes.
## 223 Boston Day and Evening Academy (BDEA) is an alternative, in-district, Boston Public Schools (BPS) high school located in Roxbury, MA. We educate students through three trauma-informed models: Flagship Program. Students earn a diploma by achieving specific competencies in traditional subject areas including science, humanities and math. Students learn at their own pace in a trimester model with a personal “competency roadmap” which they must complete prior to age 23. BDEA 2.0. Designed around the needs of our Black and Latino young men, with our students’ collaboration, this model focuses on work-based learning with internships and a self-directed pathway-based model towards college, construction or technology. Recognizing that some students were thriving in remote learning, we re-introduced a Blended Learning Program in Fall 2021. Students attend classes online up to three days/week while also accessing in-person academic and emotional support and enrichment classes.
## 224 Boston Day and Evening Academy (BDEA) is an alternative, in-district, Boston Public Schools (BPS) high school located in Roxbury, MA. We educate students through three trauma-informed models: Flagship Program. Students earn a diploma by achieving specific competencies in traditional subject areas including science, humanities and math. Students learn at their own pace in a trimester model with a personal “competency roadmap” which they must complete prior to age 23. BDEA 2.0. Designed around the needs of our Black and Latino young men, with our students’ collaboration, this model focuses on work-based learning with internships and a self-directed pathway-based model towards college, construction or technology. Recognizing that some students were thriving in remote learning, we re-introduced a Blended Learning Program in Fall 2021. Students attend classes online up to three days/week while also accessing in-person academic and emotional support and enrichment classes.
## 225 Boston Day and Evening Academy (BDEA) is an alternative, in-district, Boston Public Schools (BPS) high school located in Roxbury, MA. We educate students through three trauma-informed models: Flagship Program. Students earn a diploma by achieving specific competencies in traditional subject areas including science, humanities and math. Students learn at their own pace in a trimester model with a personal “competency roadmap” which they must complete prior to age 23. BDEA 2.0. Designed around the needs of our Black and Latino young men, with our students’ collaboration, this model focuses on work-based learning with internships and a self-directed pathway-based model towards college, construction or technology. Recognizing that some students were thriving in remote learning, we re-introduced a Blended Learning Program in Fall 2021. Students attend classes online up to three days/week while also accessing in-person academic and emotional support and enrichment classes.
## 226 Boston Day and Evening Academy (BDEA) is an alternative, in-district, Boston Public Schools (BPS) high school located in Roxbury, MA. We educate students through three trauma-informed models: Flagship Program. Students earn a diploma by achieving specific competencies in traditional subject areas including science, humanities and math. Students learn at their own pace in a trimester model with a personal “competency roadmap” which they must complete prior to age 23. BDEA 2.0. Designed around the needs of our Black and Latino young men, with our students’ collaboration, this model focuses on work-based learning with internships and a self-directed pathway-based model towards college, construction or technology. Recognizing that some students were thriving in remote learning, we re-introduced a Blended Learning Program in Fall 2021. Students attend classes online up to three days/week while also accessing in-person academic and emotional support and enrichment classes.
## 227 Boston Day and Evening Academy (BDEA) is an alternative, in-district, Boston Public Schools (BPS) high school located in Roxbury, MA. We educate students through three trauma-informed models: Flagship Program. Students earn a diploma by achieving specific competencies in traditional subject areas including science, humanities and math. Students learn at their own pace in a trimester model with a personal “competency roadmap” which they must complete prior to age 23. BDEA 2.0. Designed around the needs of our Black and Latino young men, with our students’ collaboration, this model focuses on work-based learning with internships and a self-directed pathway-based model towards college, construction or technology. Recognizing that some students were thriving in remote learning, we re-introduced a Blended Learning Program in Fall 2021. Students attend classes online up to three days/week while also accessing in-person academic and emotional support and enrichment classes.
## 228 Boston Day and Evening Academy (BDEA) is an alternative, in-district, Boston Public Schools (BPS) high school located in Roxbury, MA. We educate students through three trauma-informed models: Flagship Program. Students earn a diploma by achieving specific competencies in traditional subject areas including science, humanities and math. Students learn at their own pace in a trimester model with a personal “competency roadmap” which they must complete prior to age 23. BDEA 2.0. Designed around the needs of our Black and Latino young men, with our students’ collaboration, this model focuses on work-based learning with internships and a self-directed pathway-based model towards college, construction or technology. Recognizing that some students were thriving in remote learning, we re-introduced a Blended Learning Program in Fall 2021. Students attend classes online up to three days/week while also accessing in-person academic and emotional support and enrichment classes.
## 229 Boston Day and Evening Academy (BDEA) is an alternative, in-district, Boston Public Schools (BPS) high school located in Roxbury, MA. We educate students through three trauma-informed models: Flagship Program. Students earn a diploma by achieving specific competencies in traditional subject areas including science, humanities and math. Students learn at their own pace in a trimester model with a personal “competency roadmap” which they must complete prior to age 23. BDEA 2.0. Designed around the needs of our Black and Latino young men, with our students’ collaboration, this model focuses on work-based learning with internships and a self-directed pathway-based model towards college, construction or technology. Recognizing that some students were thriving in remote learning, we re-introduced a Blended Learning Program in Fall 2021. Students attend classes online up to three days/week while also accessing in-person academic and emotional support and enrichment classes.
## 230 Boston Day and Evening Academy (BDEA) is an alternative, in-district, Boston Public Schools (BPS) high school located in Roxbury, MA. We educate students through three trauma-informed models: Flagship Program. Students earn a diploma by achieving specific competencies in traditional subject areas including science, humanities and math. Students learn at their own pace in a trimester model with a personal “competency roadmap” which they must complete prior to age 23. BDEA 2.0. Designed around the needs of our Black and Latino young men, with our students’ collaboration, this model focuses on work-based learning with internships and a self-directed pathway-based model towards college, construction or technology. Recognizing that some students were thriving in remote learning, we re-introduced a Blended Learning Program in Fall 2021. Students attend classes online up to three days/week while also accessing in-person academic and emotional support and enrichment classes.
## 231 Boston Day and Evening Academy (BDEA) is an alternative, in-district, Boston Public Schools (BPS) high school located in Roxbury, MA. We educate students through three trauma-informed models: Flagship Program. Students earn a diploma by achieving specific competencies in traditional subject areas including science, humanities and math. Students learn at their own pace in a trimester model with a personal “competency roadmap” which they must complete prior to age 23. BDEA 2.0. Designed around the needs of our Black and Latino young men, with our students’ collaboration, this model focuses on work-based learning with internships and a self-directed pathway-based model towards college, construction or technology. Recognizing that some students were thriving in remote learning, we re-introduced a Blended Learning Program in Fall 2021. Students attend classes online up to three days/week while also accessing in-person academic and emotional support and enrichment classes.
## 232 Boston Day and Evening Academy (BDEA) is an alternative, in-district, Boston Public Schools (BPS) high school located in Roxbury, MA. We educate students through three trauma-informed models: Flagship Program. Students earn a diploma by achieving specific competencies in traditional subject areas including science, humanities and math. Students learn at their own pace in a trimester model with a personal “competency roadmap” which they must complete prior to age 23. BDEA 2.0. Designed around the needs of our Black and Latino young men, with our students’ collaboration, this model focuses on work-based learning with internships and a self-directed pathway-based model towards college, construction or technology. Recognizing that some students were thriving in remote learning, we re-introduced a Blended Learning Program in Fall 2021. Students attend classes online up to three days/week while also accessing in-person academic and emotional support and enrichment classes.
## 233 Boston Day and Evening Academy (BDEA) is an alternative, in-district, Boston Public Schools (BPS) high school located in Roxbury, MA. We educate students through three trauma-informed models: Flagship Program. Students earn a diploma by achieving specific competencies in traditional subject areas including science, humanities and math. Students learn at their own pace in a trimester model with a personal “competency roadmap” which they must complete prior to age 23. BDEA 2.0. Designed around the needs of our Black and Latino young men, with our students’ collaboration, this model focuses on work-based learning with internships and a self-directed pathway-based model towards college, construction or technology. Recognizing that some students were thriving in remote learning, we re-introduced a Blended Learning Program in Fall 2021. Students attend classes online up to three days/week while also accessing in-person academic and emotional support and enrichment classes.
## 234 Boston Day and Evening Academy (BDEA) is an alternative, in-district, Boston Public Schools (BPS) high school located in Roxbury, MA. We educate students through three trauma-informed models: Flagship Program. Students earn a diploma by achieving specific competencies in traditional subject areas including science, humanities and math. Students learn at their own pace in a trimester model with a personal “competency roadmap” which they must complete prior to age 23. BDEA 2.0. Designed around the needs of our Black and Latino young men, with our students’ collaboration, this model focuses on work-based learning with internships and a self-directed pathway-based model towards college, construction or technology. Recognizing that some students were thriving in remote learning, we re-introduced a Blended Learning Program in Fall 2021. Students attend classes online up to three days/week while also accessing in-person academic and emotional support and enrichment classes.
## 235 Boston Day and Evening Academy (BDEA) is an alternative, in-district, Boston Public Schools (BPS) high school located in Roxbury, MA. We educate students through three trauma-informed models: Flagship Program. Students earn a diploma by achieving specific competencies in traditional subject areas including science, humanities and math. Students learn at their own pace in a trimester model with a personal “competency roadmap” which they must complete prior to age 23. BDEA 2.0. Designed around the needs of our Black and Latino young men, with our students’ collaboration, this model focuses on work-based learning with internships and a self-directed pathway-based model towards college, construction or technology. Recognizing that some students were thriving in remote learning, we re-introduced a Blended Learning Program in Fall 2021. Students attend classes online up to three days/week while also accessing in-person academic and emotional support and enrichment classes.
## 236 Boston Day and Evening Academy (BDEA) is an alternative, in-district, Boston Public Schools (BPS) high school located in Roxbury, MA. We educate students through three trauma-informed models: Flagship Program. Students earn a diploma by achieving specific competencies in traditional subject areas including science, humanities and math. Students learn at their own pace in a trimester model with a personal “competency roadmap” which they must complete prior to age 23. BDEA 2.0. Designed around the needs of our Black and Latino young men, with our students’ collaboration, this model focuses on work-based learning with internships and a self-directed pathway-based model towards college, construction or technology. Recognizing that some students were thriving in remote learning, we re-introduced a Blended Learning Program in Fall 2021. Students attend classes online up to three days/week while also accessing in-person academic and emotional support and enrichment classes.
## 237 Boston Day and Evening Academy (BDEA) is an alternative, in-district, Boston Public Schools (BPS) high school located in Roxbury, MA. We educate students through three trauma-informed models: Flagship Program. Students earn a diploma by achieving specific competencies in traditional subject areas including science, humanities and math. Students learn at their own pace in a trimester model with a personal “competency roadmap” which they must complete prior to age 23. BDEA 2.0. Designed around the needs of our Black and Latino young men, with our students’ collaboration, this model focuses on work-based learning with internships and a self-directed pathway-based model towards college, construction or technology. Recognizing that some students were thriving in remote learning, we re-introduced a Blended Learning Program in Fall 2021. Students attend classes online up to three days/week while also accessing in-person academic and emotional support and enrichment classes.
## 238 Boston Day and Evening Academy (BDEA) is an alternative, in-district, Boston Public Schools (BPS) high school located in Roxbury, MA. We educate students through three trauma-informed models: Flagship Program. Students earn a diploma by achieving specific competencies in traditional subject areas including science, humanities and math. Students learn at their own pace in a trimester model with a personal “competency roadmap” which they must complete prior to age 23. BDEA 2.0. Designed around the needs of our Black and Latino young men, with our students’ collaboration, this model focuses on work-based learning with internships and a self-directed pathway-based model towards college, construction or technology. Recognizing that some students were thriving in remote learning, we re-introduced a Blended Learning Program in Fall 2021. Students attend classes online up to three days/week while also accessing in-person academic and emotional support and enrichment classes.
## 239 Boston Day and Evening Academy (BDEA) is an alternative, in-district, Boston Public Schools (BPS) high school located in Roxbury, MA. We educate students through three trauma-informed models: Flagship Program. Students earn a diploma by achieving specific competencies in traditional subject areas including science, humanities and math. Students learn at their own pace in a trimester model with a personal “competency roadmap” which they must complete prior to age 23. BDEA 2.0. Designed around the needs of our Black and Latino young men, with our students’ collaboration, this model focuses on work-based learning with internships and a self-directed pathway-based model towards college, construction or technology. Recognizing that some students were thriving in remote learning, we re-introduced a Blended Learning Program in Fall 2021. Students attend classes online up to three days/week while also accessing in-person academic and emotional support and enrichment classes.
## 240 Boston Day and Evening Academy (BDEA) is an alternative, in-district, Boston Public Schools (BPS) high school located in Roxbury, MA. We educate students through three trauma-informed models: Flagship Program. Students earn a diploma by achieving specific competencies in traditional subject areas including science, humanities and math. Students learn at their own pace in a trimester model with a personal “competency roadmap” which they must complete prior to age 23. BDEA 2.0. Designed around the needs of our Black and Latino young men, with our students’ collaboration, this model focuses on work-based learning with internships and a self-directed pathway-based model towards college, construction or technology. Recognizing that some students were thriving in remote learning, we re-introduced a Blended Learning Program in Fall 2021. Students attend classes online up to three days/week while also accessing in-person academic and emotional support and enrichment classes.
## 241 Boston Day and Evening Academy (BDEA) is an alternative, in-district, Boston Public Schools (BPS) high school located in Roxbury, MA. We educate students through three trauma-informed models: Flagship Program. Students earn a diploma by achieving specific competencies in traditional subject areas including science, humanities and math. Students learn at their own pace in a trimester model with a personal “competency roadmap” which they must complete prior to age 23. BDEA 2.0. Designed around the needs of our Black and Latino young men, with our students’ collaboration, this model focuses on work-based learning with internships and a self-directed pathway-based model towards college, construction or technology. Recognizing that some students were thriving in remote learning, we re-introduced a Blended Learning Program in Fall 2021. Students attend classes online up to three days/week while also accessing in-person academic and emotional support and enrichment classes.
## 242 Boston Day and Evening Academy (BDEA) is an alternative, in-district, Boston Public Schools (BPS) high school located in Roxbury, MA. We educate students through three trauma-informed models: Flagship Program. Students earn a diploma by achieving specific competencies in traditional subject areas including science, humanities and math. Students learn at their own pace in a trimester model with a personal “competency roadmap” which they must complete prior to age 23. BDEA 2.0. Designed around the needs of our Black and Latino young men, with our students’ collaboration, this model focuses on work-based learning with internships and a self-directed pathway-based model towards college, construction or technology. Recognizing that some students were thriving in remote learning, we re-introduced a Blended Learning Program in Fall 2021. Students attend classes online up to three days/week while also accessing in-person academic and emotional support and enrichment classes.
## 243 Boston Day and Evening Academy (BDEA) is an alternative, in-district, Boston Public Schools (BPS) high school located in Roxbury, MA. We educate students through three trauma-informed models: Flagship Program. Students earn a diploma by achieving specific competencies in traditional subject areas including science, humanities and math. Students learn at their own pace in a trimester model with a personal “competency roadmap” which they must complete prior to age 23. BDEA 2.0. Designed around the needs of our Black and Latino young men, with our students’ collaboration, this model focuses on work-based learning with internships and a self-directed pathway-based model towards college, construction or technology. Recognizing that some students were thriving in remote learning, we re-introduced a Blended Learning Program in Fall 2021. Students attend classes online up to three days/week while also accessing in-person academic and emotional support and enrichment classes.
## 244 Boston Day and Evening Academy (BDEA) is an alternative, in-district, Boston Public Schools (BPS) high school located in Roxbury, MA. We educate students through three trauma-informed models: Flagship Program. Students earn a diploma by achieving specific competencies in traditional subject areas including science, humanities and math. Students learn at their own pace in a trimester model with a personal “competency roadmap” which they must complete prior to age 23. BDEA 2.0. Designed around the needs of our Black and Latino young men, with our students’ collaboration, this model focuses on work-based learning with internships and a self-directed pathway-based model towards college, construction or technology. Recognizing that some students were thriving in remote learning, we re-introduced a Blended Learning Program in Fall 2021. Students attend classes online up to three days/week while also accessing in-person academic and emotional support and enrichment classes.
## 245 Boston Day and Evening Academy (BDEA) is an alternative, in-district, Boston Public Schools (BPS) high school located in Roxbury, MA. We educate students through three trauma-informed models: Flagship Program. Students earn a diploma by achieving specific competencies in traditional subject areas including science, humanities and math. Students learn at their own pace in a trimester model with a personal “competency roadmap” which they must complete prior to age 23. BDEA 2.0. Designed around the needs of our Black and Latino young men, with our students’ collaboration, this model focuses on work-based learning with internships and a self-directed pathway-based model towards college, construction or technology. Recognizing that some students were thriving in remote learning, we re-introduced a Blended Learning Program in Fall 2021. Students attend classes online up to three days/week while also accessing in-person academic and emotional support and enrichment classes.
## 246 Boston Day and Evening Academy (BDEA) is an alternative, in-district, Boston Public Schools (BPS) high school located in Roxbury, MA. We educate students through three trauma-informed models: Flagship Program. Students earn a diploma by achieving specific competencies in traditional subject areas including science, humanities and math. Students learn at their own pace in a trimester model with a personal “competency roadmap” which they must complete prior to age 23. BDEA 2.0. Designed around the needs of our Black and Latino young men, with our students’ collaboration, this model focuses on work-based learning with internships and a self-directed pathway-based model towards college, construction or technology. Recognizing that some students were thriving in remote learning, we re-introduced a Blended Learning Program in Fall 2021. Students attend classes online up to three days/week while also accessing in-person academic and emotional support and enrichment classes.
## 247 Boston Day and Evening Academy (BDEA) is an alternative, in-district, Boston Public Schools (BPS) high school located in Roxbury, MA. We educate students through three trauma-informed models: Flagship Program. Students earn a diploma by achieving specific competencies in traditional subject areas including science, humanities and math. Students learn at their own pace in a trimester model with a personal “competency roadmap” which they must complete prior to age 23. BDEA 2.0. Designed around the needs of our Black and Latino young men, with our students’ collaboration, this model focuses on work-based learning with internships and a self-directed pathway-based model towards college, construction or technology. Recognizing that some students were thriving in remote learning, we re-introduced a Blended Learning Program in Fall 2021. Students attend classes online up to three days/week while also accessing in-person academic and emotional support and enrichment classes.
## 248 Boston Day and Evening Academy (BDEA) is an alternative, in-district, Boston Public Schools (BPS) high school located in Roxbury, MA. We educate students through three trauma-informed models: Flagship Program. Students earn a diploma by achieving specific competencies in traditional subject areas including science, humanities and math. Students learn at their own pace in a trimester model with a personal “competency roadmap” which they must complete prior to age 23. BDEA 2.0. Designed around the needs of our Black and Latino young men, with our students’ collaboration, this model focuses on work-based learning with internships and a self-directed pathway-based model towards college, construction or technology. Recognizing that some students were thriving in remote learning, we re-introduced a Blended Learning Program in Fall 2021. Students attend classes online up to three days/week while also accessing in-person academic and emotional support and enrichment classes.
## 249 Boston Day and Evening Academy (BDEA) is an alternative, in-district, Boston Public Schools (BPS) high school located in Roxbury, MA. We educate students through three trauma-informed models: Flagship Program. Students earn a diploma by achieving specific competencies in traditional subject areas including science, humanities and math. Students learn at their own pace in a trimester model with a personal “competency roadmap” which they must complete prior to age 23. BDEA 2.0. Designed around the needs of our Black and Latino young men, with our students’ collaboration, this model focuses on work-based learning with internships and a self-directed pathway-based model towards college, construction or technology. Recognizing that some students were thriving in remote learning, we re-introduced a Blended Learning Program in Fall 2021. Students attend classes online up to three days/week while also accessing in-person academic and emotional support and enrichment classes.
## 250 Boston Day and Evening Academy (BDEA) is an alternative, in-district, Boston Public Schools (BPS) high school located in Roxbury, MA. We educate students through three trauma-informed models: Flagship Program. Students earn a diploma by achieving specific competencies in traditional subject areas including science, humanities and math. Students learn at their own pace in a trimester model with a personal “competency roadmap” which they must complete prior to age 23. BDEA 2.0. Designed around the needs of our Black and Latino young men, with our students’ collaboration, this model focuses on work-based learning with internships and a self-directed pathway-based model towards college, construction or technology. Recognizing that some students were thriving in remote learning, we re-introduced a Blended Learning Program in Fall 2021. Students attend classes online up to three days/week while also accessing in-person academic and emotional support and enrichment classes.
## 251 Boston Day and Evening Academy (BDEA) is an alternative, in-district, Boston Public Schools (BPS) high school located in Roxbury, MA. We educate students through three trauma-informed models: Flagship Program. Students earn a diploma by achieving specific competencies in traditional subject areas including science, humanities and math. Students learn at their own pace in a trimester model with a personal “competency roadmap” which they must complete prior to age 23. BDEA 2.0. Designed around the needs of our Black and Latino young men, with our students’ collaboration, this model focuses on work-based learning with internships and a self-directed pathway-based model towards college, construction or technology. Recognizing that some students were thriving in remote learning, we re-introduced a Blended Learning Program in Fall 2021. Students attend classes online up to three days/week while also accessing in-person academic and emotional support and enrichment classes.
## 252 Boston Day and Evening Academy (BDEA) is an alternative, in-district, Boston Public Schools (BPS) high school located in Roxbury, MA. We educate students through three trauma-informed models: Flagship Program. Students earn a diploma by achieving specific competencies in traditional subject areas including science, humanities and math. Students learn at their own pace in a trimester model with a personal “competency roadmap” which they must complete prior to age 23. BDEA 2.0. Designed around the needs of our Black and Latino young men, with our students’ collaboration, this model focuses on work-based learning with internships and a self-directed pathway-based model towards college, construction or technology. Recognizing that some students were thriving in remote learning, we re-introduced a Blended Learning Program in Fall 2021. Students attend classes online up to three days/week while also accessing in-person academic and emotional support and enrichment classes.
## 253 Boston Day and Evening Academy (BDEA) is an alternative, in-district, Boston Public Schools (BPS) high school located in Roxbury, MA. We educate students through three trauma-informed models: Flagship Program. Students earn a diploma by achieving specific competencies in traditional subject areas including science, humanities and math. Students learn at their own pace in a trimester model with a personal “competency roadmap” which they must complete prior to age 23. BDEA 2.0. Designed around the needs of our Black and Latino young men, with our students’ collaboration, this model focuses on work-based learning with internships and a self-directed pathway-based model towards college, construction or technology. Recognizing that some students were thriving in remote learning, we re-introduced a Blended Learning Program in Fall 2021. Students attend classes online up to three days/week while also accessing in-person academic and emotional support and enrichment classes.
## 254 Boston Day and Evening Academy (BDEA) is an alternative, in-district, Boston Public Schools (BPS) high school located in Roxbury, MA. We educate students through three trauma-informed models: Flagship Program. Students earn a diploma by achieving specific competencies in traditional subject areas including science, humanities and math. Students learn at their own pace in a trimester model with a personal “competency roadmap” which they must complete prior to age 23. BDEA 2.0. Designed around the needs of our Black and Latino young men, with our students’ collaboration, this model focuses on work-based learning with internships and a self-directed pathway-based model towards college, construction or technology. Recognizing that some students were thriving in remote learning, we re-introduced a Blended Learning Program in Fall 2021. Students attend classes online up to three days/week while also accessing in-person academic and emotional support and enrichment classes.
## 255 Boston Day and Evening Academy (BDEA) is an alternative, in-district, Boston Public Schools (BPS) high school located in Roxbury, MA. We educate students through three trauma-informed models: Flagship Program. Students earn a diploma by achieving specific competencies in traditional subject areas including science, humanities and math. Students learn at their own pace in a trimester model with a personal “competency roadmap” which they must complete prior to age 23. BDEA 2.0. Designed around the needs of our Black and Latino young men, with our students’ collaboration, this model focuses on work-based learning with internships and a self-directed pathway-based model towards college, construction or technology. Recognizing that some students were thriving in remote learning, we re-introduced a Blended Learning Program in Fall 2021. Students attend classes online up to three days/week while also accessing in-person academic and emotional support and enrichment classes.
## 256 Boston Day and Evening Academy (BDEA) is an alternative, in-district, Boston Public Schools (BPS) high school located in Roxbury, MA. We educate students through three trauma-informed models: Flagship Program. Students earn a diploma by achieving specific competencies in traditional subject areas including science, humanities and math. Students learn at their own pace in a trimester model with a personal “competency roadmap” which they must complete prior to age 23. BDEA 2.0. Designed around the needs of our Black and Latino young men, with our students’ collaboration, this model focuses on work-based learning with internships and a self-directed pathway-based model towards college, construction or technology. Recognizing that some students were thriving in remote learning, we re-introduced a Blended Learning Program in Fall 2021. Students attend classes online up to three days/week while also accessing in-person academic and emotional support and enrichment classes.
## 257 Boston Day and Evening Academy (BDEA) is an alternative, in-district, Boston Public Schools (BPS) high school located in Roxbury, MA. We educate students through three trauma-informed models: Flagship Program. Students earn a diploma by achieving specific competencies in traditional subject areas including science, humanities and math. Students learn at their own pace in a trimester model with a personal “competency roadmap” which they must complete prior to age 23. BDEA 2.0. Designed around the needs of our Black and Latino young men, with our students’ collaboration, this model focuses on work-based learning with internships and a self-directed pathway-based model towards college, construction or technology. Recognizing that some students were thriving in remote learning, we re-introduced a Blended Learning Program in Fall 2021. Students attend classes online up to three days/week while also accessing in-person academic and emotional support and enrichment classes.
## 258 Boston Day and Evening Academy (BDEA) is an alternative, in-district, Boston Public Schools (BPS) high school located in Roxbury, MA. We educate students through three trauma-informed models: Flagship Program. Students earn a diploma by achieving specific competencies in traditional subject areas including science, humanities and math. Students learn at their own pace in a trimester model with a personal “competency roadmap” which they must complete prior to age 23. BDEA 2.0. Designed around the needs of our Black and Latino young men, with our students’ collaboration, this model focuses on work-based learning with internships and a self-directed pathway-based model towards college, construction or technology. Recognizing that some students were thriving in remote learning, we re-introduced a Blended Learning Program in Fall 2021. Students attend classes online up to three days/week while also accessing in-person academic and emotional support and enrichment classes.
## 259 Boston Day and Evening Academy (BDEA) is an alternative, in-district, Boston Public Schools (BPS) high school located in Roxbury, MA. We educate students through three trauma-informed models: Flagship Program. Students earn a diploma by achieving specific competencies in traditional subject areas including science, humanities and math. Students learn at their own pace in a trimester model with a personal “competency roadmap” which they must complete prior to age 23. BDEA 2.0. Designed around the needs of our Black and Latino young men, with our students’ collaboration, this model focuses on work-based learning with internships and a self-directed pathway-based model towards college, construction or technology. Recognizing that some students were thriving in remote learning, we re-introduced a Blended Learning Program in Fall 2021. Students attend classes online up to three days/week while also accessing in-person academic and emotional support and enrichment classes.
## 260 Boston Day and Evening Academy (BDEA) is an alternative, in-district, Boston Public Schools (BPS) high school located in Roxbury, MA. We educate students through three trauma-informed models: Flagship Program. Students earn a diploma by achieving specific competencies in traditional subject areas including science, humanities and math. Students learn at their own pace in a trimester model with a personal “competency roadmap” which they must complete prior to age 23. BDEA 2.0. Designed around the needs of our Black and Latino young men, with our students’ collaboration, this model focuses on work-based learning with internships and a self-directed pathway-based model towards college, construction or technology. Recognizing that some students were thriving in remote learning, we re-introduced a Blended Learning Program in Fall 2021. Students attend classes online up to three days/week while also accessing in-person academic and emotional support and enrichment classes.
## 261 Boston Day and Evening Academy (BDEA) is an alternative, in-district, Boston Public Schools (BPS) high school located in Roxbury, MA. We educate students through three trauma-informed models: Flagship Program. Students earn a diploma by achieving specific competencies in traditional subject areas including science, humanities and math. Students learn at their own pace in a trimester model with a personal “competency roadmap” which they must complete prior to age 23. BDEA 2.0. Designed around the needs of our Black and Latino young men, with our students’ collaboration, this model focuses on work-based learning with internships and a self-directed pathway-based model towards college, construction or technology. Recognizing that some students were thriving in remote learning, we re-introduced a Blended Learning Program in Fall 2021. Students attend classes online up to three days/week while also accessing in-person academic and emotional support and enrichment classes.
## 262 Boston Day and Evening Academy (BDEA) is an alternative, in-district, Boston Public Schools (BPS) high school located in Roxbury, MA. We educate students through three trauma-informed models: Flagship Program. Students earn a diploma by achieving specific competencies in traditional subject areas including science, humanities and math. Students learn at their own pace in a trimester model with a personal “competency roadmap” which they must complete prior to age 23. BDEA 2.0. Designed around the needs of our Black and Latino young men, with our students’ collaboration, this model focuses on work-based learning with internships and a self-directed pathway-based model towards college, construction or technology. Recognizing that some students were thriving in remote learning, we re-introduced a Blended Learning Program in Fall 2021. Students attend classes online up to three days/week while also accessing in-person academic and emotional support and enrichment classes.
## 263 Boston Day and Evening Academy (BDEA) is an alternative, in-district, Boston Public Schools (BPS) high school located in Roxbury, MA. We educate students through three trauma-informed models: Flagship Program. Students earn a diploma by achieving specific competencies in traditional subject areas including science, humanities and math. Students learn at their own pace in a trimester model with a personal “competency roadmap” which they must complete prior to age 23. BDEA 2.0. Designed around the needs of our Black and Latino young men, with our students’ collaboration, this model focuses on work-based learning with internships and a self-directed pathway-based model towards college, construction or technology. Recognizing that some students were thriving in remote learning, we re-introduced a Blended Learning Program in Fall 2021. Students attend classes online up to three days/week while also accessing in-person academic and emotional support and enrichment classes.
## 264 Boston Day and Evening Academy (BDEA) is an alternative, in-district, Boston Public Schools (BPS) high school located in Roxbury, MA. We educate students through three trauma-informed models: Flagship Program. Students earn a diploma by achieving specific competencies in traditional subject areas including science, humanities and math. Students learn at their own pace in a trimester model with a personal “competency roadmap” which they must complete prior to age 23. BDEA 2.0. Designed around the needs of our Black and Latino young men, with our students’ collaboration, this model focuses on work-based learning with internships and a self-directed pathway-based model towards college, construction or technology. Recognizing that some students were thriving in remote learning, we re-introduced a Blended Learning Program in Fall 2021. Students attend classes online up to three days/week while also accessing in-person academic and emotional support and enrichment classes.
## 265 Boston Day and Evening Academy (BDEA) is an alternative, in-district, Boston Public Schools (BPS) high school located in Roxbury, MA. We educate students through three trauma-informed models: Flagship Program. Students earn a diploma by achieving specific competencies in traditional subject areas including science, humanities and math. Students learn at their own pace in a trimester model with a personal “competency roadmap” which they must complete prior to age 23. BDEA 2.0. Designed around the needs of our Black and Latino young men, with our students’ collaboration, this model focuses on work-based learning with internships and a self-directed pathway-based model towards college, construction or technology. Recognizing that some students were thriving in remote learning, we re-introduced a Blended Learning Program in Fall 2021. Students attend classes online up to three days/week while also accessing in-person academic and emotional support and enrichment classes.
## 266 Boston Day and Evening Academy (BDEA) is an alternative, in-district, Boston Public Schools (BPS) high school located in Roxbury, MA. We educate students through three trauma-informed models: Flagship Program. Students earn a diploma by achieving specific competencies in traditional subject areas including science, humanities and math. Students learn at their own pace in a trimester model with a personal “competency roadmap” which they must complete prior to age 23. BDEA 2.0. Designed around the needs of our Black and Latino young men, with our students’ collaboration, this model focuses on work-based learning with internships and a self-directed pathway-based model towards college, construction or technology. Recognizing that some students were thriving in remote learning, we re-introduced a Blended Learning Program in Fall 2021. Students attend classes online up to three days/week while also accessing in-person academic and emotional support and enrichment classes.
## 267 Boston Day and Evening Academy (BDEA) is an alternative, in-district, Boston Public Schools (BPS) high school located in Roxbury, MA. We educate students through three trauma-informed models: Flagship Program. Students earn a diploma by achieving specific competencies in traditional subject areas including science, humanities and math. Students learn at their own pace in a trimester model with a personal “competency roadmap” which they must complete prior to age 23. BDEA 2.0. Designed around the needs of our Black and Latino young men, with our students’ collaboration, this model focuses on work-based learning with internships and a self-directed pathway-based model towards college, construction or technology. Recognizing that some students were thriving in remote learning, we re-introduced a Blended Learning Program in Fall 2021. Students attend classes online up to three days/week while also accessing in-person academic and emotional support and enrichment classes.
## 268 Boston Day and Evening Academy (BDEA) is an alternative, in-district, Boston Public Schools (BPS) high school located in Roxbury, MA. We educate students through three trauma-informed models: Flagship Program. Students earn a diploma by achieving specific competencies in traditional subject areas including science, humanities and math. Students learn at their own pace in a trimester model with a personal “competency roadmap” which they must complete prior to age 23. BDEA 2.0. Designed around the needs of our Black and Latino young men, with our students’ collaboration, this model focuses on work-based learning with internships and a self-directed pathway-based model towards college, construction or technology. Recognizing that some students were thriving in remote learning, we re-introduced a Blended Learning Program in Fall 2021. Students attend classes online up to three days/week while also accessing in-person academic and emotional support and enrichment classes.
## 269 Boston Day and Evening Academy (BDEA) is an alternative, in-district, Boston Public Schools (BPS) high school located in Roxbury, MA. We educate students through three trauma-informed models: Flagship Program. Students earn a diploma by achieving specific competencies in traditional subject areas including science, humanities and math. Students learn at their own pace in a trimester model with a personal “competency roadmap” which they must complete prior to age 23. BDEA 2.0. Designed around the needs of our Black and Latino young men, with our students’ collaboration, this model focuses on work-based learning with internships and a self-directed pathway-based model towards college, construction or technology. Recognizing that some students were thriving in remote learning, we re-introduced a Blended Learning Program in Fall 2021. Students attend classes online up to three days/week while also accessing in-person academic and emotional support and enrichment classes.
## 270 Boston Day and Evening Academy (BDEA) is an alternative, in-district, Boston Public Schools (BPS) high school located in Roxbury, MA. We educate students through three trauma-informed models: Flagship Program. Students earn a diploma by achieving specific competencies in traditional subject areas including science, humanities and math. Students learn at their own pace in a trimester model with a personal “competency roadmap” which they must complete prior to age 23. BDEA 2.0. Designed around the needs of our Black and Latino young men, with our students’ collaboration, this model focuses on work-based learning with internships and a self-directed pathway-based model towards college, construction or technology. Recognizing that some students were thriving in remote learning, we re-introduced a Blended Learning Program in Fall 2021. Students attend classes online up to three days/week while also accessing in-person academic and emotional support and enrichment classes.
## 271 Boston Day and Evening Academy (BDEA) is an alternative, in-district, Boston Public Schools (BPS) high school located in Roxbury, MA. We educate students through three trauma-informed models: Flagship Program. Students earn a diploma by achieving specific competencies in traditional subject areas including science, humanities and math. Students learn at their own pace in a trimester model with a personal “competency roadmap” which they must complete prior to age 23. BDEA 2.0. Designed around the needs of our Black and Latino young men, with our students’ collaboration, this model focuses on work-based learning with internships and a self-directed pathway-based model towards college, construction or technology. Recognizing that some students were thriving in remote learning, we re-introduced a Blended Learning Program in Fall 2021. Students attend classes online up to three days/week while also accessing in-person academic and emotional support and enrichment classes.
## 272 Boston Day and Evening Academy (BDEA) is an alternative, in-district, Boston Public Schools (BPS) high school located in Roxbury, MA. We educate students through three trauma-informed models: Flagship Program. Students earn a diploma by achieving specific competencies in traditional subject areas including science, humanities and math. Students learn at their own pace in a trimester model with a personal “competency roadmap” which they must complete prior to age 23. BDEA 2.0. Designed around the needs of our Black and Latino young men, with our students’ collaboration, this model focuses on work-based learning with internships and a self-directed pathway-based model towards college, construction or technology. Recognizing that some students were thriving in remote learning, we re-introduced a Blended Learning Program in Fall 2021. Students attend classes online up to three days/week while also accessing in-person academic and emotional support and enrichment classes.
## 273 Boston Day and Evening Academy (BDEA) is an alternative, in-district, Boston Public Schools (BPS) high school located in Roxbury, MA. We educate students through three trauma-informed models: Flagship Program. Students earn a diploma by achieving specific competencies in traditional subject areas including science, humanities and math. Students learn at their own pace in a trimester model with a personal “competency roadmap” which they must complete prior to age 23. BDEA 2.0. Designed around the needs of our Black and Latino young men, with our students’ collaboration, this model focuses on work-based learning with internships and a self-directed pathway-based model towards college, construction or technology. Recognizing that some students were thriving in remote learning, we re-introduced a Blended Learning Program in Fall 2021. Students attend classes online up to three days/week while also accessing in-person academic and emotional support and enrichment classes.
## 274 Boston Day and Evening Academy (BDEA) is an alternative, in-district, Boston Public Schools (BPS) high school located in Roxbury, MA. We educate students through three trauma-informed models: Flagship Program. Students earn a diploma by achieving specific competencies in traditional subject areas including science, humanities and math. Students learn at their own pace in a trimester model with a personal “competency roadmap” which they must complete prior to age 23. BDEA 2.0. Designed around the needs of our Black and Latino young men, with our students’ collaboration, this model focuses on work-based learning with internships and a self-directed pathway-based model towards college, construction or technology. Recognizing that some students were thriving in remote learning, we re-introduced a Blended Learning Program in Fall 2021. Students attend classes online up to three days/week while also accessing in-person academic and emotional support and enrichment classes.
## 275 Boston Day and Evening Academy (BDEA) is an alternative, in-district, Boston Public Schools (BPS) high school located in Roxbury, MA. We educate students through three trauma-informed models: Flagship Program. Students earn a diploma by achieving specific competencies in traditional subject areas including science, humanities and math. Students learn at their own pace in a trimester model with a personal “competency roadmap” which they must complete prior to age 23. BDEA 2.0. Designed around the needs of our Black and Latino young men, with our students’ collaboration, this model focuses on work-based learning with internships and a self-directed pathway-based model towards college, construction or technology. Recognizing that some students were thriving in remote learning, we re-introduced a Blended Learning Program in Fall 2021. Students attend classes online up to three days/week while also accessing in-person academic and emotional support and enrichment classes.
## 276 Boston Day and Evening Academy (BDEA) is an alternative, in-district, Boston Public Schools (BPS) high school located in Roxbury, MA. We educate students through three trauma-informed models: Flagship Program. Students earn a diploma by achieving specific competencies in traditional subject areas including science, humanities and math. Students learn at their own pace in a trimester model with a personal “competency roadmap” which they must complete prior to age 23. BDEA 2.0. Designed around the needs of our Black and Latino young men, with our students’ collaboration, this model focuses on work-based learning with internships and a self-directed pathway-based model towards college, construction or technology. Recognizing that some students were thriving in remote learning, we re-introduced a Blended Learning Program in Fall 2021. Students attend classes online up to three days/week while also accessing in-person academic and emotional support and enrichment classes.
## 277 Boston Day and Evening Academy (BDEA) is an alternative, in-district, Boston Public Schools (BPS) high school located in Roxbury, MA. We educate students through three trauma-informed models: Flagship Program. Students earn a diploma by achieving specific competencies in traditional subject areas including science, humanities and math. Students learn at their own pace in a trimester model with a personal “competency roadmap” which they must complete prior to age 23. BDEA 2.0. Designed around the needs of our Black and Latino young men, with our students’ collaboration, this model focuses on work-based learning with internships and a self-directed pathway-based model towards college, construction or technology. Recognizing that some students were thriving in remote learning, we re-introduced a Blended Learning Program in Fall 2021. Students attend classes online up to three days/week while also accessing in-person academic and emotional support and enrichment classes.
## 278 Boston Day and Evening Academy (BDEA) is an alternative, in-district, Boston Public Schools (BPS) high school located in Roxbury, MA. We educate students through three trauma-informed models: Flagship Program. Students earn a diploma by achieving specific competencies in traditional subject areas including science, humanities and math. Students learn at their own pace in a trimester model with a personal “competency roadmap” which they must complete prior to age 23. BDEA 2.0. Designed around the needs of our Black and Latino young men, with our students’ collaboration, this model focuses on work-based learning with internships and a self-directed pathway-based model towards college, construction or technology. Recognizing that some students were thriving in remote learning, we re-introduced a Blended Learning Program in Fall 2021. Students attend classes online up to three days/week while also accessing in-person academic and emotional support and enrichment classes.
## 279 <NA>
## 280 <NA>
## 281 <NA>
## 282 <NA>
## 283 <NA>
## 284 <NA>
## 285 <NA>
## 286 <NA>
## 287 <NA>
## 288 <NA>
## 289 <NA>
## 290 <NA>
## 291 <NA>
## 292 <NA>
## 293 <NA>
## 294 <NA>
## 295 <NA>
## 296 <NA>
## 297 <NA>
## 298 <NA>
## 299 <NA>
## 300 <NA>
## 301 <NA>
## 302 <NA>
## 303 <NA>
## 304 <NA>
## 305 <NA>
## 306 <NA>
## 307 <NA>
## 308 <NA>
## 309 <NA>
## 310 <NA>
## 311 <NA>
## 312 <NA>
## 313 <NA>
## 314 <NA>
## 315 <NA>
## 316 <NA>
## 317 <NA>
## 318 <NA>
## 319 <NA>
## 320 <NA>
## 321 <NA>
## 322 <NA>
## 323 <NA>
## 324 <NA>
## 325 <NA>
## 326 <NA>
## 327 <NA>
## 328 <NA>
## 329 <NA>
## 330 <NA>
## 331 <NA>
## 332 <NA>
## 333 <NA>
## 334 <NA>
## 335 <NA>
## 336 <NA>
## 337 <NA>
## 338 <NA>
## 339 <NA>
## 340 <NA>
## 341 <NA>
## 342 <NA>
## 343 <NA>
## 344 <NA>
## 345 <NA>
## 346 <NA>
## 347 <NA>
## 348 <NA>
## 349 <NA>
## 350 <NA>
## 351 <NA>
## 352 <NA>
## 353 <NA>
## 354 <NA>
## 355 <NA>
## 356 <NA>
## 357 <NA>
## 358 <NA>
## 359 <NA>
## 360 <NA>
## 361 <NA>
## 362 <NA>
## 363 <NA>
## 364 <NA>
## 365 <NA>
## 366 <NA>
## 367 <NA>
## 368 <NA>
## 369 <NA>
## 370 <NA>
## 371 <NA>
## 372 <NA>
## 373 <NA>
## 374 <NA>
## 375 <NA>
## 376 <NA>
## 377 <NA>
## 378 <NA>
## 379 <NA>
## 380 <NA>
## 381 <NA>
## 382 <NA>
## 383 <NA>
## 384 <NA>
## 385 <NA>
## 386 <NA>
## 387 <NA>
## 388 <NA>
## 389 <NA>
## 390 <NA>
## 391 <NA>
## 392 <NA>
## 393 <NA>
## 394 <NA>
## 395 <NA>
## 396 <NA>
## 397 <NA>
## 398 <NA>
## 399 <NA>
## 400 <NA>
## 401 <NA>
## 402 <NA>
## 403 Public Montessori school (LEA)
## 404 Public Montessori school (LEA)
## 405 Public Montessori school (LEA)
## 406 Public Montessori school (LEA)
## 407 Public Montessori school (LEA)
## 408 Public Montessori school (LEA)
## 409 Public Montessori school (LEA)
## 410 Public Montessori school (LEA)
## 411 Public Montessori school (LEA)
## 412 Public Montessori school (LEA)
## 413 Public Montessori school (LEA)
## 414 Public Montessori school (LEA)
## 415 Public Montessori school (LEA)
## 416 Public Montessori school (LEA)
## 417 Public Montessori school (LEA)
## 418 Public Montessori school (LEA)
## 419 Public Montessori school (LEA)
## 420 Public Montessori school (LEA)
## 421 Public Montessori school (LEA)
## 422 Public Montessori school (LEA)
## 423 Public Montessori school (LEA)
## 424 Public Montessori school (LEA)
## 425 Public Montessori school (LEA)
## 426 Public Montessori school (LEA)
## 427 Public Montessori school (LEA)
## 428 Public Montessori school (LEA)
## 429 Public Montessori school (LEA)
## 430 Public Montessori school (LEA)
## 431 Public Montessori school (LEA)
## 432 Public Montessori school (LEA)
## 433 Public Montessori school (LEA)
## 434 Public Montessori school (LEA)
## 435 Public Montessori school (LEA)
## 436 Public Montessori school (LEA)
## 437 Public Montessori school (LEA)
## 438 Public Montessori school (LEA)
## 439 Public Montessori school (LEA)
## 440 Public Montessori school (LEA)
## 441 Public Montessori school (LEA)
## 442 Public Montessori school (LEA)
## 443 Public Montessori school (LEA)
## 444 Public Montessori school (LEA)
## 445 Public Montessori school (LEA)
## 446 Public Montessori school (LEA)
## 447 Public Montessori school (LEA)
## 448 Public Montessori school (LEA)
## 449 Public Montessori school (LEA)
## 450 Public Montessori school (LEA)
## 451 Public Montessori school (LEA)
## 452 Public Montessori school (LEA)
## 453 Regional Magnet Program
## 454 Regional Magnet Program
## 455 Regional Magnet Program
## 456 Regional Magnet Program
## 457 Regional Magnet Program
## 458 Regional Magnet Program
## 459 Regional Magnet Program
## 460 Regional Magnet Program
## 461 Regional Magnet Program
## 462 Regional Magnet Program
## 463 Regional Magnet Program
## 464 Regional Magnet Program
## 465 Regional Magnet Program
## 466 Regional Magnet Program
## 467 Regional Magnet Program
## 468 Regional Magnet Program
## 469 Regional Magnet Program
## 470 Regional Magnet Program
## 471 Regional Magnet Program
## 472 Regional Magnet Program
## 473 Regional Magnet Program
## 474 Regional Magnet Program
## 475 Regional Magnet Program
## 476 Regional Magnet Program
## 477 Regional Magnet Program
## 478 Regional Magnet Program
## 479 Regional Magnet Program
## 480 Regional Magnet Program
## 481 Regional Magnet Program
## 482 Regional Magnet Program
## 483 Regional Magnet Program
## 484 Regional Magnet Program
## 485 Regional Magnet Program
## 486 Regional Magnet Program
## 487 Regional Magnet Program
## 488 Regional Magnet Program
## 489 Regional Magnet Program
## 490 Regional Magnet Program
## 491 Regional Magnet Program
## 492 Regional Magnet Program
## 493 Regional Magnet Program
## 494 Regional Magnet Program
## 495 Regional Magnet Program
## 496 Regional Magnet Program
## 497 Regional Magnet Program
## 498 <NA>
## 499 <NA>
## 500 <NA>
## 501 <NA>
## 502 <NA>
## 503 <NA>
## 504 <NA>
## 505 <NA>
## 506 <NA>
## 507 <NA>
## 508 <NA>
## 509 <NA>
## 510 <NA>
## 511 <NA>
## 512 <NA>
## 513 <NA>
## 514 <NA>
## 515 <NA>
## 516 <NA>
## 517 <NA>
## 518 <NA>
## 519 <NA>
## 520 <NA>
## 521 <NA>
## 522 <NA>
## 523 <NA>
## 524 <NA>
## 525 <NA>
## 526 <NA>
## 527 <NA>
## 528 <NA>
## 529 <NA>
## 530 <NA>
## 531 <NA>
## 532 <NA>
## 533 <NA>
## 534 <NA>
## 535 <NA>
## 536 <NA>
## 537 <NA>
## 538 <NA>
## 539 <NA>
## 540 <NA>
## 541 <NA>
## 542 <NA>
## 543 <NA>
## 544 <NA>
## 545 <NA>
## 546 <NA>
## 547 <NA>
## 548 <NA>
## 549 <NA>
## 550 <NA>
## 551 <NA>
## 552 <NA>
## 553 <NA>
## 554 <NA>
## 555 <NA>
## 556 <NA>
## 557 <NA>
## 558 <NA>
## 559 <NA>
## 560 <NA>
## 561 <NA>
## 562 <NA>
## 563 <NA>
## 564 <NA>
## 565 <NA>
## 566 <NA>
## 567 <NA>
## 568 <NA>
## 569 <NA>
## 570 <NA>
## 571 <NA>
## 572 <NA>
## 573 <NA>
## 574 <NA>
## 575 <NA>
## 576 <NA>
## 577 <NA>
## 578 <NA>
## 579 <NA>
## 580 <NA>
## 581 <NA>
## 582 <NA>
## 583 <NA>
## 584 <NA>
## 585 <NA>
## 586 <NA>
## 587 <NA>
## 588 <NA>
## 589 <NA>
## 590 <NA>
## 591 <NA>
## 592 <NA>
## 593 <NA>
## 594 <NA>
## 595 <NA>
## 596 <NA>
## 597 <NA>
## 598 <NA>
## 599 <NA>
## 600 <NA>
## 601 <NA>
## 602 <NA>
## 603 <NA>
## 604 <NA>
## 605 <NA>
## 606 <NA>
## 607 <NA>
## 608 <NA>
## 609 <NA>
## 610 <NA>
## 611 <NA>
## 612 <NA>
## 613 <NA>
## 614 <NA>
## 615 <NA>
## 616 <NA>
## 617 <NA>
## 618 <NA>
## 619 <NA>
## 620 <NA>
## 621 <NA>
## 622 <NA>
## 623 <NA>
## 624 <NA>
## 625 <NA>
## 626 <NA>
## 627 <NA>
## 628 <NA>
## 629 <NA>
## 630 <NA>
## 631 <NA>
## 632 <NA>
## 633 <NA>
## 634 <NA>
## 635 <NA>
## 636 <NA>
## 637 <NA>
## 638 <NA>
## 639 <NA>
## 640 <NA>
## 641 <NA>
## 642 <NA>
## 643 <NA>
## 644 <NA>
## 645 <NA>
## 646 <NA>
## 647 <NA>
## 648 <NA>
## 649 <NA>
## 650 <NA>
## 651 <NA>
## 652 <NA>
## 653 <NA>
## 654 East College Prep is one of six charter high schools in Ednovate's network. East College Prep operates in their permanent state-of-the-art, 21st century campus.
## 655 East College Prep is one of six charter high schools in Ednovate's network. East College Prep operates in their permanent state-of-the-art, 21st century campus.
## 656 East College Prep is one of six charter high schools in Ednovate's network. East College Prep operates in their permanent state-of-the-art, 21st century campus.
## 657 East College Prep is one of six charter high schools in Ednovate's network. East College Prep operates in their permanent state-of-the-art, 21st century campus.
## 658 East College Prep is one of six charter high schools in Ednovate's network. East College Prep operates in their permanent state-of-the-art, 21st century campus.
## 659 East College Prep is one of six charter high schools in Ednovate's network. East College Prep operates in their permanent state-of-the-art, 21st century campus.
## 660 East College Prep is one of six charter high schools in Ednovate's network. East College Prep operates in their permanent state-of-the-art, 21st century campus.
## 661 East College Prep is one of six charter high schools in Ednovate's network. East College Prep operates in their permanent state-of-the-art, 21st century campus.
## 662 East College Prep is one of six charter high schools in Ednovate's network. East College Prep operates in their permanent state-of-the-art, 21st century campus.
## 663 East College Prep is one of six charter high schools in Ednovate's network. East College Prep operates in their permanent state-of-the-art, 21st century campus.
## 664 East College Prep is one of six charter high schools in Ednovate's network. East College Prep operates in their permanent state-of-the-art, 21st century campus.
## 665 East College Prep is one of six charter high schools in Ednovate's network. East College Prep operates in their permanent state-of-the-art, 21st century campus.
## 666 East College Prep is one of six charter high schools in Ednovate's network. East College Prep operates in their permanent state-of-the-art, 21st century campus.
## 667 East College Prep is one of six charter high schools in Ednovate's network. East College Prep operates in their permanent state-of-the-art, 21st century campus.
## 668 East College Prep is one of six charter high schools in Ednovate's network. East College Prep operates in their permanent state-of-the-art, 21st century campus.
## 669 East College Prep is one of six charter high schools in Ednovate's network. East College Prep operates in their permanent state-of-the-art, 21st century campus.
## 670 East College Prep is one of six charter high schools in Ednovate's network. East College Prep operates in their permanent state-of-the-art, 21st century campus.
## 671 East College Prep is one of six charter high schools in Ednovate's network. East College Prep operates in their permanent state-of-the-art, 21st century campus.
## 672 East College Prep is one of six charter high schools in Ednovate's network. East College Prep operates in their permanent state-of-the-art, 21st century campus.
## 673 East College Prep is one of six charter high schools in Ednovate's network. East College Prep operates in their permanent state-of-the-art, 21st century campus.
## 674 East College Prep is one of six charter high schools in Ednovate's network. East College Prep operates in their permanent state-of-the-art, 21st century campus.
## 675 East College Prep is one of six charter high schools in Ednovate's network. East College Prep operates in their permanent state-of-the-art, 21st century campus.
## 676 East College Prep is one of six charter high schools in Ednovate's network. East College Prep operates in their permanent state-of-the-art, 21st century campus.
## 677 East College Prep is one of six charter high schools in Ednovate's network. East College Prep operates in their permanent state-of-the-art, 21st century campus.
## 678 East College Prep is one of six charter high schools in Ednovate's network. East College Prep operates in their permanent state-of-the-art, 21st century campus.
## 679 East College Prep is one of six charter high schools in Ednovate's network. East College Prep operates in their permanent state-of-the-art, 21st century campus.
## 680 East College Prep is one of six charter high schools in Ednovate's network. East College Prep operates in their permanent state-of-the-art, 21st century campus.
## 681 East College Prep is one of six charter high schools in Ednovate's network. East College Prep operates in their permanent state-of-the-art, 21st century campus.
## 682 East College Prep is one of six charter high schools in Ednovate's network. East College Prep operates in their permanent state-of-the-art, 21st century campus.
## 683 East College Prep is one of six charter high schools in Ednovate's network. East College Prep operates in their permanent state-of-the-art, 21st century campus.
## 684 East College Prep is one of six charter high schools in Ednovate's network. East College Prep operates in their permanent state-of-the-art, 21st century campus.
## 685 East College Prep is one of six charter high schools in Ednovate's network. East College Prep operates in their permanent state-of-the-art, 21st century campus.
## 686 East College Prep is one of six charter high schools in Ednovate's network. East College Prep operates in their permanent state-of-the-art, 21st century campus.
## 687 East College Prep is one of six charter high schools in Ednovate's network. East College Prep operates in their permanent state-of-the-art, 21st century campus.
## 688 East College Prep is one of six charter high schools in Ednovate's network. East College Prep operates in their permanent state-of-the-art, 21st century campus.
## 689 East College Prep is one of six charter high schools in Ednovate's network. East College Prep operates in their permanent state-of-the-art, 21st century campus.
## 690 East College Prep is one of six charter high schools in Ednovate's network. East College Prep operates in their permanent state-of-the-art, 21st century campus.
## 691 East College Prep is one of six charter high schools in Ednovate's network. East College Prep operates in their permanent state-of-the-art, 21st century campus.
## 692 East College Prep is one of six charter high schools in Ednovate's network. East College Prep operates in their permanent state-of-the-art, 21st century campus.
## 693 East College Prep is one of six charter high schools in Ednovate's network. East College Prep operates in their permanent state-of-the-art, 21st century campus.
## 694 East College Prep is one of six charter high schools in Ednovate's network. East College Prep operates in their permanent state-of-the-art, 21st century campus.
## 695 East College Prep is one of six charter high schools in Ednovate's network. East College Prep operates in their permanent state-of-the-art, 21st century campus.
## 696 East College Prep is one of six charter high schools in Ednovate's network. East College Prep operates in their permanent state-of-the-art, 21st century campus.
## 697 East College Prep is one of six charter high schools in Ednovate's network. East College Prep operates in their permanent state-of-the-art, 21st century campus.
## 698 East College Prep is one of six charter high schools in Ednovate's network. East College Prep operates in their permanent state-of-the-art, 21st century campus.
## 699 East College Prep is one of six charter high schools in Ednovate's network. East College Prep operates in their permanent state-of-the-art, 21st century campus.
## 700 East College Prep is one of six charter high schools in Ednovate's network. East College Prep operates in their permanent state-of-the-art, 21st century campus.
## 701 East College Prep is one of six charter high schools in Ednovate's network. East College Prep operates in their permanent state-of-the-art, 21st century campus.
## 702 East College Prep is one of six charter high schools in Ednovate's network. East College Prep operates in their permanent state-of-the-art, 21st century campus.
## 703 East College Prep is one of six charter high schools in Ednovate's network. East College Prep operates in their permanent state-of-the-art, 21st century campus.
## 704 East College Prep is one of six charter high schools in Ednovate's network. East College Prep operates in their permanent state-of-the-art, 21st century campus.
## 705 East College Prep is one of six charter high schools in Ednovate's network. East College Prep operates in their permanent state-of-the-art, 21st century campus.
## 706 East College Prep is one of six charter high schools in Ednovate's network. East College Prep operates in their permanent state-of-the-art, 21st century campus.
## 707 East College Prep is one of six charter high schools in Ednovate's network. East College Prep operates in their permanent state-of-the-art, 21st century campus.
## 708 East College Prep is one of six charter high schools in Ednovate's network. East College Prep operates in their permanent state-of-the-art, 21st century campus.
## 709 East College Prep is one of six charter high schools in Ednovate's network. East College Prep operates in their permanent state-of-the-art, 21st century campus.
## 710 East College Prep is one of six charter high schools in Ednovate's network. East College Prep operates in their permanent state-of-the-art, 21st century campus.
## 711 East College Prep is one of six charter high schools in Ednovate's network. East College Prep operates in their permanent state-of-the-art, 21st century campus.
## 712 <NA>
## 713 <NA>
## 714 <NA>
## 715 <NA>
## 716 <NA>
## 717 <NA>
## 718 <NA>
## 719 <NA>
## 720 <NA>
## 721 <NA>
## 722 <NA>
## 723 <NA>
## 724 <NA>
## 725 <NA>
## 726 <NA>
## 727 <NA>
## 728 <NA>
## 729 <NA>
## 730 <NA>
## 731 <NA>
## 732 <NA>
## 733 <NA>
## 734 <NA>
## 735 <NA>
## 736 <NA>
## 737 <NA>
## 738 <NA>
## 739 <NA>
## 740 <NA>
## 741 <NA>
## 742 <NA>
## 743 <NA>
## 744 <NA>
## 745 <NA>
## 746 <NA>
## 747 <NA>
## 748 <NA>
## 749 <NA>
## 750 <NA>
## 751 <NA>
## 752 <NA>
## 753 <NA>
## 754 <NA>
## 755 <NA>
## 756 <NA>
## 757 <NA>
## 758 <NA>
## 759 <NA>
## 760 <NA>
## 761 <NA>
## 762 <NA>
## 763 <NA>
## 764 <NA>
## 765 <NA>
## 766 <NA>
## 767 <NA>
## 768 <NA>
## 769 <NA>
## 770 <NA>
## 771 <NA>
## 772 <NA>
## 773 <NA>
## 774 <NA>
## 775 <NA>
## 776 <NA>
## 777 <NA>
## 778 <NA>
## 779 <NA>
## 780 <NA>
## 781 <NA>
## 782 <NA>
## 783 <NA>
## 784 <NA>
## 785 <NA>
## 786 <NA>
## 787 <NA>
## 788 <NA>
## 789 <NA>
## 790 <NA>
## 791 <NA>
## 792 <NA>
## 793 <NA>
## 794 <NA>
## 795 <NA>
## 796 <NA>
## 797 <NA>
## 798 <NA>
## 799 <NA>
## 800 <NA>
## 801 <NA>
## 802 <NA>
## 803 <NA>
## 804 <NA>
## 805 <NA>
## 806 <NA>
## 807 <NA>
## 808 <NA>
## 809 <NA>
## 810 <NA>
## 811 <NA>
## 812 <NA>
## 813 <NA>
## 814 <NA>
## 815 <NA>
## 816 <NA>
## 817 <NA>
## 818 <NA>
## 819 <NA>
## 820 <NA>
## 821 <NA>
## 822 <NA>
## 823 <NA>
## 824 <NA>
## 825 <NA>
## 826 <NA>
## 827 <NA>
## 828 <NA>
## 829 <NA>
## 830 <NA>
## 831 <NA>
## 832 <NA>
## 833 <NA>
## 834 <NA>
## 835 <NA>
## 836 <NA>
## 837 <NA>
## 838 <NA>
## 839 <NA>
## 840 <NA>
## 841 <NA>
## 842 <NA>
## 843 <NA>
## 844 <NA>
## 845 <NA>
## 846 <NA>
## 847 <NA>
## 848 <NA>
## 849 <NA>
## 850 <NA>
## 851 <NA>
## 852 <NA>
## 853 <NA>
## 854 <NA>
## 855 <NA>
## 856 <NA>
## 857 <NA>
## 858 <NA>
## 859 <NA>
## 860 <NA>
## 861 <NA>
## 862 <NA>
## 863 <NA>
## 864 <NA>
## 865 <NA>
## 866 <NA>
## 867 <NA>
## 868 <NA>
## 869 <NA>
## 870 <NA>
## 871 <NA>
## 872 <NA>
## 873 <NA>
## 874 <NA>
## 875 <NA>
## 876 <NA>
## 877 <NA>
## 878 <NA>
## 879 <NA>
## 880 <NA>
## 881 <NA>
## 882 <NA>
## 883 <NA>
## 884 <NA>
## 885 <NA>
## 886 <NA>
## 887 <NA>
## 888 <NA>
## 889 <NA>
## 890 <NA>
## 891 <NA>
## 892 <NA>
## 893 <NA>
## 894 <NA>
## 895 <NA>
## 896 <NA>
## 897 <NA>
## 898 <NA>
## 899 <NA>
## 900 <NA>
## 901 <NA>
## 902 <NA>
## 903 <NA>
## 904 <NA>
## 905 <NA>
## 906 <NA>
## 907 <NA>
## 908 <NA>
## 909 <NA>
## 910 <NA>
## 911 <NA>
## 912 <NA>
## 913 <NA>
## 914 <NA>
## 915 <NA>
## 916 <NA>
## 917 <NA>
## 918 <NA>
## 919 <NA>
## 920 <NA>
## 921 <NA>
## 922 <NA>
## 923 <NA>
## 924 <NA>
## 925 <NA>
## 926 <NA>
## 927 <NA>
## 928 <NA>
## 929 <NA>
## 930 <NA>
## 931 <NA>
## 932 <NA>
## 933 <NA>
## 934 <NA>
## 935 <NA>
## 936 <NA>
## 937 <NA>
## 938 <NA>
## 939 <NA>
## 940 <NA>
## 941 <NA>
## 942 <NA>
## 943 <NA>
## 944 <NA>
## 945 <NA>
## 946 <NA>
## 947 <NA>
## 948 <NA>
## 949 <NA>
## 950 <NA>
## 951 <NA>
## 952 <NA>
## 953 <NA>
## 954 <NA>
## 955 <NA>
## 956 <NA>
## 957 <NA>
## 958 <NA>
## 959 <NA>
## 960 <NA>
## 961 <NA>
## 962 <NA>
## 963 <NA>
## 964 <NA>
## 965 <NA>
## 966 <NA>
## 967 <NA>
## 968 <NA>
## 969 <NA>
## 970 <NA>
## 971 <NA>
## 972 <NA>
## 973 <NA>
## 974 <NA>
## 975 <NA>
## 976 <NA>
## 977 <NA>
## 978 <NA>
## 979 <NA>
## 980 <NA>
## 981 <NA>
## 982 <NA>
## 983 <NA>
## 984 <NA>
## 985 <NA>
## 986 <NA>
## 987 <NA>
## 988 <NA>
## 989 <NA>
## 990 <NA>
## 991 <NA>
## 992 <NA>
## 993 <NA>
## 994 <NA>
## 995 <NA>
## 996 <NA>
## 997 <NA>
## 998 <NA>
## 999 <NA>
## 1000 <NA>
## 1001 <NA>
## 1002 <NA>
## 1003 <NA>
## 1004 <NA>
## 1005 <NA>
## 1006 <NA>
## 1007 <NA>
## 1008 <NA>
## 1009 <NA>
## 1010 <NA>
## 1011 <NA>
## 1012 <NA>
## 1013 <NA>
## 1014 <NA>
## 1015 <NA>
## 1016 <NA>
## 1017 <NA>
## 1018 <NA>
## 1019 <NA>
## 1020 <NA>
## 1021 <NA>
## 1022 <NA>
## 1023 <NA>
## 1024 <NA>
## 1025 <NA>
## 1026 <NA>
## 1027 <NA>
## 1028 <NA>
## 1029 <NA>
## 1030 <NA>
## 1031 <NA>
## 1032 <NA>
## 1033 <NA>
## 1034 <NA>
## 1035 <NA>
## 1036 <NA>
## 1037 <NA>
## 1038 <NA>
## 1039 <NA>
## 1040 <NA>
## 1041 <NA>
## 1042 <NA>
## 1043 <NA>
## 1044 <NA>
## 1045 <NA>
## 1046 <NA>
## 1047 <NA>
## 1048 <NA>
## 1049 <NA>
## 1050 <NA>
## 1051 <NA>
## 1052 <NA>
## 1053 <NA>
## 1054 <NA>
## 1055 <NA>
## 1056 <NA>
## 1057 <NA>
## 1058 <NA>
## 1059 <NA>
## 1060 <NA>
## 1061 <NA>
## 1062 <NA>
## 1063 <NA>
## 1064 <NA>
## 1065 <NA>
## 1066 <NA>
## 1067 <NA>
## 1068 <NA>
## 1069 <NA>
## 1070 <NA>
## 1071 <NA>
## 1072 <NA>
## 1073 <NA>
## 1074 <NA>
## 1075 <NA>
## 1076 Elementary students (grades K-5) attend school at the school building. Secondary students (6-10) also attend school at the campus, however, are engaged in face to face classes, as well as virtual dual credit classes. Secondary students (11-12) have a variety of options, depending upon their personal learning styles, their individual graduation plan, etc. These students often take classes at their local college campus, take virtual dual credit classes, and also take one or two classes at the school campus. They have the flexibility and autonomy to design their own plan with the support of the school guidance counselor. Gem Prep has two graduation pathways: 1) Students may graduate with their AA degree completed or 2) they may graduate with 18+ dual college credits completed.
## 1077 Elementary students (grades K-5) attend school at the school building. Secondary students (6-10) also attend school at the campus, however, are engaged in face to face classes, as well as virtual dual credit classes. Secondary students (11-12) have a variety of options, depending upon their personal learning styles, their individual graduation plan, etc. These students often take classes at their local college campus, take virtual dual credit classes, and also take one or two classes at the school campus. They have the flexibility and autonomy to design their own plan with the support of the school guidance counselor. Gem Prep has two graduation pathways: 1) Students may graduate with their AA degree completed or 2) they may graduate with 18+ dual college credits completed.
## 1078 Elementary students (grades K-5) attend school at the school building. Secondary students (6-10) also attend school at the campus, however, are engaged in face to face classes, as well as virtual dual credit classes. Secondary students (11-12) have a variety of options, depending upon their personal learning styles, their individual graduation plan, etc. These students often take classes at their local college campus, take virtual dual credit classes, and also take one or two classes at the school campus. They have the flexibility and autonomy to design their own plan with the support of the school guidance counselor. Gem Prep has two graduation pathways: 1) Students may graduate with their AA degree completed or 2) they may graduate with 18+ dual college credits completed.
## 1079 Elementary students (grades K-5) attend school at the school building. Secondary students (6-10) also attend school at the campus, however, are engaged in face to face classes, as well as virtual dual credit classes. Secondary students (11-12) have a variety of options, depending upon their personal learning styles, their individual graduation plan, etc. These students often take classes at their local college campus, take virtual dual credit classes, and also take one or two classes at the school campus. They have the flexibility and autonomy to design their own plan with the support of the school guidance counselor. Gem Prep has two graduation pathways: 1) Students may graduate with their AA degree completed or 2) they may graduate with 18+ dual college credits completed.
## 1080 Elementary students (grades K-5) attend school at the school building. Secondary students (6-10) also attend school at the campus, however, are engaged in face to face classes, as well as virtual dual credit classes. Secondary students (11-12) have a variety of options, depending upon their personal learning styles, their individual graduation plan, etc. These students often take classes at their local college campus, take virtual dual credit classes, and also take one or two classes at the school campus. They have the flexibility and autonomy to design their own plan with the support of the school guidance counselor. Gem Prep has two graduation pathways: 1) Students may graduate with their AA degree completed or 2) they may graduate with 18+ dual college credits completed.
## 1081 Elementary students (grades K-5) attend school at the school building. Secondary students (6-10) also attend school at the campus, however, are engaged in face to face classes, as well as virtual dual credit classes. Secondary students (11-12) have a variety of options, depending upon their personal learning styles, their individual graduation plan, etc. These students often take classes at their local college campus, take virtual dual credit classes, and also take one or two classes at the school campus. They have the flexibility and autonomy to design their own plan with the support of the school guidance counselor. Gem Prep has two graduation pathways: 1) Students may graduate with their AA degree completed or 2) they may graduate with 18+ dual college credits completed.
## 1082 Elementary students (grades K-5) attend school at the school building. Secondary students (6-10) also attend school at the campus, however, are engaged in face to face classes, as well as virtual dual credit classes. Secondary students (11-12) have a variety of options, depending upon their personal learning styles, their individual graduation plan, etc. These students often take classes at their local college campus, take virtual dual credit classes, and also take one or two classes at the school campus. They have the flexibility and autonomy to design their own plan with the support of the school guidance counselor. Gem Prep has two graduation pathways: 1) Students may graduate with their AA degree completed or 2) they may graduate with 18+ dual college credits completed.
## 1083 Elementary students (grades K-5) attend school at the school building. Secondary students (6-10) also attend school at the campus, however, are engaged in face to face classes, as well as virtual dual credit classes. Secondary students (11-12) have a variety of options, depending upon their personal learning styles, their individual graduation plan, etc. These students often take classes at their local college campus, take virtual dual credit classes, and also take one or two classes at the school campus. They have the flexibility and autonomy to design their own plan with the support of the school guidance counselor. Gem Prep has two graduation pathways: 1) Students may graduate with their AA degree completed or 2) they may graduate with 18+ dual college credits completed.
## 1084 Elementary students (grades K-5) attend school at the school building. Secondary students (6-10) also attend school at the campus, however, are engaged in face to face classes, as well as virtual dual credit classes. Secondary students (11-12) have a variety of options, depending upon their personal learning styles, their individual graduation plan, etc. These students often take classes at their local college campus, take virtual dual credit classes, and also take one or two classes at the school campus. They have the flexibility and autonomy to design their own plan with the support of the school guidance counselor. Gem Prep has two graduation pathways: 1) Students may graduate with their AA degree completed or 2) they may graduate with 18+ dual college credits completed.
## 1085 Elementary students (grades K-5) attend school at the school building. Secondary students (6-10) also attend school at the campus, however, are engaged in face to face classes, as well as virtual dual credit classes. Secondary students (11-12) have a variety of options, depending upon their personal learning styles, their individual graduation plan, etc. These students often take classes at their local college campus, take virtual dual credit classes, and also take one or two classes at the school campus. They have the flexibility and autonomy to design their own plan with the support of the school guidance counselor. Gem Prep has two graduation pathways: 1) Students may graduate with their AA degree completed or 2) they may graduate with 18+ dual college credits completed.
## 1086 Elementary students (grades K-5) attend school at the school building. Secondary students (6-10) also attend school at the campus, however, are engaged in face to face classes, as well as virtual dual credit classes. Secondary students (11-12) have a variety of options, depending upon their personal learning styles, their individual graduation plan, etc. These students often take classes at their local college campus, take virtual dual credit classes, and also take one or two classes at the school campus. They have the flexibility and autonomy to design their own plan with the support of the school guidance counselor. Gem Prep has two graduation pathways: 1) Students may graduate with their AA degree completed or 2) they may graduate with 18+ dual college credits completed.
## 1087 Elementary students (grades K-5) attend school at the school building. Secondary students (6-10) also attend school at the campus, however, are engaged in face to face classes, as well as virtual dual credit classes. Secondary students (11-12) have a variety of options, depending upon their personal learning styles, their individual graduation plan, etc. These students often take classes at their local college campus, take virtual dual credit classes, and also take one or two classes at the school campus. They have the flexibility and autonomy to design their own plan with the support of the school guidance counselor. Gem Prep has two graduation pathways: 1) Students may graduate with their AA degree completed or 2) they may graduate with 18+ dual college credits completed.
## 1088 Elementary students (grades K-5) attend school at the school building. Secondary students (6-10) also attend school at the campus, however, are engaged in face to face classes, as well as virtual dual credit classes. Secondary students (11-12) have a variety of options, depending upon their personal learning styles, their individual graduation plan, etc. These students often take classes at their local college campus, take virtual dual credit classes, and also take one or two classes at the school campus. They have the flexibility and autonomy to design their own plan with the support of the school guidance counselor. Gem Prep has two graduation pathways: 1) Students may graduate with their AA degree completed or 2) they may graduate with 18+ dual college credits completed.
## 1089 Elementary students (grades K-5) attend school at the school building. Secondary students (6-10) also attend school at the campus, however, are engaged in face to face classes, as well as virtual dual credit classes. Secondary students (11-12) have a variety of options, depending upon their personal learning styles, their individual graduation plan, etc. These students often take classes at their local college campus, take virtual dual credit classes, and also take one or two classes at the school campus. They have the flexibility and autonomy to design their own plan with the support of the school guidance counselor. Gem Prep has two graduation pathways: 1) Students may graduate with their AA degree completed or 2) they may graduate with 18+ dual college credits completed.
## 1090 Elementary students (grades K-5) attend school at the school building. Secondary students (6-10) also attend school at the campus, however, are engaged in face to face classes, as well as virtual dual credit classes. Secondary students (11-12) have a variety of options, depending upon their personal learning styles, their individual graduation plan, etc. These students often take classes at their local college campus, take virtual dual credit classes, and also take one or two classes at the school campus. They have the flexibility and autonomy to design their own plan with the support of the school guidance counselor. Gem Prep has two graduation pathways: 1) Students may graduate with their AA degree completed or 2) they may graduate with 18+ dual college credits completed.
## 1091 Elementary students (grades K-5) attend school at the school building. Secondary students (6-10) also attend school at the campus, however, are engaged in face to face classes, as well as virtual dual credit classes. Secondary students (11-12) have a variety of options, depending upon their personal learning styles, their individual graduation plan, etc. These students often take classes at their local college campus, take virtual dual credit classes, and also take one or two classes at the school campus. They have the flexibility and autonomy to design their own plan with the support of the school guidance counselor. Gem Prep has two graduation pathways: 1) Students may graduate with their AA degree completed or 2) they may graduate with 18+ dual college credits completed.
## 1092 Elementary students (grades K-5) attend school at the school building. Secondary students (6-10) also attend school at the campus, however, are engaged in face to face classes, as well as virtual dual credit classes. Secondary students (11-12) have a variety of options, depending upon their personal learning styles, their individual graduation plan, etc. These students often take classes at their local college campus, take virtual dual credit classes, and also take one or two classes at the school campus. They have the flexibility and autonomy to design their own plan with the support of the school guidance counselor. Gem Prep has two graduation pathways: 1) Students may graduate with their AA degree completed or 2) they may graduate with 18+ dual college credits completed.
## 1093 Elementary students (grades K-5) attend school at the school building. Secondary students (6-10) also attend school at the campus, however, are engaged in face to face classes, as well as virtual dual credit classes. Secondary students (11-12) have a variety of options, depending upon their personal learning styles, their individual graduation plan, etc. These students often take classes at their local college campus, take virtual dual credit classes, and also take one or two classes at the school campus. They have the flexibility and autonomy to design their own plan with the support of the school guidance counselor. Gem Prep has two graduation pathways: 1) Students may graduate with their AA degree completed or 2) they may graduate with 18+ dual college credits completed.
## 1094 Elementary students (grades K-5) attend school at the school building. Secondary students (6-10) also attend school at the campus, however, are engaged in face to face classes, as well as virtual dual credit classes. Secondary students (11-12) have a variety of options, depending upon their personal learning styles, their individual graduation plan, etc. These students often take classes at their local college campus, take virtual dual credit classes, and also take one or two classes at the school campus. They have the flexibility and autonomy to design their own plan with the support of the school guidance counselor. Gem Prep has two graduation pathways: 1) Students may graduate with their AA degree completed or 2) they may graduate with 18+ dual college credits completed.
## 1095 Elementary students (grades K-5) attend school at the school building. Secondary students (6-10) also attend school at the campus, however, are engaged in face to face classes, as well as virtual dual credit classes. Secondary students (11-12) have a variety of options, depending upon their personal learning styles, their individual graduation plan, etc. These students often take classes at their local college campus, take virtual dual credit classes, and also take one or two classes at the school campus. They have the flexibility and autonomy to design their own plan with the support of the school guidance counselor. Gem Prep has two graduation pathways: 1) Students may graduate with their AA degree completed or 2) they may graduate with 18+ dual college credits completed.
## 1096 Elementary students (grades K-5) attend school at the school building. Secondary students (6-10) also attend school at the campus, however, are engaged in face to face classes, as well as virtual dual credit classes. Secondary students (11-12) have a variety of options, depending upon their personal learning styles, their individual graduation plan, etc. These students often take classes at their local college campus, take virtual dual credit classes, and also take one or two classes at the school campus. They have the flexibility and autonomy to design their own plan with the support of the school guidance counselor. Gem Prep has two graduation pathways: 1) Students may graduate with their AA degree completed or 2) they may graduate with 18+ dual college credits completed.
## 1097 Elementary students (grades K-5) attend school at the school building. Secondary students (6-10) also attend school at the campus, however, are engaged in face to face classes, as well as virtual dual credit classes. Secondary students (11-12) have a variety of options, depending upon their personal learning styles, their individual graduation plan, etc. These students often take classes at their local college campus, take virtual dual credit classes, and also take one or two classes at the school campus. They have the flexibility and autonomy to design their own plan with the support of the school guidance counselor. Gem Prep has two graduation pathways: 1) Students may graduate with their AA degree completed or 2) they may graduate with 18+ dual college credits completed.
## 1098 Elementary students (grades K-5) attend school at the school building. Secondary students (6-10) also attend school at the campus, however, are engaged in face to face classes, as well as virtual dual credit classes. Secondary students (11-12) have a variety of options, depending upon their personal learning styles, their individual graduation plan, etc. These students often take classes at their local college campus, take virtual dual credit classes, and also take one or two classes at the school campus. They have the flexibility and autonomy to design their own plan with the support of the school guidance counselor. Gem Prep has two graduation pathways: 1) Students may graduate with their AA degree completed or 2) they may graduate with 18+ dual college credits completed.
## 1099 Elementary students (grades K-5) attend school at the school building. Secondary students (6-10) also attend school at the campus, however, are engaged in face to face classes, as well as virtual dual credit classes. Secondary students (11-12) have a variety of options, depending upon their personal learning styles, their individual graduation plan, etc. These students often take classes at their local college campus, take virtual dual credit classes, and also take one or two classes at the school campus. They have the flexibility and autonomy to design their own plan with the support of the school guidance counselor. Gem Prep has two graduation pathways: 1) Students may graduate with their AA degree completed or 2) they may graduate with 18+ dual college credits completed.
## 1100 Elementary students (grades K-5) attend school at the school building. Secondary students (6-10) also attend school at the campus, however, are engaged in face to face classes, as well as virtual dual credit classes. Secondary students (11-12) have a variety of options, depending upon their personal learning styles, their individual graduation plan, etc. These students often take classes at their local college campus, take virtual dual credit classes, and also take one or two classes at the school campus. They have the flexibility and autonomy to design their own plan with the support of the school guidance counselor. Gem Prep has two graduation pathways: 1) Students may graduate with their AA degree completed or 2) they may graduate with 18+ dual college credits completed.
## 1101 Elementary students (grades K-5) attend school at the school building. Secondary students (6-10) also attend school at the campus, however, are engaged in face to face classes, as well as virtual dual credit classes. Secondary students (11-12) have a variety of options, depending upon their personal learning styles, their individual graduation plan, etc. These students often take classes at their local college campus, take virtual dual credit classes, and also take one or two classes at the school campus. They have the flexibility and autonomy to design their own plan with the support of the school guidance counselor. Gem Prep has two graduation pathways: 1) Students may graduate with their AA degree completed or 2) they may graduate with 18+ dual college credits completed.
## 1102 Elementary students (grades K-5) attend school at the school building. Secondary students (6-10) also attend school at the campus, however, are engaged in face to face classes, as well as virtual dual credit classes. Secondary students (11-12) have a variety of options, depending upon their personal learning styles, their individual graduation plan, etc. These students often take classes at their local college campus, take virtual dual credit classes, and also take one or two classes at the school campus. They have the flexibility and autonomy to design their own plan with the support of the school guidance counselor. Gem Prep has two graduation pathways: 1) Students may graduate with their AA degree completed or 2) they may graduate with 18+ dual college credits completed.
## 1103 Elementary students (grades K-5) attend school at the school building. Secondary students (6-10) also attend school at the campus, however, are engaged in face to face classes, as well as virtual dual credit classes. Secondary students (11-12) have a variety of options, depending upon their personal learning styles, their individual graduation plan, etc. These students often take classes at their local college campus, take virtual dual credit classes, and also take one or two classes at the school campus. They have the flexibility and autonomy to design their own plan with the support of the school guidance counselor. Gem Prep has two graduation pathways: 1) Students may graduate with their AA degree completed or 2) they may graduate with 18+ dual college credits completed.
## 1104 Elementary students (grades K-5) attend school at the school building. Secondary students (6-10) also attend school at the campus, however, are engaged in face to face classes, as well as virtual dual credit classes. Secondary students (11-12) have a variety of options, depending upon their personal learning styles, their individual graduation plan, etc. These students often take classes at their local college campus, take virtual dual credit classes, and also take one or two classes at the school campus. They have the flexibility and autonomy to design their own plan with the support of the school guidance counselor. Gem Prep has two graduation pathways: 1) Students may graduate with their AA degree completed or 2) they may graduate with 18+ dual college credits completed.
## 1105 Elementary students (grades K-5) attend school at the school building. Secondary students (6-10) also attend school at the campus, however, are engaged in face to face classes, as well as virtual dual credit classes. Secondary students (11-12) have a variety of options, depending upon their personal learning styles, their individual graduation plan, etc. These students often take classes at their local college campus, take virtual dual credit classes, and also take one or two classes at the school campus. They have the flexibility and autonomy to design their own plan with the support of the school guidance counselor. Gem Prep has two graduation pathways: 1) Students may graduate with their AA degree completed or 2) they may graduate with 18+ dual college credits completed.
## 1106 Elementary students (grades K-5) attend school at the school building. Secondary students (6-10) also attend school at the campus, however, are engaged in face to face classes, as well as virtual dual credit classes. Secondary students (11-12) have a variety of options, depending upon their personal learning styles, their individual graduation plan, etc. These students often take classes at their local college campus, take virtual dual credit classes, and also take one or two classes at the school campus. They have the flexibility and autonomy to design their own plan with the support of the school guidance counselor. Gem Prep has two graduation pathways: 1) Students may graduate with their AA degree completed or 2) they may graduate with 18+ dual college credits completed.
## 1107 Elementary students (grades K-5) attend school at the school building. Secondary students (6-10) also attend school at the campus, however, are engaged in face to face classes, as well as virtual dual credit classes. Secondary students (11-12) have a variety of options, depending upon their personal learning styles, their individual graduation plan, etc. These students often take classes at their local college campus, take virtual dual credit classes, and also take one or two classes at the school campus. They have the flexibility and autonomy to design their own plan with the support of the school guidance counselor. Gem Prep has two graduation pathways: 1) Students may graduate with their AA degree completed or 2) they may graduate with 18+ dual college credits completed.
## 1108 Elementary students (grades K-5) attend school at the school building. Secondary students (6-10) also attend school at the campus, however, are engaged in face to face classes, as well as virtual dual credit classes. Secondary students (11-12) have a variety of options, depending upon their personal learning styles, their individual graduation plan, etc. These students often take classes at their local college campus, take virtual dual credit classes, and also take one or two classes at the school campus. They have the flexibility and autonomy to design their own plan with the support of the school guidance counselor. Gem Prep has two graduation pathways: 1) Students may graduate with their AA degree completed or 2) they may graduate with 18+ dual college credits completed.
## 1109 Elementary students (grades K-5) attend school at the school building. Secondary students (6-10) also attend school at the campus, however, are engaged in face to face classes, as well as virtual dual credit classes. Secondary students (11-12) have a variety of options, depending upon their personal learning styles, their individual graduation plan, etc. These students often take classes at their local college campus, take virtual dual credit classes, and also take one or two classes at the school campus. They have the flexibility and autonomy to design their own plan with the support of the school guidance counselor. Gem Prep has two graduation pathways: 1) Students may graduate with their AA degree completed or 2) they may graduate with 18+ dual college credits completed.
## 1110 Elementary students (grades K-5) attend school at the school building. Secondary students (6-10) also attend school at the campus, however, are engaged in face to face classes, as well as virtual dual credit classes. Secondary students (11-12) have a variety of options, depending upon their personal learning styles, their individual graduation plan, etc. These students often take classes at their local college campus, take virtual dual credit classes, and also take one or two classes at the school campus. They have the flexibility and autonomy to design their own plan with the support of the school guidance counselor. Gem Prep has two graduation pathways: 1) Students may graduate with their AA degree completed or 2) they may graduate with 18+ dual college credits completed.
## 1111 Elementary students (grades K-5) attend school at the school building. Secondary students (6-10) also attend school at the campus, however, are engaged in face to face classes, as well as virtual dual credit classes. Secondary students (11-12) have a variety of options, depending upon their personal learning styles, their individual graduation plan, etc. These students often take classes at their local college campus, take virtual dual credit classes, and also take one or two classes at the school campus. They have the flexibility and autonomy to design their own plan with the support of the school guidance counselor. Gem Prep has two graduation pathways: 1) Students may graduate with their AA degree completed or 2) they may graduate with 18+ dual college credits completed.
## 1112 Elementary students (grades K-5) attend school at the school building. Secondary students (6-10) also attend school at the campus, however, are engaged in face to face classes, as well as virtual dual credit classes. Secondary students (11-12) have a variety of options, depending upon their personal learning styles, their individual graduation plan, etc. These students often take classes at their local college campus, take virtual dual credit classes, and also take one or two classes at the school campus. They have the flexibility and autonomy to design their own plan with the support of the school guidance counselor. Gem Prep has two graduation pathways: 1) Students may graduate with their AA degree completed or 2) they may graduate with 18+ dual college credits completed.
## 1113 Elementary students (grades K-5) attend school at the school building. Secondary students (6-10) also attend school at the campus, however, are engaged in face to face classes, as well as virtual dual credit classes. Secondary students (11-12) have a variety of options, depending upon their personal learning styles, their individual graduation plan, etc. These students often take classes at their local college campus, take virtual dual credit classes, and also take one or two classes at the school campus. They have the flexibility and autonomy to design their own plan with the support of the school guidance counselor. Gem Prep has two graduation pathways: 1) Students may graduate with their AA degree completed or 2) they may graduate with 18+ dual college credits completed.
## 1114 Elementary students (grades K-5) attend school at the school building. Secondary students (6-10) also attend school at the campus, however, are engaged in face to face classes, as well as virtual dual credit classes. Secondary students (11-12) have a variety of options, depending upon their personal learning styles, their individual graduation plan, etc. These students often take classes at their local college campus, take virtual dual credit classes, and also take one or two classes at the school campus. They have the flexibility and autonomy to design their own plan with the support of the school guidance counselor. Gem Prep has two graduation pathways: 1) Students may graduate with their AA degree completed or 2) they may graduate with 18+ dual college credits completed.
## 1115 Elementary students (grades K-5) attend school at the school building. Secondary students (6-10) also attend school at the campus, however, are engaged in face to face classes, as well as virtual dual credit classes. Secondary students (11-12) have a variety of options, depending upon their personal learning styles, their individual graduation plan, etc. These students often take classes at their local college campus, take virtual dual credit classes, and also take one or two classes at the school campus. They have the flexibility and autonomy to design their own plan with the support of the school guidance counselor. Gem Prep has two graduation pathways: 1) Students may graduate with their AA degree completed or 2) they may graduate with 18+ dual college credits completed.
## 1116 Elementary students (grades K-5) attend school at the school building. Secondary students (6-10) also attend school at the campus, however, are engaged in face to face classes, as well as virtual dual credit classes. Secondary students (11-12) have a variety of options, depending upon their personal learning styles, their individual graduation plan, etc. These students often take classes at their local college campus, take virtual dual credit classes, and also take one or two classes at the school campus. They have the flexibility and autonomy to design their own plan with the support of the school guidance counselor. Gem Prep has two graduation pathways: 1) Students may graduate with their AA degree completed or 2) they may graduate with 18+ dual college credits completed.
## 1117 <NA>
## 1118 <NA>
## 1119 <NA>
## 1120 <NA>
## 1121 <NA>
## 1122 <NA>
## 1123 <NA>
## 1124 <NA>
## 1125 <NA>
## 1126 <NA>
## 1127 <NA>
## 1128 <NA>
## 1129 <NA>
## 1130 <NA>
## 1131 <NA>
## 1132 <NA>
## 1133 <NA>
## 1134 <NA>
## 1135 <NA>
## 1136 <NA>
## 1137 <NA>
## 1138 <NA>
## 1139 <NA>
## 1140 <NA>
## 1141 <NA>
## 1142 <NA>
## 1143 <NA>
## 1144 <NA>
## 1145 <NA>
## 1146 <NA>
## 1147 <NA>
## 1148 <NA>
## 1149 <NA>
## 1150 <NA>
## 1151 <NA>
## 1152 <NA>
## 1153 <NA>
## 1154 <NA>
## 1155 <NA>
## 1156 <NA>
## 1157 <NA>
## 1158 <NA>
## 1159 <NA>
## 1160 <NA>
## 1161 <NA>
## 1162 <NA>
## 1163 <NA>
## 1164 <NA>
## 1165 <NA>
## 1166 <NA>
## 1167 <NA>
## 1168 <NA>
## 1169 <NA>
## 1170 <NA>
## 1171 <NA>
## 1172 <NA>
## 1173 <NA>
## 1174 <NA>
## 1175 <NA>
## 1176 <NA>
## 1177 <NA>
## 1178 <NA>
## 1179 <NA>
## 1180 <NA>
## 1181 <NA>
## 1182 <NA>
## 1183 <NA>
## 1184 <NA>
## 1185 <NA>
## 1186 <NA>
## 1187 <NA>
## 1188 <NA>
## 1189 <NA>
## 1190 <NA>
## 1191 <NA>
## 1192 <NA>
## 1193 <NA>
## 1194 <NA>
## 1195 <NA>
## 1196 <NA>
## 1197 <NA>
## 1198 <NA>
## 1199 <NA>
## 1200 <NA>
## 1201 <NA>
## 1202 <NA>
## 1203 <NA>
## 1204 <NA>
## 1205 <NA>
## 1206 <NA>
## 1207 <NA>
## 1208 <NA>
## 1209 <NA>
## 1210 <NA>
## 1211 <NA>
## 1212 <NA>
## 1213 <NA>
## 1214 <NA>
## 1215 <NA>
## 1216 <NA>
## 1217 <NA>
## 1218 <NA>
## 1219 <NA>
## 1220 <NA>
## 1221 <NA>
## 1222 <NA>
## 1223 <NA>
## 1224 <NA>
## 1225 <NA>
## 1226 <NA>
## 1227 <NA>
## 1228 <NA>
## 1229 <NA>
## 1230 <NA>
## 1231 <NA>
## 1232 <NA>
## 1233 <NA>
## 1234 <NA>
## 1235 <NA>
## 1236 <NA>
## 1237 <NA>
## 1238 <NA>
## 1239 <NA>
## 1240 <NA>
## 1241 <NA>
## 1242 <NA>
## 1243 <NA>
## 1244 <NA>
## 1245 <NA>
## 1246 <NA>
## 1247 <NA>
## 1248 <NA>
## 1249 <NA>
## 1250 <NA>
## 1251 <NA>
## 1252 <NA>
## 1253 <NA>
## 1254 <NA>
## 1255 <NA>
## 1256 <NA>
## 1257 <NA>
## 1258 <NA>
## 1259 <NA>
## 1260 <NA>
## 1261 <NA>
## 1262 <NA>
## 1263 <NA>
## 1264 <NA>
## 1265 <NA>
## 1266 <NA>
## 1267 <NA>
## 1268 <NA>
## 1269 <NA>
## 1270 <NA>
## 1271 <NA>
## 1272 <NA>
## 1273 <NA>
## 1274 <NA>
## 1275 <NA>
## 1276 <NA>
## 1277 <NA>
## 1278 <NA>
## 1279 <NA>
## 1280 <NA>
## 1281 <NA>
## 1282 <NA>
## 1283 <NA>
## 1284 <NA>
## 1285 <NA>
## 1286 <NA>
## 1287 <NA>
## 1288 <NA>
## 1289 <NA>
## 1290 <NA>
## 1291 <NA>
## 1292 <NA>
## 1293 <NA>
## 1294 <NA>
## 1295 <NA>
## 1296 <NA>
## 1297 <NA>
## 1298 <NA>
## 1299 <NA>
## 1300 <NA>
## 1301 <NA>
## 1302 <NA>
## 1303 <NA>
## 1304 <NA>
## 1305 <NA>
## 1306 <NA>
## 1307 <NA>
## 1308 <NA>
## 1309 <NA>
## 1310 <NA>
## 1311 <NA>
## 1312 <NA>
## 1313 <NA>
## 1314 <NA>
## 1315 <NA>
## 1316 <NA>
## 1317 <NA>
## 1318 <NA>
## 1319 <NA>
## 1320 <NA>
## 1321 <NA>
## 1322 <NA>
## 1323 <NA>
## 1324 <NA>
## 1325 <NA>
## 1326 <NA>
## 1327 <NA>
## 1328 <NA>
## 1329 <NA>
## 1330 <NA>
## 1331 <NA>
## 1332 <NA>
## 1333 <NA>
## 1334 <NA>
## 1335 <NA>
## 1336 <NA>
## 1337 <NA>
## 1338 <NA>
## 1339 <NA>
## 1340 <NA>
## 1341 <NA>
## 1342 <NA>
## 1343 <NA>
## 1344 <NA>
## 1345 <NA>
## 1346 <NA>
## 1347 <NA>
## 1348 <NA>
## 1349 <NA>
## 1350 <NA>
## 1351 <NA>
## 1352 <NA>
## 1353 <NA>
## 1354 <NA>
## 1355 <NA>
## 1356 <NA>
## 1357 <NA>
## 1358 <NA>
## 1359 <NA>
## 1360 <NA>
## 1361 <NA>
## 1362 <NA>
## 1363 <NA>
## 1364 <NA>
## 1365 <NA>
## 1366 <NA>
## 1367 <NA>
## 1368 <NA>
## 1369 <NA>
## 1370 <NA>
## 1371 <NA>
## 1372 <NA>
## 1373 <NA>
## 1374 <NA>
## 1375 <NA>
## 1376 <NA>
## 1377 <NA>
## 1378 <NA>
## 1379 <NA>
## 1380 <NA>
## 1381 <NA>
## 1382 <NA>
## 1383 <NA>
## 1384 <NA>
## 1385 <NA>
## 1386 <NA>
## 1387 <NA>
## 1388 <NA>
## 1389 <NA>
## 1390 <NA>
## 1391 <NA>
## 1392 <NA>
## 1393 <NA>
## 1394 <NA>
## 1395 <NA>
## 1396 <NA>
## 1397 <NA>
## 1398 <NA>
## 1399 <NA>
## 1400 <NA>
## 1401 <NA>
## 1402 <NA>
## 1403 <NA>
## 1404 <NA>
## 1405 <NA>
## 1406 <NA>
## 1407 <NA>
## 1408 <NA>
## 1409 <NA>
## 1410 <NA>
## 1411 <NA>
## 1412 <NA>
## 1413 <NA>
## 1414 <NA>
## 1415 <NA>
## 1416 <NA>
## 1417 <NA>
## 1418 <NA>
## 1419 <NA>
## 1420 <NA>
## 1421 <NA>
## 1422 <NA>
## 1423 <NA>
## 1424 <NA>
## 1425 <NA>
## 1426 <NA>
## 1427 <NA>
## 1428 <NA>
## 1429 <NA>
## 1430 <NA>
## 1431 <NA>
## 1432 <NA>
## 1433 <NA>
## 1434 <NA>
## 1435 <NA>
## 1436 <NA>
## 1437 <NA>
## 1438 <NA>
## 1439 <NA>
## 1440 <NA>
## 1441 <NA>
## 1442 <NA>
## 1443 <NA>
## 1444 <NA>
## 1445 <NA>
## 1446 <NA>
## 1447 <NA>
## 1448 <NA>
## 1449 <NA>
## 1450 <NA>
## 1451 <NA>
## 1452 <NA>
## 1453 <NA>
## 1454 <NA>
## 1455 <NA>
## 1456 <NA>
## 1457 <NA>
## 1458 <NA>
## 1459 <NA>
## 1460 <NA>
## 1461 <NA>
## 1462 <NA>
## 1463 <NA>
## 1464 <NA>
## 1465 <NA>
## 1466 <NA>
## 1467 <NA>
## 1468 <NA>
## 1469 <NA>
## 1470 <NA>
## school_descriptor_sws school_descriptor_virtual
## 1 0 0
## 2 0 0
## 3 0 0
## 4 0 0
## 5 0 0
## 6 0 0
## 7 0 0
## 8 0 0
## 9 0 0
## 10 0 0
## 11 0 0
## 12 0 0
## 13 0 0
## 14 0 0
## 15 0 0
## 16 0 0
## 17 0 0
## 18 0 0
## 19 0 0
## 20 0 0
## 21 0 0
## 22 0 0
## 23 0 0
## 24 0 0
## 25 0 0
## 26 0 0
## 27 0 0
## 28 0 0
## 29 0 0
## 30 0 0
## 31 0 0
## 32 0 0
## 33 0 0
## 34 0 0
## 35 0 0
## 36 0 0
## 37 0 0
## 38 0 0
## 39 0 0
## 40 0 0
## 41 0 0
## 42 0 0
## 43 0 0
## 44 0 0
## 45 0 0
## 46 0 0
## 47 0 0
## 48 0 0
## 49 0 0
## 50 0 0
## 51 0 0
## 52 0 0
## 53 0 0
## 54 0 0
## 55 0 0
## 56 0 0
## 57 0 0
## 58 0 0
## 59 0 0
## 60 0 0
## 61 0 0
## 62 0 0
## 63 0 0
## 64 0 0
## 65 0 0
## 66 0 0
## 67 0 0
## 68 0 0
## 69 0 0
## 70 0 0
## 71 0 0
## 72 0 0
## 73 0 0
## 74 0 0
## 75 0 0
## 76 0 0
## 77 0 0
## 78 0 0
## 79 0 0
## 80 0 0
## 81 0 0
## 82 0 0
## 83 0 0
## 84 0 0
## 85 0 0
## 86 0 0
## 87 0 0
## 88 0 0
## 89 0 0
## 90 0 0
## 91 0 0
## 92 0 0
## 93 0 0
## 94 0 0
## 95 0 0
## 96 0 0
## 97 0 0
## 98 0 0
## 99 0 0
## 100 0 0
## 101 0 0
## 102 0 0
## 103 0 0
## 104 0 0
## 105 0 0
## 106 0 0
## 107 0 0
## 108 0 0
## 109 0 0
## 110 0 0
## 111 0 0
## 112 0 0
## 113 0 0
## 114 0 0
## 115 0 0
## 116 0 0
## 117 0 0
## 118 0 0
## 119 0 0
## 120 0 0
## 121 0 0
## 122 0 0
## 123 0 0
## 124 0 0
## 125 0 0
## 126 0 0
## 127 0 0
## 128 0 0
## 129 0 0
## 130 0 0
## 131 0 0
## 132 0 0
## 133 0 0
## 134 0 0
## 135 0 0
## 136 0 0
## 137 0 0
## 138 0 0
## 139 0 0
## 140 0 0
## 141 0 0
## 142 0 0
## 143 0 0
## 144 0 0
## 145 0 0
## 146 0 0
## 147 0 0
## 148 0 0
## 149 0 0
## 150 0 0
## 151 0 0
## 152 0 0
## 153 0 0
## 154 0 0
## 155 0 0
## 156 0 0
## 157 0 0
## 158 0 0
## 159 0 0
## 160 0 0
## 161 0 0
## 162 0 0
## 163 0 0
## 164 0 0
## 165 0 0
## 166 0 0
## 167 0 0
## 168 0 0
## 169 0 0
## 170 0 0
## 171 0 0
## 172 0 0
## 173 0 0
## 174 0 0
## 175 0 0
## 176 0 0
## 177 0 0
## 178 0 0
## 179 0 0
## 180 0 0
## 181 0 0
## 182 0 0
## 183 0 0
## 184 0 0
## 185 0 0
## 186 0 0
## 187 0 0
## 188 0 0
## 189 0 0
## 190 0 0
## 191 0 0
## 192 0 0
## 193 0 0
## 194 0 0
## 195 0 0
## 196 0 0
## 197 0 0
## 198 0 0
## 199 0 0
## 200 0 0
## 201 0 0
## 202 0 0
## 203 0 0
## 204 0 0
## 205 0 0
## 206 0 0
## 207 0 0
## 208 0 0
## 209 0 0
## 210 0 0
## 211 0 0
## 212 0 0
## 213 0 0
## 214 0 0
## 215 0 0
## 216 0 0
## 217 0 0
## 218 0 0
## 219 0 0
## 220 0 0
## 221 0 0
## 222 0 0
## 223 0 0
## 224 0 0
## 225 0 0
## 226 0 0
## 227 0 0
## 228 0 0
## 229 0 0
## 230 0 0
## 231 0 0
## 232 0 0
## 233 0 0
## 234 0 0
## 235 0 0
## 236 0 0
## 237 0 0
## 238 0 0
## 239 0 0
## 240 0 0
## 241 0 0
## 242 0 0
## 243 0 0
## 244 0 0
## 245 0 0
## 246 0 0
## 247 0 0
## 248 0 0
## 249 0 0
## 250 0 0
## 251 0 0
## 252 0 0
## 253 0 0
## 254 0 0
## 255 0 0
## 256 0 0
## 257 0 0
## 258 0 0
## 259 0 0
## 260 0 0
## 261 0 0
## 262 0 0
## 263 0 0
## 264 0 0
## 265 0 0
## 266 0 0
## 267 0 0
## 268 0 0
## 269 0 0
## 270 0 0
## 271 0 0
## 272 0 0
## 273 0 0
## 274 0 0
## 275 0 0
## 276 0 0
## 277 0 0
## 278 0 0
## 279 0 0
## 280 0 0
## 281 0 0
## 282 0 0
## 283 0 0
## 284 0 0
## 285 0 0
## 286 0 0
## 287 0 0
## 288 0 0
## 289 0 0
## 290 0 0
## 291 0 0
## 292 0 0
## 293 0 0
## 294 0 0
## 295 0 0
## 296 0 0
## 297 0 0
## 298 0 0
## 299 0 0
## 300 0 0
## 301 0 0
## 302 0 0
## 303 0 0
## 304 0 0
## 305 0 0
## 306 0 0
## 307 0 0
## 308 0 0
## 309 0 0
## 310 0 0
## 311 0 0
## 312 0 0
## 313 0 0
## 314 0 0
## 315 0 0
## 316 0 0
## 317 0 0
## 318 0 0
## 319 0 0
## 320 0 0
## 321 0 0
## 322 0 0
## 323 0 0
## 324 0 0
## 325 0 0
## 326 0 0
## 327 0 0
## 328 0 0
## 329 0 0
## 330 0 0
## 331 0 0
## 332 0 0
## 333 0 0
## 334 0 0
## 335 0 0
## 336 0 0
## 337 0 0
## 338 0 0
## 339 0 0
## 340 0 0
## 341 0 0
## 342 0 0
## 343 0 0
## 344 0 0
## 345 0 0
## 346 0 0
## 347 0 0
## 348 0 0
## 349 0 0
## 350 0 0
## 351 0 0
## 352 0 0
## 353 0 0
## 354 0 0
## 355 0 0
## 356 0 0
## 357 0 0
## 358 0 0
## 359 0 0
## 360 0 0
## 361 0 0
## 362 0 0
## 363 0 0
## 364 0 0
## 365 0 0
## 366 0 0
## 367 0 0
## 368 0 0
## 369 0 0
## 370 0 0
## 371 0 0
## 372 0 0
## 373 0 0
## 374 0 0
## 375 0 0
## 376 0 0
## 377 0 0
## 378 0 0
## 379 0 0
## 380 0 0
## 381 0 0
## 382 0 0
## 383 0 0
## 384 1 0
## 385 1 0
## 386 1 0
## 387 1 0
## 388 1 0
## 389 1 0
## 390 1 0
## 391 1 0
## 392 1 0
## 393 1 0
## 394 1 0
## 395 1 0
## 396 1 0
## 397 1 0
## 398 1 0
## 399 1 0
## 400 1 0
## 401 1 0
## 402 1 0
## 403 0 0
## 404 0 0
## 405 0 0
## 406 0 0
## 407 0 0
## 408 0 0
## 409 0 0
## 410 0 0
## 411 0 0
## 412 0 0
## 413 0 0
## 414 0 0
## 415 0 0
## 416 0 0
## 417 0 0
## 418 0 0
## 419 0 0
## 420 0 0
## 421 0 0
## 422 0 0
## 423 0 0
## 424 0 0
## 425 0 0
## 426 0 0
## 427 0 0
## 428 0 0
## 429 0 0
## 430 0 0
## 431 0 0
## 432 0 0
## 433 0 0
## 434 0 0
## 435 0 0
## 436 0 0
## 437 0 0
## 438 0 0
## 439 0 0
## 440 0 0
## 441 0 0
## 442 0 0
## 443 0 0
## 444 0 0
## 445 0 0
## 446 0 0
## 447 0 0
## 448 0 0
## 449 0 0
## 450 0 0
## 451 0 0
## 452 0 0
## 453 0 0
## 454 0 0
## 455 0 0
## 456 0 0
## 457 0 0
## 458 0 0
## 459 0 0
## 460 0 0
## 461 0 0
## 462 0 0
## 463 0 0
## 464 0 0
## 465 0 0
## 466 0 0
## 467 0 0
## 468 0 0
## 469 0 0
## 470 0 0
## 471 0 0
## 472 0 0
## 473 0 0
## 474 0 0
## 475 0 0
## 476 0 0
## 477 0 0
## 478 0 0
## 479 0 0
## 480 0 0
## 481 0 0
## 482 0 0
## 483 0 0
## 484 0 0
## 485 0 0
## 486 0 0
## 487 0 0
## 488 0 0
## 489 0 0
## 490 0 0
## 491 0 0
## 492 0 0
## 493 0 0
## 494 0 0
## 495 0 0
## 496 0 0
## 497 0 0
## 498 0 0
## 499 0 0
## 500 0 0
## 501 0 0
## 502 0 0
## 503 0 0
## 504 0 0
## 505 0 0
## 506 0 0
## 507 0 0
## 508 0 0
## 509 0 0
## 510 0 0
## 511 0 0
## 512 0 0
## 513 0 0
## 514 0 0
## 515 0 0
## 516 0 0
## 517 0 0
## 518 0 0
## 519 0 0
## 520 0 0
## 521 0 0
## 522 0 0
## 523 0 0
## 524 0 0
## 525 0 0
## 526 0 0
## 527 0 0
## 528 0 0
## 529 0 0
## 530 0 0
## 531 0 0
## 532 0 0
## 533 0 0
## 534 0 0
## 535 0 0
## 536 0 0
## 537 0 0
## 538 0 0
## 539 0 0
## 540 0 0
## 541 0 0
## 542 1 0
## 543 1 0
## 544 1 0
## 545 1 0
## 546 1 0
## 547 1 0
## 548 1 0
## 549 1 0
## 550 1 0
## 551 1 0
## 552 1 0
## 553 1 0
## 554 1 0
## 555 1 0
## 556 1 0
## 557 1 0
## 558 1 0
## 559 1 0
## 560 1 0
## 561 1 0
## 562 1 0
## 563 1 0
## 564 1 0
## 565 1 0
## 566 1 0
## 567 1 0
## 568 1 0
## 569 1 0
## 570 1 0
## 571 1 0
## 572 1 0
## 573 1 0
## 574 1 0
## 575 1 0
## 576 1 0
## 577 1 0
## 578 1 0
## 579 1 0
## 580 1 0
## 581 1 0
## 582 1 0
## 583 1 0
## 584 1 0
## 585 1 0
## 586 1 0
## 587 1 0
## 588 1 0
## 589 1 0
## 590 1 0
## 591 1 0
## 592 1 0
## 593 1 0
## 594 1 0
## 595 1 0
## 596 1 0
## 597 1 0
## 598 1 0
## 599 1 0
## 600 1 0
## 601 1 0
## 602 1 0
## 603 1 0
## 604 1 0
## 605 1 0
## 606 1 0
## 607 1 0
## 608 1 0
## 609 1 0
## 610 1 0
## 611 1 0
## 612 1 0
## 613 1 0
## 614 1 0
## 615 1 0
## 616 1 0
## 617 1 0
## 618 1 0
## 619 1 0
## 620 1 0
## 621 1 0
## 622 1 0
## 623 1 0
## 624 1 0
## 625 1 0
## 626 1 0
## 627 1 0
## 628 1 0
## 629 1 0
## 630 1 0
## 631 1 0
## 632 1 0
## 633 1 0
## 634 1 0
## 635 1 0
## 636 1 0
## 637 0 0
## 638 0 0
## 639 0 0
## 640 0 0
## 641 0 0
## 642 0 0
## 643 0 0
## 644 0 0
## 645 0 0
## 646 0 0
## 647 0 0
## 648 0 0
## 649 0 0
## 650 0 0
## 651 0 0
## 652 0 0
## 653 0 0
## 654 0 0
## 655 0 0
## 656 0 0
## 657 0 0
## 658 0 0
## 659 0 0
## 660 0 0
## 661 0 0
## 662 0 0
## 663 0 0
## 664 0 0
## 665 0 0
## 666 0 0
## 667 0 0
## 668 0 0
## 669 0 0
## 670 0 0
## 671 0 0
## 672 0 0
## 673 0 0
## 674 0 0
## 675 0 0
## 676 0 0
## 677 0 0
## 678 0 0
## 679 0 0
## 680 0 0
## 681 0 0
## 682 0 0
## 683 0 0
## 684 0 0
## 685 0 0
## 686 0 0
## 687 0 0
## 688 0 0
## 689 0 0
## 690 0 0
## 691 0 0
## 692 0 0
## 693 0 0
## 694 0 0
## 695 0 0
## 696 0 0
## 697 0 0
## 698 0 0
## 699 0 0
## 700 0 0
## 701 0 0
## 702 0 0
## 703 0 0
## 704 0 0
## 705 0 0
## 706 0 0
## 707 0 0
## 708 0 0
## 709 0 0
## 710 0 0
## 711 0 0
## 712 0 0
## 713 0 0
## 714 0 0
## 715 0 0
## 716 0 0
## 717 0 0
## 718 0 0
## 719 0 0
## 720 0 0
## 721 0 0
## 722 0 0
## 723 0 0
## 724 0 0
## 725 0 0
## 726 0 0
## 727 0 0
## 728 0 0
## 729 0 0
## 730 0 0
## 731 0 0
## 732 0 0
## 733 0 0
## 734 0 0
## 735 0 0
## 736 0 0
## 737 0 0
## 738 0 0
## 739 0 0
## 740 0 0
## 741 0 0
## 742 0 0
## 743 0 0
## 744 0 0
## 745 0 0
## 746 0 0
## 747 0 0
## 748 0 0
## 749 0 0
## 750 0 0
## 751 0 0
## 752 0 0
## 753 0 0
## 754 0 0
## 755 0 0
## 756 0 0
## 757 0 0
## 758 0 0
## 759 0 0
## 760 0 0
## 761 0 0
## 762 0 0
## 763 0 0
## 764 0 0
## 765 0 0
## 766 0 0
## 767 0 0
## 768 0 0
## 769 0 0
## 770 0 0
## 771 0 0
## 772 0 0
## 773 0 0
## 774 0 0
## 775 0 0
## 776 0 0
## 777 0 0
## 778 0 0
## 779 0 0
## 780 0 0
## 781 0 0
## 782 0 0
## 783 0 0
## 784 0 0
## 785 0 0
## 786 0 0
## 787 0 0
## 788 0 0
## 789 0 0
## 790 0 0
## 791 0 0
## 792 0 0
## 793 0 0
## 794 0 0
## 795 0 0
## 796 0 0
## 797 0 0
## 798 0 0
## 799 0 0
## 800 0 0
## 801 0 0
## 802 0 0
## 803 0 0
## 804 0 0
## 805 0 0
## 806 0 0
## 807 0 0
## 808 0 0
## 809 0 0
## 810 0 0
## 811 0 0
## 812 0 0
## 813 0 0
## 814 0 0
## 815 0 0
## 816 0 0
## 817 0 0
## 818 0 0
## 819 0 0
## 820 0 0
## 821 0 0
## 822 0 0
## 823 0 0
## 824 0 0
## 825 0 0
## 826 0 0
## 827 0 0
## 828 0 0
## 829 0 0
## 830 0 0
## 831 0 0
## 832 0 0
## 833 0 0
## 834 0 0
## 835 0 0
## 836 0 0
## 837 0 0
## 838 0 0
## 839 0 0
## 840 0 0
## 841 0 0
## 842 0 0
## 843 0 0
## 844 0 0
## 845 0 0
## 846 0 0
## 847 0 0
## 848 0 0
## 849 0 0
## 850 0 0
## 851 0 0
## 852 0 0
## 853 0 0
## 854 0 0
## 855 0 0
## 856 0 0
## 857 0 0
## 858 0 0
## 859 0 0
## 860 0 0
## 861 0 0
## 862 0 0
## 863 0 0
## 864 0 0
## 865 0 0
## 866 1 0
## 867 1 0
## 868 1 0
## 869 1 0
## 870 1 0
## 871 1 0
## 872 1 0
## 873 1 0
## 874 1 0
## 875 1 0
## 876 1 0
## 877 1 0
## 878 1 0
## 879 1 0
## 880 1 0
## 881 1 0
## 882 1 0
## 883 1 0
## 884 1 0
## 885 1 0
## 886 1 0
## 887 1 0
## 888 1 0
## 889 1 0
## 890 1 0
## 891 1 0
## 892 1 0
## 893 1 0
## 894 1 0
## 895 1 0
## 896 1 0
## 897 1 0
## 898 1 0
## 899 1 0
## 900 1 0
## 901 1 0
## 902 1 0
## 903 1 0
## 904 1 0
## 905 1 0
## 906 1 0
## 907 1 0
## 908 1 0
## 909 1 0
## 910 1 0
## 911 1 0
## 912 1 0
## 913 1 0
## 914 1 0
## 915 1 0
## 916 1 0
## 917 1 0
## 918 1 0
## 919 1 0
## 920 0 0
## 921 0 0
## 922 0 0
## 923 0 0
## 924 0 0
## 925 0 0
## 926 0 0
## 927 0 0
## 928 0 0
## 929 0 0
## 930 0 0
## 931 0 0
## 932 0 0
## 933 0 0
## 934 0 0
## 935 0 0
## 936 0 0
## 937 0 0
## 938 0 0
## 939 0 0
## 940 0 0
## 941 0 0
## 942 0 0
## 943 0 0
## 944 0 0
## 945 0 0
## 946 0 0
## 947 0 0
## 948 0 0
## 949 0 0
## 950 0 0
## 951 0 0
## 952 0 0
## 953 0 0
## 954 0 0
## 955 0 0
## 956 0 0
## 957 0 0
## 958 0 0
## 959 0 0
## 960 0 0
## 961 0 0
## 962 0 0
## 963 0 0
## 964 0 0
## 965 0 0
## 966 0 0
## 967 0 0
## 968 0 0
## 969 0 0
## 970 0 0
## 971 0 0
## 972 0 0
## 973 0 0
## 974 0 0
## 975 0 0
## 976 0 0
## 977 0 0
## 978 0 0
## 979 0 0
## 980 0 0
## 981 0 0
## 982 0 0
## 983 0 0
## 984 0 0
## 985 0 0
## 986 0 0
## 987 0 0
## 988 0 0
## 989 0 0
## 990 0 0
## 991 0 0
## 992 0 0
## 993 0 0
## 994 0 0
## 995 0 0
## 996 0 0
## 997 0 0
## 998 0 0
## 999 0 0
## 1000 0 0
## 1001 0 0
## 1002 0 0
## 1003 0 0
## 1004 0 0
## 1005 0 0
## 1006 0 0
## 1007 0 0
## 1008 0 0
## 1009 0 0
## 1010 0 0
## 1011 0 0
## 1012 0 0
## 1013 0 0
## 1014 0 0
## 1015 0 0
## 1016 0 0
## 1017 0 0
## 1018 0 0
## 1019 0 0
## 1020 0 0
## 1021 0 0
## 1022 0 0
## 1023 0 0
## 1024 0 0
## 1025 0 0
## 1026 0 0
## 1027 0 0
## 1028 0 0
## 1029 0 0
## 1030 0 0
## 1031 0 0
## 1032 0 0
## 1033 0 0
## 1034 0 0
## 1035 0 0
## 1036 0 0
## 1037 0 0
## 1038 0 0
## 1039 0 0
## 1040 0 0
## 1041 0 0
## 1042 0 0
## 1043 0 0
## 1044 0 0
## 1045 0 0
## 1046 0 0
## 1047 0 0
## 1048 0 0
## 1049 0 0
## 1050 0 0
## 1051 0 0
## 1052 0 0
## 1053 0 0
## 1054 0 0
## 1055 0 0
## 1056 0 0
## 1057 0 0
## 1058 0 0
## 1059 0 0
## 1060 0 0
## 1061 0 0
## 1062 0 0
## 1063 0 0
## 1064 0 0
## 1065 0 0
## 1066 0 0
## 1067 0 0
## 1068 0 0
## 1069 0 0
## 1070 0 0
## 1071 0 0
## 1072 0 0
## 1073 0 0
## 1074 0 0
## 1075 0 0
## 1076 0 0
## 1077 0 0
## 1078 0 0
## 1079 0 0
## 1080 0 0
## 1081 0 0
## 1082 0 0
## 1083 0 0
## 1084 0 0
## 1085 0 0
## 1086 0 0
## 1087 0 0
## 1088 0 0
## 1089 0 0
## 1090 0 0
## 1091 0 0
## 1092 0 0
## 1093 0 0
## 1094 0 0
## 1095 0 0
## 1096 0 0
## 1097 0 0
## 1098 0 0
## 1099 0 0
## 1100 0 0
## 1101 0 0
## 1102 0 0
## 1103 0 0
## 1104 0 0
## 1105 0 0
## 1106 0 0
## 1107 0 0
## 1108 0 0
## 1109 0 0
## 1110 0 0
## 1111 0 0
## 1112 0 0
## 1113 0 0
## 1114 0 0
## 1115 0 0
## 1116 0 0
## 1117 0 0
## 1118 0 0
## 1119 0 0
## 1120 0 0
## 1121 0 0
## 1122 0 0
## 1123 0 0
## 1124 0 0
## 1125 0 0
## 1126 0 0
## 1127 0 0
## 1128 0 0
## 1129 0 0
## 1130 0 0
## 1131 0 0
## 1132 0 0
## 1133 0 0
## 1134 0 0
## 1135 0 0
## 1136 0 0
## 1137 0 0
## 1138 0 0
## 1139 0 0
## 1140 0 0
## 1141 0 0
## 1142 0 0
## 1143 0 0
## 1144 0 0
## 1145 0 0
## 1146 0 0
## 1147 0 0
## 1148 0 0
## 1149 0 0
## 1150 0 0
## 1151 0 0
## 1152 0 0
## 1153 0 0
## 1154 0 0
## 1155 0 0
## 1156 0 0
## 1157 0 0
## 1158 0 0
## 1159 0 0
## 1160 0 0
## 1161 0 0
## 1162 0 0
## 1163 0 0
## 1164 0 0
## 1165 0 0
## 1166 0 0
## 1167 0 0
## 1168 0 0
## 1169 0 0
## 1170 0 0
## 1171 0 0
## 1172 0 0
## 1173 0 0
## 1174 0 0
## 1175 0 0
## 1176 0 0
## 1177 0 0
## 1178 0 0
## 1179 0 0
## 1180 0 0
## 1181 0 0
## 1182 0 0
## 1183 0 0
## 1184 0 0
## 1185 0 0
## 1186 0 0
## 1187 0 0
## 1188 0 0
## 1189 0 0
## 1190 0 0
## 1191 0 0
## 1192 0 0
## 1193 0 0
## 1194 0 0
## 1195 0 0
## 1196 0 0
## 1197 0 0
## 1198 0 0
## 1199 0 0
## 1200 0 0
## 1201 0 0
## 1202 0 0
## 1203 0 0
## 1204 0 0
## 1205 0 0
## 1206 0 0
## 1207 0 0
## 1208 0 0
## 1209 0 0
## 1210 0 0
## 1211 0 0
## 1212 0 0
## 1213 0 0
## 1214 0 0
## 1215 0 0
## 1216 0 0
## 1217 0 0
## 1218 0 0
## 1219 0 0
## 1220 0 0
## 1221 0 0
## 1222 0 0
## 1223 0 0
## 1224 0 0
## 1225 0 0
## 1226 0 0
## 1227 0 0
## 1228 0 0
## 1229 0 0
## 1230 0 0
## 1231 0 0
## 1232 0 0
## 1233 0 0
## 1234 0 0
## 1235 0 0
## 1236 0 0
## 1237 0 0
## 1238 0 0
## 1239 0 0
## 1240 0 0
## 1241 0 0
## 1242 0 0
## 1243 0 0
## 1244 0 0
## 1245 0 0
## 1246 0 0
## 1247 0 0
## 1248 0 0
## 1249 0 0
## 1250 0 0
## 1251 0 0
## 1252 0 0
## 1253 0 0
## 1254 0 0
## 1255 0 0
## 1256 0 0
## 1257 0 0
## 1258 0 0
## 1259 0 0
## 1260 0 0
## 1261 0 0
## 1262 0 0
## 1263 0 0
## 1264 0 0
## 1265 0 0
## 1266 0 0
## 1267 0 0
## 1268 0 0
## 1269 0 0
## 1270 0 0
## 1271 0 0
## 1272 0 0
## 1273 0 0
## 1274 0 0
## 1275 0 0
## 1276 0 0
## 1277 0 0
## 1278 0 0
## 1279 0 0
## 1280 0 0
## 1281 0 0
## 1282 0 0
## 1283 0 0
## 1284 0 0
## 1285 0 0
## 1286 0 0
## 1287 0 0
## 1288 0 0
## 1289 0 0
## 1290 0 0
## 1291 0 0
## 1292 0 0
## 1293 0 0
## 1294 0 0
## 1295 0 0
## 1296 0 0
## 1297 0 0
## 1298 0 0
## 1299 0 0
## 1300 0 0
## 1301 0 0
## 1302 0 0
## 1303 0 0
## 1304 0 0
## 1305 0 0
## 1306 0 0
## 1307 0 0
## 1308 0 0
## 1309 0 0
## 1310 0 0
## 1311 0 0
## 1312 0 0
## 1313 0 0
## 1314 0 0
## 1315 0 0
## 1316 0 0
## 1317 0 0
## 1318 0 0
## 1319 0 0
## 1320 0 0
## 1321 0 0
## 1322 0 0
## 1323 0 0
## 1324 0 0
## 1325 0 0
## 1326 0 0
## 1327 0 0
## 1328 0 0
## 1329 0 0
## 1330 0 0
## 1331 0 0
## 1332 0 0
## 1333 0 0
## 1334 0 0
## 1335 0 0
## 1336 0 0
## 1337 0 0
## 1338 0 0
## 1339 0 0
## 1340 0 0
## 1341 0 0
## 1342 0 0
## 1343 0 0
## 1344 0 0
## 1345 0 0
## 1346 0 0
## 1347 0 0
## 1348 0 0
## 1349 0 0
## 1350 0 0
## 1351 0 0
## 1352 0 0
## 1353 0 0
## 1354 0 0
## 1355 0 0
## 1356 0 0
## 1357 0 0
## 1358 0 0
## 1359 0 0
## 1360 0 0
## 1361 0 0
## 1362 0 0
## 1363 0 0
## 1364 0 0
## 1365 0 0
## 1366 0 0
## 1367 0 0
## 1368 0 0
## 1369 0 0
## 1370 0 0
## 1371 0 0
## 1372 0 0
## 1373 0 0
## 1374 0 0
## 1375 0 0
## 1376 0 0
## 1377 0 0
## 1378 0 0
## 1379 0 0
## 1380 0 0
## 1381 0 0
## 1382 0 0
## 1383 0 0
## 1384 0 0
## 1385 0 0
## 1386 0 0
## 1387 0 0
## 1388 0 0
## 1389 0 0
## 1390 0 0
## 1391 0 0
## 1392 0 0
## 1393 0 0
## 1394 0 0
## 1395 0 0
## 1396 0 0
## 1397 0 0
## 1398 0 0
## 1399 0 0
## 1400 0 0
## 1401 0 0
## 1402 0 0
## 1403 0 0
## 1404 0 0
## 1405 0 0
## 1406 0 0
## 1407 0 0
## 1408 0 0
## 1409 0 0
## 1410 0 0
## 1411 0 0
## 1412 0 0
## 1413 0 0
## 1414 0 0
## 1415 0 0
## 1416 0 0
## 1417 0 0
## 1418 0 0
## 1419 0 0
## 1420 0 0
## 1421 0 0
## 1422 0 0
## 1423 0 0
## 1424 0 0
## 1425 0 0
## 1426 0 0
## 1427 0 0
## 1428 0 0
## 1429 0 0
## 1430 0 0
## 1431 0 0
## 1432 0 0
## 1433 0 0
## 1434 0 0
## 1435 0 0
## 1436 0 0
## 1437 0 0
## 1438 0 0
## 1439 1 0
## 1440 1 0
## 1441 1 0
## 1442 1 0
## 1443 1 0
## 1444 1 0
## 1445 1 0
## 1446 1 0
## 1447 1 0
## 1448 1 0
## 1449 1 0
## 1450 1 0
## 1451 1 0
## 1452 1 0
## 1453 1 0
## 1454 1 0
## 1455 1 0
## 1456 1 0
## 1457 1 0
## 1458 1 0
## 1459 1 0
## 1460 1 0
## 1461 1 0
## 1462 1 0
## 1463 1 0
## 1464 1 0
## 1465 1 0
## 1466 1 0
## 1467 1 0
## 1468 1 0
## 1469 1 0
## 1470 0 0
## co_leaders_other_leaders_text self_reported_ela self_reported_ell
## 1 <NA> NA 37
## 2 <NA> NA 37
## 3 <NA> NA 37
## 4 <NA> NA 37
## 5 <NA> NA 37
## 6 <NA> NA 37
## 7 <NA> NA 37
## 8 <NA> NA 37
## 9 <NA> NA 37
## 10 <NA> NA 37
## 11 <NA> NA 37
## 12 <NA> NA 37
## 13 <NA> NA 37
## 14 <NA> NA 37
## 15 <NA> NA 37
## 16 <NA> NA 37
## 17 <NA> NA 37
## 18 <NA> NA 37
## 19 <NA> NA 37
## 20 <NA> NA 37
## 21 <NA> NA 37
## 22 <NA> NA 9
## 23 <NA> NA 9
## 24 <NA> NA 9
## 25 <NA> NA 9
## 26 <NA> NA 9
## 27 <NA> NA 9
## 28 <NA> NA 9
## 29 <NA> NA 9
## 30 <NA> NA 9
## 31 <NA> NA 9
## 32 <NA> NA 9
## 33 <NA> NA 9
## 34 <NA> NA 9
## 35 <NA> NA 9
## 36 <NA> NA 9
## 37 <NA> NA 9
## 38 <NA> NA 9
## 39 <NA> NA 9
## 40 <NA> NA 9
## 41 <NA> NA 9
## 42 <NA> NA 9
## 43 <NA> NA 9
## 44 <NA> NA 9
## 45 <NA> NA 9
## 46 <NA> NA 9
## 47 <NA> NA 9
## 48 <NA> NA 9
## 49 <NA> NA 9
## 50 <NA> NA 9
## 51 <NA> NA 9
## 52 <NA> NA 9
## 53 <NA> NA 9
## 54 <NA> NA 9
## 55 <NA> NA 9
## 56 <NA> NA 9
## 57 <NA> NA 9
## 58 <NA> NA 9
## 59 <NA> NA 9
## 60 <NA> NA 9
## 61 <NA> NA 9
## 62 <NA> NA 9
## 63 <NA> NA 9
## 64 <NA> NA 9
## 65 <NA> NA 9
## 66 <NA> NA 9
## 67 <NA> NA 9
## 68 <NA> NA 9
## 69 <NA> NA 9
## 70 <NA> NA 9
## 71 <NA> NA 9
## 72 <NA> NA 9
## 73 <NA> NA 9
## 74 <NA> NA 9
## 75 <NA> NA 9
## 76 <NA> NA 9
## 77 <NA> NA 9
## 78 <NA> NA 9
## 79 <NA> NA 9
## 80 <NA> NA 9
## 81 <NA> NA 9
## 82 <NA> 9.0 39
## 83 <NA> 9.0 39
## 84 <NA> 9.0 39
## 85 <NA> 9.0 39
## 86 <NA> 9.0 39
## 87 <NA> 9.0 39
## 88 <NA> 9.0 39
## 89 <NA> 9.0 39
## 90 <NA> 9.0 39
## 91 <NA> 9.0 39
## 92 <NA> 9.0 39
## 93 <NA> 9.0 39
## 94 <NA> 9.0 39
## 95 <NA> 9.0 39
## 96 <NA> 9.0 39
## 97 <NA> 9.0 39
## 98 <NA> 9.0 39
## 99 <NA> 9.0 39
## 100 <NA> 9.0 39
## 101 <NA> 9.0 39
## 102 <NA> 9.0 39
## 103 <NA> 9.0 39
## 104 <NA> 66.7 1
## 105 <NA> 66.7 1
## 106 <NA> 66.7 1
## 107 <NA> 66.7 1
## 108 <NA> 66.7 1
## 109 <NA> 66.7 1
## 110 <NA> 66.7 1
## 111 <NA> 66.7 1
## 112 <NA> 66.7 1
## 113 <NA> 66.7 1
## 114 <NA> 66.7 1
## 115 <NA> 66.7 1
## 116 <NA> 66.7 1
## 117 <NA> 66.7 1
## 118 <NA> 66.7 1
## 119 <NA> 66.7 1
## 120 <NA> 66.7 1
## 121 <NA> 66.7 1
## 122 <NA> 66.7 1
## 123 <NA> 66.7 1
## 124 <NA> 66.7 1
## 125 <NA> 66.7 1
## 126 <NA> 66.7 1
## 127 <NA> 66.7 1
## 128 <NA> 66.7 1
## 129 <NA> 66.7 1
## 130 <NA> 66.7 1
## 131 <NA> 66.7 1
## 132 <NA> 66.7 1
## 133 <NA> 66.7 1
## 134 <NA> 66.7 1
## 135 <NA> 66.7 1
## 136 <NA> 66.7 1
## 137 <NA> 66.7 1
## 138 <NA> 66.7 1
## 139 <NA> 66.7 1
## 140 <NA> 66.7 1
## 141 <NA> 66.7 1
## 142 <NA> 66.7 1
## 143 <NA> 66.7 1
## 144 <NA> 66.7 1
## 145 <NA> 66.7 1
## 146 <NA> 66.7 1
## 147 <NA> 66.7 1
## 148 <NA> 66.7 1
## 149 <NA> 66.7 1
## 150 <NA> 66.7 1
## 151 <NA> 66.7 1
## 152 <NA> 66.7 1
## 153 <NA> 66.7 1
## 154 <NA> 66.7 1
## 155 <NA> 66.7 1
## 156 <NA> 66.7 1
## 157 <NA> 66.7 1
## 158 <NA> 66.7 1
## 159 <NA> 66.7 1
## 160 <NA> 66.7 1
## 161 <NA> 66.7 1
## 162 <NA> 66.7 1
## 163 <NA> 66.7 1
## 164 <NA> 25.0 12
## 165 <NA> 25.0 12
## 166 <NA> 25.0 12
## 167 <NA> 25.0 12
## 168 <NA> 25.0 12
## 169 <NA> 25.0 12
## 170 <NA> 25.0 12
## 171 <NA> 25.0 12
## 172 <NA> 25.0 12
## 173 <NA> 25.0 12
## 174 <NA> 25.0 12
## 175 <NA> 25.0 12
## 176 <NA> 25.0 12
## 177 <NA> 25.0 12
## 178 <NA> 25.0 12
## 179 <NA> 25.0 12
## 180 <NA> 25.0 12
## 181 <NA> 25.0 12
## 182 <NA> 25.0 12
## 183 <NA> 25.0 12
## 184 <NA> 25.0 12
## 185 <NA> 25.0 12
## 186 <NA> 25.0 12
## 187 <NA> 25.0 12
## 188 <NA> 25.0 12
## 189 <NA> 25.0 12
## 190 <NA> 25.0 12
## 191 <NA> 25.0 12
## 192 <NA> 25.0 12
## 193 <NA> 25.0 12
## 194 <NA> 25.0 12
## 195 <NA> 25.0 12
## 196 <NA> 25.0 12
## 197 <NA> 25.0 12
## 198 <NA> 25.0 12
## 199 <NA> 25.0 12
## 200 <NA> 25.0 12
## 201 <NA> 25.0 12
## 202 <NA> 25.0 12
## 203 <NA> 25.0 12
## 204 <NA> 25.0 12
## 205 <NA> 25.0 12
## 206 <NA> 25.0 12
## 207 <NA> 25.0 12
## 208 <NA> 25.0 12
## 209 <NA> 25.0 12
## 210 <NA> 25.0 12
## 211 <NA> 25.0 12
## 212 <NA> 25.0 12
## 213 <NA> 25.0 12
## 214 <NA> 25.0 12
## 215 <NA> 25.0 12
## 216 <NA> 25.0 12
## 217 <NA> 25.0 12
## 218 <NA> 25.0 12
## 219 <NA> 25.0 12
## 220 <NA> 25.0 12
## 221 <NA> 25.0 12
## 222 <NA> 100.0 13
## 223 <NA> 100.0 13
## 224 <NA> 100.0 13
## 225 <NA> 100.0 13
## 226 <NA> 100.0 13
## 227 <NA> 100.0 13
## 228 <NA> 100.0 13
## 229 <NA> 100.0 13
## 230 <NA> 100.0 13
## 231 <NA> 100.0 13
## 232 <NA> 100.0 13
## 233 <NA> 100.0 13
## 234 <NA> 100.0 13
## 235 <NA> 100.0 13
## 236 <NA> 100.0 13
## 237 <NA> 100.0 13
## 238 <NA> 100.0 13
## 239 <NA> 100.0 13
## 240 <NA> 100.0 13
## 241 <NA> 100.0 13
## 242 <NA> 100.0 13
## 243 <NA> 100.0 13
## 244 <NA> 100.0 13
## 245 <NA> 100.0 13
## 246 <NA> 100.0 13
## 247 <NA> 100.0 13
## 248 <NA> 100.0 13
## 249 <NA> 100.0 13
## 250 <NA> 100.0 13
## 251 <NA> 100.0 13
## 252 <NA> 100.0 13
## 253 <NA> 100.0 13
## 254 <NA> 100.0 13
## 255 <NA> 100.0 13
## 256 <NA> 100.0 13
## 257 <NA> 100.0 13
## 258 <NA> 100.0 13
## 259 <NA> 100.0 13
## 260 <NA> 100.0 13
## 261 <NA> 100.0 13
## 262 <NA> 100.0 13
## 263 <NA> 100.0 13
## 264 <NA> 100.0 13
## 265 <NA> 100.0 13
## 266 <NA> 100.0 13
## 267 <NA> 100.0 13
## 268 <NA> 100.0 13
## 269 <NA> 100.0 13
## 270 <NA> 100.0 13
## 271 <NA> 100.0 13
## 272 <NA> 100.0 13
## 273 <NA> 100.0 13
## 274 <NA> 100.0 13
## 275 <NA> 100.0 13
## 276 <NA> 100.0 13
## 277 <NA> 100.0 13
## 278 <NA> 100.0 13
## 279 <NA> 50.0 1
## 280 <NA> 50.0 1
## 281 <NA> 50.0 1
## 282 <NA> 50.0 1
## 283 <NA> 50.0 1
## 284 <NA> 50.0 1
## 285 <NA> 50.0 1
## 286 <NA> 50.0 1
## 287 <NA> 50.0 1
## 288 <NA> 50.0 1
## 289 <NA> 50.0 1
## 290 <NA> 50.0 1
## 291 <NA> 50.0 1
## 292 <NA> 50.0 1
## 293 <NA> 50.0 1
## 294 <NA> 50.0 1
## 295 <NA> 50.0 1
## 296 <NA> 50.0 1
## 297 <NA> 50.0 1
## 298 <NA> 50.0 1
## 299 <NA> 50.0 1
## 300 <NA> 50.0 1
## 301 <NA> 50.0 1
## 302 <NA> 50.0 1
## 303 <NA> 50.0 1
## 304 <NA> 50.0 1
## 305 <NA> 50.0 1
## 306 <NA> 50.0 1
## 307 <NA> 50.0 1
## 308 <NA> 50.0 1
## 309 <NA> 50.0 1
## 310 <NA> 50.0 1
## 311 <NA> 50.0 1
## 312 <NA> 50.0 1
## 313 <NA> 50.0 1
## 314 <NA> 50.0 1
## 315 <NA> 50.0 1
## 316 <NA> 50.0 1
## 317 <NA> 50.0 1
## 318 <NA> 50.0 1
## 319 <NA> 50.0 1
## 320 <NA> 50.0 1
## 321 <NA> 50.0 1
## 322 <NA> 50.0 1
## 323 <NA> 50.0 1
## 324 <NA> 50.0 1
## 325 <NA> 50.0 1
## 326 <NA> 50.0 1
## 327 <NA> 50.0 1
## 328 <NA> 50.0 1
## 329 <NA> 50.0 1
## 330 <NA> 50.0 1
## 331 <NA> 50.0 1
## 332 <NA> 50.0 1
## 333 <NA> 50.0 1
## 334 <NA> 50.0 1
## 335 <NA> 50.0 1
## 336 <NA> 50.0 1
## 337 <NA> 50.0 1
## 338 <NA> 50.0 1
## 339 <NA> 50.0 1
## 340 <NA> 50.0 1
## 341 <NA> NA 13
## 342 <NA> NA 13
## 343 <NA> NA 13
## 344 <NA> NA 13
## 345 <NA> NA 13
## 346 <NA> NA 13
## 347 <NA> NA 13
## 348 <NA> NA 13
## 349 <NA> NA 13
## 350 <NA> NA 13
## 351 <NA> NA 13
## 352 <NA> NA 13
## 353 <NA> NA 13
## 354 <NA> NA 13
## 355 <NA> NA 13
## 356 <NA> NA 13
## 357 <NA> NA 13
## 358 <NA> NA 13
## 359 <NA> NA 13
## 360 <NA> NA 13
## 361 <NA> NA 13
## 362 <NA> NA 13
## 363 <NA> NA 13
## 364 <NA> NA 13
## 365 <NA> NA 13
## 366 <NA> NA 13
## 367 <NA> NA 13
## 368 <NA> NA 13
## 369 <NA> NA 13
## 370 <NA> NA 13
## 371 <NA> NA 13
## 372 <NA> NA 13
## 373 <NA> NA 13
## 374 <NA> NA 13
## 375 <NA> NA 13
## 376 <NA> NA 13
## 377 <NA> NA 13
## 378 <NA> NA 13
## 379 <NA> NA 13
## 380 <NA> NA 13
## 381 <NA> NA 13
## 382 <NA> NA 13
## 383 <NA> NA 13
## 384 <NA> NA 0
## 385 <NA> NA 0
## 386 <NA> NA 0
## 387 <NA> NA 0
## 388 <NA> NA 0
## 389 <NA> NA 0
## 390 <NA> NA 0
## 391 <NA> NA 0
## 392 <NA> NA 0
## 393 <NA> NA 0
## 394 <NA> NA 0
## 395 <NA> NA 0
## 396 <NA> NA 0
## 397 <NA> NA 0
## 398 <NA> NA 0
## 399 <NA> NA 0
## 400 <NA> NA 0
## 401 <NA> NA 0
## 402 <NA> NA 0
## 403 <NA> NA 0
## 404 <NA> NA 0
## 405 <NA> NA 0
## 406 <NA> NA 0
## 407 <NA> NA 0
## 408 <NA> NA 0
## 409 <NA> NA 0
## 410 <NA> NA 0
## 411 <NA> NA 0
## 412 <NA> NA 0
## 413 <NA> NA 0
## 414 <NA> NA 0
## 415 <NA> NA 0
## 416 <NA> NA 0
## 417 <NA> NA 0
## 418 <NA> NA 0
## 419 <NA> NA 0
## 420 <NA> NA 0
## 421 <NA> NA 0
## 422 <NA> NA 0
## 423 <NA> NA 0
## 424 <NA> NA 0
## 425 <NA> NA 0
## 426 <NA> NA 0
## 427 <NA> NA 0
## 428 <NA> NA 0
## 429 <NA> NA 0
## 430 <NA> NA 0
## 431 <NA> NA 0
## 432 <NA> NA 0
## 433 <NA> NA 0
## 434 <NA> NA 0
## 435 <NA> NA 0
## 436 <NA> NA 0
## 437 <NA> NA 0
## 438 <NA> NA 0
## 439 <NA> NA 0
## 440 <NA> NA 0
## 441 <NA> NA 0
## 442 <NA> NA 0
## 443 <NA> NA 0
## 444 <NA> NA 0
## 445 <NA> NA 0
## 446 <NA> NA 0
## 447 <NA> NA 0
## 448 <NA> NA 0
## 449 <NA> NA 0
## 450 <NA> NA 0
## 451 <NA> NA 0
## 452 <NA> NA 0
## 453 <NA> 97.0 0
## 454 <NA> 97.0 0
## 455 <NA> 97.0 0
## 456 <NA> 97.0 0
## 457 <NA> 97.0 0
## 458 <NA> 97.0 0
## 459 <NA> 97.0 0
## 460 <NA> 97.0 0
## 461 <NA> 97.0 0
## 462 <NA> 97.0 0
## 463 <NA> 97.0 0
## 464 <NA> 97.0 0
## 465 <NA> 97.0 0
## 466 <NA> 97.0 0
## 467 <NA> 97.0 0
## 468 <NA> 97.0 0
## 469 <NA> 97.0 0
## 470 <NA> 97.0 0
## 471 <NA> 97.0 0
## 472 <NA> 97.0 0
## 473 <NA> 97.0 0
## 474 <NA> 97.0 0
## 475 <NA> 97.0 0
## 476 <NA> 97.0 0
## 477 <NA> 97.0 0
## 478 <NA> 97.0 0
## 479 <NA> 97.0 0
## 480 <NA> 97.0 0
## 481 <NA> 97.0 0
## 482 <NA> 97.0 0
## 483 <NA> 97.0 0
## 484 <NA> 97.0 0
## 485 <NA> 97.0 0
## 486 <NA> 97.0 0
## 487 <NA> 97.0 0
## 488 <NA> 97.0 0
## 489 <NA> 97.0 0
## 490 <NA> 97.0 0
## 491 <NA> 97.0 0
## 492 <NA> 97.0 0
## 493 <NA> 97.0 0
## 494 <NA> 97.0 0
## 495 <NA> 97.0 0
## 496 <NA> 97.0 0
## 497 <NA> 97.0 0
## 498 <NA> NA 5
## 499 <NA> NA 5
## 500 <NA> NA 5
## 501 <NA> NA 5
## 502 <NA> NA 5
## 503 <NA> NA 5
## 504 <NA> NA 5
## 505 <NA> NA 5
## 506 <NA> NA 5
## 507 <NA> NA 5
## 508 <NA> NA 5
## 509 <NA> NA 5
## 510 <NA> NA 5
## 511 <NA> NA 5
## 512 <NA> NA 5
## 513 <NA> NA 5
## 514 <NA> NA 5
## 515 <NA> NA 5
## 516 <NA> NA 5
## 517 <NA> NA 5
## 518 <NA> NA 5
## 519 <NA> NA 5
## 520 <NA> NA 5
## 521 <NA> NA 5
## 522 <NA> NA 5
## 523 <NA> NA 5
## 524 <NA> NA 5
## 525 <NA> NA 5
## 526 <NA> NA 5
## 527 <NA> NA 5
## 528 <NA> NA 5
## 529 <NA> NA 5
## 530 <NA> NA 5
## 531 <NA> NA 5
## 532 <NA> NA 5
## 533 <NA> NA 5
## 534 <NA> NA 5
## 535 <NA> NA 5
## 536 <NA> NA 5
## 537 <NA> NA 5
## 538 <NA> NA 5
## 539 <NA> NA 5
## 540 <NA> NA 5
## 541 <NA> NA 5
## 542 <NA> 75.0 28
## 543 <NA> 75.0 28
## 544 <NA> 75.0 28
## 545 <NA> 75.0 28
## 546 <NA> 75.0 28
## 547 <NA> 75.0 28
## 548 <NA> 75.0 28
## 549 <NA> 75.0 28
## 550 <NA> 75.0 28
## 551 <NA> 75.0 28
## 552 <NA> 75.0 28
## 553 <NA> 75.0 28
## 554 <NA> 75.0 28
## 555 <NA> 75.0 28
## 556 <NA> 75.0 28
## 557 <NA> 75.0 28
## 558 <NA> 75.0 28
## 559 <NA> 75.0 28
## 560 <NA> 75.0 28
## 561 <NA> 75.0 28
## 562 <NA> 75.0 28
## 563 <NA> 75.0 28
## 564 <NA> 75.0 28
## 565 <NA> 75.0 28
## 566 <NA> 75.0 28
## 567 <NA> 75.0 28
## 568 <NA> 75.0 28
## 569 <NA> 75.0 28
## 570 <NA> 75.0 28
## 571 <NA> 75.0 28
## 572 <NA> 75.0 28
## 573 <NA> 75.0 28
## 574 <NA> 75.0 28
## 575 <NA> 75.0 28
## 576 <NA> 75.0 28
## 577 <NA> 75.0 28
## 578 <NA> 75.0 28
## 579 <NA> 75.0 28
## 580 <NA> 75.0 28
## 581 <NA> 75.0 28
## 582 <NA> 75.0 28
## 583 <NA> 75.0 28
## 584 <NA> 75.0 28
## 585 <NA> 75.0 28
## 586 <NA> 75.0 28
## 587 <NA> 75.0 28
## 588 <NA> 75.0 28
## 589 <NA> NA 0
## 590 <NA> NA 0
## 591 <NA> NA 0
## 592 <NA> NA 0
## 593 <NA> NA 0
## 594 <NA> NA 0
## 595 <NA> NA 0
## 596 <NA> NA 0
## 597 <NA> NA 0
## 598 <NA> NA 0
## 599 <NA> NA 0
## 600 <NA> NA 0
## 601 <NA> NA 0
## 602 <NA> NA 0
## 603 <NA> NA 0
## 604 <NA> NA 0
## 605 <NA> NA 0
## 606 <NA> NA 0
## 607 <NA> NA 0
## 608 <NA> NA 0
## 609 <NA> NA 0
## 610 <NA> NA 0
## 611 <NA> NA 0
## 612 <NA> NA 0
## 613 <NA> NA 0
## 614 <NA> NA 0
## 615 <NA> NA 0
## 616 <NA> NA 0
## 617 <NA> NA 0
## 618 <NA> NA 0
## 619 <NA> NA 0
## 620 <NA> NA 0
## 621 <NA> NA 0
## 622 <NA> NA 0
## 623 <NA> NA 0
## 624 <NA> NA 0
## 625 <NA> NA 0
## 626 <NA> NA 0
## 627 <NA> NA 0
## 628 <NA> NA 0
## 629 <NA> NA 0
## 630 <NA> NA 0
## 631 <NA> NA 0
## 632 <NA> NA 0
## 633 <NA> NA 0
## 634 <NA> NA 0
## 635 <NA> NA 0
## 636 <NA> NA 0
## 637 <NA> 39.0 0
## 638 <NA> 39.0 0
## 639 <NA> 39.0 0
## 640 <NA> 39.0 0
## 641 <NA> 39.0 0
## 642 <NA> 39.0 0
## 643 <NA> 39.0 0
## 644 <NA> 39.0 0
## 645 <NA> 39.0 0
## 646 <NA> 39.0 0
## 647 <NA> 39.0 0
## 648 <NA> 39.0 0
## 649 <NA> 39.0 0
## 650 <NA> 39.0 0
## 651 <NA> 39.0 0
## 652 <NA> 39.0 0
## 653 <NA> 39.0 0
## 654 <NA> 48.0 11
## 655 <NA> 48.0 11
## 656 <NA> 48.0 11
## 657 <NA> 48.0 11
## 658 <NA> 48.0 11
## 659 <NA> 48.0 11
## 660 <NA> 48.0 11
## 661 <NA> 48.0 11
## 662 <NA> 48.0 11
## 663 <NA> 48.0 11
## 664 <NA> 48.0 11
## 665 <NA> 48.0 11
## 666 <NA> 48.0 11
## 667 <NA> 48.0 11
## 668 <NA> 48.0 11
## 669 <NA> 48.0 11
## 670 <NA> 48.0 11
## 671 <NA> 48.0 11
## 672 <NA> 48.0 11
## 673 <NA> 48.0 11
## 674 <NA> 48.0 11
## 675 <NA> 48.0 11
## 676 <NA> 48.0 11
## 677 <NA> 48.0 11
## 678 <NA> 48.0 11
## 679 <NA> 48.0 11
## 680 <NA> 48.0 11
## 681 <NA> 48.0 11
## 682 <NA> 48.0 11
## 683 <NA> 48.0 11
## 684 <NA> 48.0 11
## 685 <NA> 48.0 11
## 686 <NA> 48.0 11
## 687 <NA> 48.0 11
## 688 <NA> 48.0 11
## 689 <NA> 48.0 11
## 690 <NA> 48.0 11
## 691 <NA> 48.0 11
## 692 <NA> 48.0 11
## 693 <NA> 48.0 11
## 694 <NA> 48.0 11
## 695 <NA> 48.0 11
## 696 <NA> 48.0 11
## 697 <NA> 48.0 11
## 698 <NA> 48.0 11
## 699 <NA> 48.0 11
## 700 <NA> 48.0 11
## 701 <NA> 48.0 11
## 702 <NA> 48.0 11
## 703 <NA> 48.0 11
## 704 <NA> 48.0 11
## 705 <NA> 48.0 11
## 706 <NA> 48.0 11
## 707 <NA> 48.0 11
## 708 <NA> 48.0 11
## 709 <NA> 48.0 11
## 710 <NA> 48.0 11
## 711 <NA> 48.0 11
## 712 <NA> 69.0 8
## 713 <NA> 69.0 8
## 714 <NA> 69.0 8
## 715 <NA> 69.0 8
## 716 <NA> 69.0 8
## 717 <NA> 69.0 8
## 718 <NA> 69.0 8
## 719 <NA> 69.0 8
## 720 <NA> 69.0 8
## 721 <NA> 69.0 8
## 722 <NA> 69.0 8
## 723 <NA> 69.0 8
## 724 <NA> 69.0 8
## 725 <NA> 69.0 8
## 726 <NA> 69.0 8
## 727 <NA> 69.0 8
## 728 <NA> 69.0 8
## 729 <NA> 69.0 8
## 730 <NA> 69.0 8
## 731 <NA> 69.0 8
## 732 <NA> 69.0 8
## 733 <NA> 69.0 8
## 734 <NA> 69.0 8
## 735 <NA> 69.0 8
## 736 <NA> 69.0 8
## 737 <NA> 69.0 8
## 738 <NA> 69.0 8
## 739 <NA> 69.0 8
## 740 <NA> 69.0 8
## 741 <NA> 69.0 8
## 742 <NA> 69.0 8
## 743 <NA> 69.0 8
## 744 <NA> 69.0 8
## 745 <NA> 69.0 8
## 746 <NA> 69.0 8
## 747 <NA> 69.0 8
## 748 <NA> 69.0 8
## 749 <NA> 69.0 8
## 750 <NA> 69.0 8
## 751 <NA> 69.0 8
## 752 <NA> 69.0 8
## 753 <NA> 69.0 8
## 754 <NA> 69.0 8
## 755 <NA> 69.0 8
## 756 <NA> 69.0 8
## 757 <NA> 69.0 8
## 758 <NA> 69.0 8
## 759 <NA> 69.0 8
## 760 <NA> 69.0 8
## 761 <NA> 69.0 8
## 762 <NA> 69.0 8
## 763 <NA> 69.0 8
## 764 <NA> 69.0 8
## 765 <NA> 69.0 8
## 766 <NA> 69.0 8
## 767 <NA> 69.0 8
## 768 <NA> 69.0 8
## 769 <NA> 69.0 8
## 770 <NA> 69.0 8
## 771 <NA> 69.0 8
## 772 <NA> 69.0 8
## 773 <NA> 69.0 8
## 774 <NA> 69.0 8
## 775 <NA> 69.0 8
## 776 <NA> 69.0 8
## 777 <NA> 82.0 0
## 778 <NA> 82.0 0
## 779 <NA> 82.0 0
## 780 <NA> 82.0 0
## 781 <NA> 82.0 0
## 782 <NA> 82.0 0
## 783 <NA> 82.0 0
## 784 <NA> 82.0 0
## 785 <NA> 82.0 0
## 786 <NA> 82.0 0
## 787 <NA> 82.0 0
## 788 <NA> 82.0 0
## 789 <NA> 82.0 0
## 790 <NA> 82.0 0
## 791 <NA> 82.0 0
## 792 <NA> 82.0 0
## 793 <NA> 82.0 0
## 794 <NA> 82.0 0
## 795 <NA> 82.0 0
## 796 <NA> 82.0 0
## 797 <NA> 82.0 0
## 798 <NA> 82.0 0
## 799 <NA> 82.0 0
## 800 <NA> 82.0 0
## 801 <NA> 82.0 0
## 802 <NA> 82.0 0
## 803 <NA> 82.0 0
## 804 <NA> 82.0 0
## 805 <NA> 82.0 0
## 806 <NA> 82.0 0
## 807 <NA> 82.0 0
## 808 <NA> 82.0 0
## 809 <NA> 82.0 0
## 810 <NA> 82.0 0
## 811 <NA> 82.0 0
## 812 <NA> 82.0 0
## 813 <NA> 82.0 0
## 814 <NA> 82.0 0
## 815 <NA> 82.0 0
## 816 <NA> 82.0 0
## 817 <NA> 82.0 0
## 818 <NA> 82.0 0
## 819 <NA> 82.0 0
## 820 <NA> 82.0 0
## 821 <NA> 82.0 0
## 822 <NA> 82.0 0
## 823 <NA> 82.0 0
## 824 <NA> NA 9
## 825 <NA> NA 9
## 826 <NA> NA 9
## 827 <NA> NA 9
## 828 <NA> NA 9
## 829 <NA> NA 9
## 830 <NA> NA 9
## 831 <NA> NA 9
## 832 <NA> NA 9
## 833 <NA> NA 9
## 834 <NA> NA 9
## 835 <NA> NA 9
## 836 <NA> NA 9
## 837 <NA> NA 9
## 838 <NA> NA 9
## 839 <NA> NA 9
## 840 <NA> NA 9
## 841 <NA> NA 9
## 842 <NA> NA 9
## 843 <NA> NA 9
## 844 <NA> NA 9
## 845 <NA> NA 9
## 846 <NA> NA 9
## 847 <NA> NA 9
## 848 <NA> NA 9
## 849 <NA> NA 9
## 850 <NA> NA 9
## 851 <NA> NA 9
## 852 <NA> NA 9
## 853 <NA> NA 9
## 854 <NA> NA 9
## 855 <NA> NA 9
## 856 <NA> NA 9
## 857 <NA> NA 9
## 858 <NA> NA 9
## 859 <NA> NA 9
## 860 <NA> NA 9
## 861 <NA> NA 9
## 862 <NA> NA 9
## 863 <NA> NA 9
## 864 <NA> NA 9
## 865 <NA> NA 9
## 866 <NA> 69.0 94
## 867 <NA> 69.0 94
## 868 <NA> 69.0 94
## 869 <NA> 69.0 94
## 870 <NA> 69.0 94
## 871 <NA> 69.0 94
## 872 <NA> 69.0 94
## 873 <NA> 69.0 94
## 874 <NA> 69.0 94
## 875 <NA> 69.0 94
## 876 <NA> 69.0 94
## 877 <NA> 69.0 94
## 878 <NA> 69.0 94
## 879 <NA> 69.0 94
## 880 <NA> 69.0 94
## 881 <NA> 69.0 94
## 882 <NA> 69.0 94
## 883 <NA> 69.0 94
## 884 <NA> 69.0 94
## 885 <NA> 69.0 94
## 886 <NA> 69.0 94
## 887 <NA> 69.0 94
## 888 <NA> 69.0 94
## 889 <NA> 69.0 94
## 890 <NA> 69.0 94
## 891 <NA> 69.0 94
## 892 <NA> 69.0 94
## 893 <NA> 69.0 94
## 894 <NA> 69.0 94
## 895 <NA> 69.0 94
## 896 <NA> 69.0 94
## 897 <NA> 69.0 94
## 898 <NA> 69.0 94
## 899 <NA> 69.0 94
## 900 <NA> 69.0 94
## 901 <NA> 69.0 94
## 902 <NA> 69.0 94
## 903 <NA> 69.0 94
## 904 <NA> 69.0 94
## 905 <NA> 69.0 94
## 906 <NA> 69.0 94
## 907 <NA> 69.0 94
## 908 <NA> 69.0 94
## 909 <NA> 69.0 94
## 910 <NA> 69.0 94
## 911 <NA> 69.0 94
## 912 <NA> 69.0 94
## 913 <NA> 69.0 94
## 914 <NA> 69.0 94
## 915 <NA> 69.0 94
## 916 <NA> 69.0 94
## 917 <NA> 69.0 94
## 918 <NA> 69.0 94
## 919 <NA> 69.0 94
## 920 <NA> NA 2
## 921 <NA> NA 2
## 922 <NA> NA 2
## 923 <NA> NA 2
## 924 <NA> NA 2
## 925 <NA> NA 2
## 926 <NA> NA 2
## 927 <NA> NA 2
## 928 <NA> NA 2
## 929 <NA> NA 2
## 930 <NA> NA 2
## 931 <NA> NA 2
## 932 <NA> NA 2
## 933 <NA> NA 2
## 934 <NA> NA 2
## 935 <NA> NA 2
## 936 <NA> NA 2
## 937 <NA> NA 2
## 938 <NA> NA 2
## 939 <NA> NA 2
## 940 <NA> NA 2
## 941 <NA> NA 2
## 942 <NA> NA 2
## 943 <NA> NA 2
## 944 <NA> NA 2
## 945 <NA> NA 2
## 946 <NA> NA 2
## 947 <NA> NA 2
## 948 <NA> NA 2
## 949 <NA> NA 2
## 950 <NA> NA 2
## 951 <NA> NA 2
## 952 <NA> NA 2
## 953 <NA> NA 2
## 954 <NA> NA 2
## 955 <NA> NA 2
## 956 <NA> NA 2
## 957 <NA> NA 2
## 958 <NA> NA 2
## 959 <NA> NA 2
## 960 <NA> NA 2
## 961 <NA> NA 2
## 962 <NA> NA 2
## 963 <NA> NA 2
## 964 <NA> NA 2
## 965 <NA> NA 2
## 966 <NA> NA 2
## 967 <NA> NA 2
## 968 <NA> NA 2
## 969 <NA> NA 2
## 970 <NA> NA 2
## 971 <NA> NA 2
## 972 <NA> NA 2
## 973 <NA> 25.0 3
## 974 <NA> 25.0 3
## 975 <NA> 25.0 3
## 976 <NA> 25.0 3
## 977 <NA> 25.0 3
## 978 <NA> 25.0 3
## 979 <NA> 25.0 3
## 980 <NA> 25.0 3
## 981 <NA> 25.0 3
## 982 <NA> 25.0 3
## 983 <NA> 25.0 3
## 984 <NA> 25.0 3
## 985 <NA> 25.0 3
## 986 <NA> 25.0 3
## 987 <NA> 25.0 3
## 988 <NA> 25.0 3
## 989 <NA> 25.0 3
## 990 <NA> 25.0 3
## 991 <NA> 25.0 3
## 992 <NA> 25.0 3
## 993 <NA> 25.0 3
## 994 <NA> 25.0 3
## 995 <NA> 25.0 3
## 996 <NA> 25.0 3
## 997 <NA> 25.0 3
## 998 <NA> 25.0 3
## 999 <NA> 25.0 3
## 1000 <NA> 25.0 3
## 1001 <NA> 25.0 3
## 1002 <NA> 25.0 3
## 1003 <NA> 25.0 3
## 1004 <NA> 25.0 3
## 1005 <NA> 25.0 3
## 1006 <NA> 25.0 3
## 1007 <NA> 25.0 3
## 1008 <NA> 25.0 3
## 1009 <NA> 25.0 3
## 1010 <NA> 25.0 3
## 1011 <NA> 25.0 3
## 1012 <NA> 25.0 3
## 1013 <NA> 25.0 3
## 1014 <NA> 25.0 3
## 1015 <NA> 25.0 3
## 1016 <NA> 25.0 3
## 1017 <NA> 25.0 3
## 1018 <NA> 25.0 3
## 1019 <NA> 25.0 3
## 1020 <NA> 25.0 3
## 1021 <NA> 25.0 3
## 1022 <NA> 25.0 3
## 1023 <NA> 25.0 3
## 1024 <NA> 25.0 3
## 1025 <NA> 25.0 3
## 1026 <NA> 25.0 3
## 1027 <NA> 25.0 3
## 1028 <NA> 25.0 3
## 1029 <NA> 25.0 3
## 1030 <NA> 25.0 3
## 1031 <NA> 25.0 3
## 1032 <NA> 25.0 3
## 1033 <NA> NA 18
## 1034 <NA> NA 18
## 1035 <NA> NA 18
## 1036 <NA> NA 18
## 1037 <NA> NA 18
## 1038 <NA> NA 18
## 1039 <NA> NA 18
## 1040 <NA> NA 18
## 1041 <NA> NA 18
## 1042 <NA> NA 18
## 1043 <NA> NA 18
## 1044 <NA> NA 18
## 1045 <NA> NA 18
## 1046 <NA> NA 18
## 1047 <NA> NA 18
## 1048 <NA> NA 18
## 1049 <NA> NA 18
## 1050 <NA> NA 18
## 1051 <NA> NA 18
## 1052 <NA> NA 18
## 1053 <NA> NA 18
## 1054 <NA> NA 18
## 1055 <NA> NA 18
## 1056 <NA> NA 18
## 1057 <NA> NA 18
## 1058 <NA> NA 18
## 1059 <NA> NA 18
## 1060 <NA> NA 18
## 1061 <NA> NA 18
## 1062 <NA> NA 18
## 1063 <NA> NA 18
## 1064 <NA> NA 18
## 1065 <NA> NA 18
## 1066 <NA> NA 18
## 1067 <NA> NA 18
## 1068 <NA> NA 18
## 1069 <NA> NA 18
## 1070 <NA> NA 18
## 1071 <NA> NA 18
## 1072 <NA> NA 18
## 1073 <NA> NA 18
## 1074 <NA> NA 18
## 1075 <NA> NA 18
## 1076 <NA> 51.0 16
## 1077 <NA> 51.0 16
## 1078 <NA> 51.0 16
## 1079 <NA> 51.0 16
## 1080 <NA> 51.0 16
## 1081 <NA> 51.0 16
## 1082 <NA> 51.0 16
## 1083 <NA> 51.0 16
## 1084 <NA> 51.0 16
## 1085 <NA> 51.0 16
## 1086 <NA> 51.0 16
## 1087 <NA> 51.0 16
## 1088 <NA> 51.0 16
## 1089 <NA> 51.0 16
## 1090 <NA> 51.0 16
## 1091 <NA> 51.0 16
## 1092 <NA> 51.0 16
## 1093 <NA> 51.0 16
## 1094 <NA> 51.0 16
## 1095 <NA> 51.0 16
## 1096 <NA> 51.0 16
## 1097 <NA> 51.0 16
## 1098 <NA> 51.0 16
## 1099 <NA> 51.0 16
## 1100 <NA> 51.0 16
## 1101 <NA> 51.0 16
## 1102 <NA> 51.0 16
## 1103 <NA> 51.0 16
## 1104 <NA> 51.0 16
## 1105 <NA> 51.0 16
## 1106 <NA> 51.0 16
## 1107 <NA> 51.0 16
## 1108 <NA> 51.0 16
## 1109 <NA> 51.0 16
## 1110 <NA> 51.0 16
## 1111 <NA> 51.0 16
## 1112 <NA> 51.0 16
## 1113 <NA> 51.0 16
## 1114 <NA> 51.0 16
## 1115 <NA> 51.0 16
## 1116 <NA> 51.0 16
## 1117 <NA> 83.8 2
## 1118 <NA> 83.8 2
## 1119 <NA> 83.8 2
## 1120 <NA> 83.8 2
## 1121 <NA> 83.8 2
## 1122 <NA> 83.8 2
## 1123 <NA> 83.8 2
## 1124 <NA> 83.8 2
## 1125 <NA> 83.8 2
## 1126 <NA> 83.8 2
## 1127 <NA> 83.8 2
## 1128 <NA> 83.8 2
## 1129 <NA> 83.8 2
## 1130 <NA> 83.8 2
## 1131 <NA> 83.8 2
## 1132 <NA> 83.8 2
## 1133 <NA> 83.8 2
## 1134 <NA> 83.8 2
## 1135 <NA> 83.8 2
## 1136 <NA> 83.8 2
## 1137 <NA> 83.8 2
## 1138 <NA> 83.8 2
## 1139 <NA> 83.8 2
## 1140 <NA> 83.8 2
## 1141 <NA> 83.8 2
## 1142 <NA> 83.8 2
## 1143 <NA> 83.8 2
## 1144 <NA> 83.8 2
## 1145 <NA> 83.8 2
## 1146 <NA> 83.8 2
## 1147 <NA> 83.8 2
## 1148 <NA> 83.8 2
## 1149 <NA> 83.8 2
## 1150 <NA> 83.8 2
## 1151 <NA> 83.8 2
## 1152 <NA> 83.8 2
## 1153 <NA> 83.8 2
## 1154 <NA> 83.8 2
## 1155 <NA> 83.8 2
## 1156 <NA> 83.8 2
## 1157 <NA> 83.8 2
## 1158 <NA> 83.8 2
## 1159 <NA> 83.8 2
## 1160 <NA> 83.8 2
## 1161 <NA> 83.8 2
## 1162 <NA> 83.8 2
## 1163 <NA> 83.8 2
## 1164 <NA> 83.8 2
## 1165 <NA> 83.8 2
## 1166 <NA> 83.8 2
## 1167 <NA> 83.8 2
## 1168 <NA> 83.8 2
## 1169 <NA> 83.8 2
## 1170 <NA> 83.8 2
## 1171 <NA> 49.0 14
## 1172 <NA> 49.0 14
## 1173 <NA> 49.0 14
## 1174 <NA> 49.0 14
## 1175 <NA> 49.0 14
## 1176 <NA> 49.0 14
## 1177 <NA> 49.0 14
## 1178 <NA> 49.0 14
## 1179 <NA> 49.0 14
## 1180 <NA> 49.0 14
## 1181 <NA> 49.0 14
## 1182 <NA> 49.0 14
## 1183 <NA> 49.0 14
## 1184 <NA> 49.0 14
## 1185 <NA> 49.0 14
## 1186 <NA> 49.0 14
## 1187 <NA> 49.0 14
## 1188 <NA> 49.0 14
## 1189 <NA> 49.0 14
## 1190 <NA> 49.0 14
## 1191 <NA> 49.0 14
## 1192 <NA> 49.0 14
## 1193 <NA> 49.0 14
## 1194 <NA> 49.0 14
## 1195 <NA> 49.0 14
## 1196 <NA> 49.0 14
## 1197 <NA> 49.0 14
## 1198 <NA> 49.0 14
## 1199 <NA> 49.0 14
## 1200 <NA> 49.0 14
## 1201 <NA> 49.0 14
## 1202 <NA> 49.0 14
## 1203 <NA> 49.0 14
## 1204 <NA> 49.0 14
## 1205 <NA> 49.0 14
## 1206 <NA> 49.0 14
## 1207 <NA> 49.0 14
## 1208 <NA> 49.0 14
## 1209 <NA> 49.0 14
## 1210 <NA> 49.0 14
## 1211 <NA> 49.0 14
## 1212 <NA> 49.0 14
## 1213 <NA> 49.0 14
## 1214 <NA> 49.0 14
## 1215 <NA> 49.0 14
## 1216 <NA> 49.0 14
## 1217 <NA> 49.0 14
## 1218 <NA> 49.0 14
## 1219 <NA> 49.0 14
## 1220 <NA> 49.0 14
## 1221 <NA> 37.0 15
## 1222 <NA> 37.0 15
## 1223 <NA> 37.0 15
## 1224 <NA> 37.0 15
## 1225 <NA> 37.0 15
## 1226 <NA> 37.0 15
## 1227 <NA> 37.0 15
## 1228 <NA> 37.0 15
## 1229 <NA> 37.0 15
## 1230 <NA> 37.0 15
## 1231 <NA> 37.0 15
## 1232 <NA> 37.0 15
## 1233 <NA> 37.0 15
## 1234 <NA> 37.0 15
## 1235 <NA> 37.0 15
## 1236 <NA> 37.0 15
## 1237 <NA> 37.0 15
## 1238 <NA> 37.0 15
## 1239 <NA> 37.0 15
## 1240 <NA> 37.0 15
## 1241 <NA> 37.0 15
## 1242 <NA> 37.0 15
## 1243 <NA> 37.0 15
## 1244 <NA> 37.0 15
## 1245 <NA> 37.0 15
## 1246 <NA> 37.0 15
## 1247 <NA> 37.0 15
## 1248 <NA> 37.0 15
## 1249 <NA> 37.0 15
## 1250 <NA> 37.0 15
## 1251 <NA> 37.0 15
## 1252 <NA> 37.0 15
## 1253 <NA> 37.0 15
## 1254 <NA> 37.0 15
## 1255 <NA> 37.0 15
## 1256 <NA> 37.0 15
## 1257 <NA> 37.0 15
## 1258 <NA> 37.0 15
## 1259 <NA> 37.0 15
## 1260 <NA> 37.0 15
## 1261 <NA> 37.0 15
## 1262 <NA> 37.0 15
## 1263 <NA> 37.0 15
## 1264 <NA> 37.0 15
## 1265 <NA> 37.0 15
## 1266 <NA> 37.0 15
## 1267 <NA> 37.0 15
## 1268 <NA> 37.0 15
## 1269 <NA> 37.0 15
## 1270 <NA> 37.0 15
## 1271 <NA> 37.0 15
## 1272 <NA> 37.0 15
## 1273 <NA> NA 0
## 1274 <NA> NA 0
## 1275 <NA> NA 0
## 1276 <NA> NA 0
## 1277 <NA> NA 0
## 1278 <NA> NA 0
## 1279 <NA> NA 0
## 1280 <NA> NA 0
## 1281 <NA> NA 0
## 1282 <NA> NA 0
## 1283 <NA> NA 0
## 1284 <NA> NA 0
## 1285 <NA> NA 0
## 1286 <NA> NA 0
## 1287 <NA> NA 0
## 1288 <NA> NA 0
## 1289 <NA> NA 0
## 1290 <NA> NA 0
## 1291 <NA> NA 0
## 1292 <NA> NA 0
## 1293 <NA> NA 0
## 1294 <NA> NA 0
## 1295 <NA> NA 0
## 1296 <NA> NA 0
## 1297 <NA> NA 0
## 1298 <NA> NA 0
## 1299 <NA> NA 0
## 1300 <NA> NA 0
## 1301 <NA> NA 0
## 1302 <NA> NA 0
## 1303 <NA> NA 0
## 1304 <NA> NA 0
## 1305 <NA> NA 0
## 1306 <NA> 23.8 9
## 1307 <NA> 23.8 9
## 1308 <NA> 23.8 9
## 1309 <NA> 23.8 9
## 1310 <NA> 23.8 9
## 1311 <NA> 23.8 9
## 1312 <NA> 23.8 9
## 1313 <NA> 23.8 9
## 1314 <NA> 23.8 9
## 1315 <NA> 23.8 9
## 1316 <NA> 23.8 9
## 1317 <NA> 23.8 9
## 1318 <NA> 23.8 9
## 1319 <NA> 23.8 9
## 1320 <NA> 23.8 9
## 1321 <NA> 23.8 9
## 1322 <NA> 23.8 9
## 1323 <NA> 23.8 9
## 1324 <NA> 23.8 9
## 1325 <NA> 23.8 9
## 1326 <NA> 23.8 9
## 1327 <NA> 23.8 9
## 1328 <NA> 23.8 9
## 1329 <NA> 23.8 9
## 1330 <NA> 23.8 9
## 1331 <NA> 23.8 9
## 1332 <NA> 23.8 9
## 1333 <NA> 23.8 9
## 1334 <NA> 23.8 9
## 1335 <NA> 23.8 9
## 1336 <NA> 23.8 9
## 1337 <NA> 23.8 9
## 1338 <NA> 23.8 9
## 1339 <NA> 23.8 9
## 1340 <NA> 23.8 9
## 1341 <NA> 23.8 9
## 1342 <NA> 23.8 9
## 1343 <NA> 23.8 9
## 1344 <NA> 23.8 9
## 1345 <NA> 23.8 9
## 1346 <NA> 23.8 9
## 1347 <NA> 23.8 9
## 1348 <NA> 23.8 9
## 1349 <NA> 23.8 9
## 1350 <NA> 23.8 9
## 1351 <NA> 23.8 9
## 1352 <NA> 23.8 9
## 1353 <NA> 23.8 9
## 1354 <NA> 23.8 9
## 1355 <NA> 23.8 9
## 1356 <NA> 23.8 9
## 1357 <NA> 23.8 9
## 1358 <NA> 23.8 9
## 1359 <NA> 23.8 9
## 1360 <NA> 23.8 9
## 1361 <NA> NA 32
## 1362 <NA> NA 32
## 1363 <NA> NA 32
## 1364 <NA> NA 32
## 1365 <NA> NA 32
## 1366 <NA> NA 32
## 1367 <NA> NA 32
## 1368 <NA> NA 32
## 1369 <NA> NA 32
## 1370 <NA> NA 32
## 1371 <NA> NA 32
## 1372 <NA> NA 32
## 1373 <NA> NA 32
## 1374 <NA> NA 32
## 1375 <NA> NA 32
## 1376 <NA> NA 32
## 1377 <NA> NA 32
## 1378 <NA> NA 32
## 1379 <NA> NA 32
## 1380 <NA> NA 32
## 1381 <NA> NA 32
## 1382 <NA> NA 32
## 1383 <NA> NA 32
## 1384 <NA> NA 32
## 1385 <NA> NA 32
## 1386 <NA> NA 32
## 1387 <NA> NA 32
## 1388 <NA> NA 32
## 1389 <NA> NA 32
## 1390 <NA> NA 32
## 1391 <NA> NA 32
## 1392 <NA> NA 32
## 1393 <NA> NA 32
## 1394 <NA> NA 32
## 1395 <NA> NA 32
## 1396 <NA> NA 32
## 1397 <NA> NA 32
## 1398 <NA> NA 32
## 1399 <NA> NA 32
## 1400 <NA> 41.2 0
## 1401 <NA> 41.2 0
## 1402 <NA> 41.2 0
## 1403 <NA> 41.2 0
## 1404 <NA> 41.2 0
## 1405 <NA> 41.2 0
## 1406 <NA> 41.2 0
## 1407 <NA> 41.2 0
## 1408 <NA> 41.2 0
## 1409 <NA> 41.2 0
## 1410 <NA> 41.2 0
## 1411 <NA> 41.2 0
## 1412 <NA> 41.2 0
## 1413 <NA> 41.2 0
## 1414 <NA> 41.2 0
## 1415 <NA> 41.2 0
## 1416 <NA> 41.2 0
## 1417 <NA> 41.2 0
## 1418 <NA> 41.2 0
## 1419 <NA> 41.2 0
## 1420 <NA> 41.2 0
## 1421 <NA> 41.2 0
## 1422 <NA> 41.2 0
## 1423 <NA> 41.2 0
## 1424 <NA> 41.2 0
## 1425 <NA> 41.2 0
## 1426 <NA> 41.2 0
## 1427 <NA> 41.2 0
## 1428 <NA> 41.2 0
## 1429 <NA> 41.2 0
## 1430 <NA> 41.2 0
## 1431 <NA> 41.2 0
## 1432 <NA> 41.2 0
## 1433 <NA> 41.2 0
## 1434 <NA> 41.2 0
## 1435 <NA> 41.2 0
## 1436 <NA> 41.2 0
## 1437 <NA> 41.2 0
## 1438 <NA> 41.2 0
## 1439 <NA> 80.0 71
## 1440 <NA> 80.0 71
## 1441 <NA> 80.0 71
## 1442 <NA> 80.0 71
## 1443 <NA> 80.0 71
## 1444 <NA> 80.0 71
## 1445 <NA> 80.0 71
## 1446 <NA> 80.0 71
## 1447 <NA> 80.0 71
## 1448 <NA> 80.0 71
## 1449 <NA> 80.0 71
## 1450 <NA> 80.0 71
## 1451 <NA> 80.0 71
## 1452 <NA> 80.0 71
## 1453 <NA> 80.0 71
## 1454 <NA> 80.0 71
## 1455 <NA> 80.0 71
## 1456 <NA> 80.0 71
## 1457 <NA> 80.0 71
## 1458 <NA> 80.0 71
## 1459 <NA> 80.0 71
## 1460 <NA> 80.0 71
## 1461 <NA> 80.0 71
## 1462 <NA> 80.0 71
## 1463 <NA> 80.0 71
## 1464 <NA> 80.0 71
## 1465 <NA> 80.0 71
## 1466 <NA> 80.0 71
## 1467 <NA> 80.0 71
## 1468 <NA> 80.0 71
## 1469 <NA> 80.0 71
## 1470 <NA> 79.0 21
## self_reported_frpl self_reported_grades_pre_k
## 1 60 0
## 2 60 0
## 3 60 0
## 4 60 0
## 5 60 0
## 6 60 0
## 7 60 0
## 8 60 0
## 9 60 0
## 10 60 0
## 11 60 0
## 12 60 0
## 13 60 0
## 14 60 0
## 15 60 0
## 16 60 0
## 17 60 0
## 18 60 0
## 19 60 0
## 20 60 0
## 21 60 0
## 22 10 0
## 23 10 0
## 24 10 0
## 25 10 0
## 26 10 0
## 27 10 0
## 28 10 0
## 29 10 0
## 30 10 0
## 31 10 0
## 32 10 0
## 33 10 0
## 34 10 0
## 35 10 0
## 36 10 0
## 37 10 0
## 38 10 0
## 39 10 0
## 40 10 0
## 41 10 0
## 42 10 0
## 43 10 0
## 44 10 0
## 45 10 0
## 46 10 0
## 47 10 0
## 48 10 0
## 49 10 0
## 50 10 0
## 51 10 0
## 52 10 0
## 53 10 0
## 54 10 0
## 55 10 0
## 56 10 0
## 57 10 0
## 58 10 0
## 59 10 0
## 60 10 0
## 61 10 0
## 62 10 0
## 63 10 0
## 64 10 0
## 65 10 0
## 66 10 0
## 67 10 0
## 68 10 0
## 69 10 0
## 70 10 0
## 71 10 0
## 72 10 0
## 73 10 0
## 74 10 0
## 75 10 0
## 76 10 0
## 77 10 0
## 78 10 0
## 79 10 0
## 80 10 0
## 81 10 0
## 82 89 1
## 83 89 1
## 84 89 1
## 85 89 1
## 86 89 1
## 87 89 1
## 88 89 1
## 89 89 1
## 90 89 1
## 91 89 1
## 92 89 1
## 93 89 1
## 94 89 1
## 95 89 1
## 96 89 1
## 97 89 1
## 98 89 1
## 99 89 1
## 100 89 1
## 101 89 1
## 102 89 1
## 103 89 1
## 104 16 0
## 105 16 0
## 106 16 0
## 107 16 0
## 108 16 0
## 109 16 0
## 110 16 0
## 111 16 0
## 112 16 0
## 113 16 0
## 114 16 0
## 115 16 0
## 116 16 0
## 117 16 0
## 118 16 0
## 119 16 0
## 120 16 0
## 121 16 0
## 122 16 0
## 123 16 0
## 124 16 0
## 125 16 0
## 126 16 0
## 127 16 0
## 128 16 0
## 129 16 0
## 130 16 0
## 131 16 0
## 132 16 0
## 133 16 0
## 134 16 0
## 135 16 0
## 136 16 0
## 137 16 0
## 138 16 0
## 139 16 0
## 140 16 0
## 141 16 0
## 142 16 0
## 143 16 0
## 144 16 0
## 145 16 0
## 146 16 0
## 147 16 0
## 148 16 0
## 149 16 0
## 150 16 0
## 151 16 0
## 152 16 0
## 153 16 0
## 154 16 0
## 155 16 0
## 156 16 0
## 157 16 0
## 158 16 0
## 159 16 0
## 160 16 0
## 161 16 0
## 162 16 0
## 163 16 0
## 164 70 0
## 165 70 0
## 166 70 0
## 167 70 0
## 168 70 0
## 169 70 0
## 170 70 0
## 171 70 0
## 172 70 0
## 173 70 0
## 174 70 0
## 175 70 0
## 176 70 0
## 177 70 0
## 178 70 0
## 179 70 0
## 180 70 0
## 181 70 0
## 182 70 0
## 183 70 0
## 184 70 0
## 185 70 0
## 186 70 0
## 187 70 0
## 188 70 0
## 189 70 0
## 190 70 0
## 191 70 0
## 192 70 0
## 193 70 0
## 194 70 0
## 195 70 0
## 196 70 0
## 197 70 0
## 198 70 0
## 199 70 0
## 200 70 0
## 201 70 0
## 202 70 0
## 203 70 0
## 204 70 0
## 205 70 0
## 206 70 0
## 207 70 0
## 208 70 0
## 209 70 0
## 210 70 0
## 211 70 0
## 212 70 0
## 213 70 0
## 214 70 0
## 215 70 0
## 216 70 0
## 217 70 0
## 218 70 0
## 219 70 0
## 220 70 0
## 221 70 0
## 222 78 0
## 223 78 0
## 224 78 0
## 225 78 0
## 226 78 0
## 227 78 0
## 228 78 0
## 229 78 0
## 230 78 0
## 231 78 0
## 232 78 0
## 233 78 0
## 234 78 0
## 235 78 0
## 236 78 0
## 237 78 0
## 238 78 0
## 239 78 0
## 240 78 0
## 241 78 0
## 242 78 0
## 243 78 0
## 244 78 0
## 245 78 0
## 246 78 0
## 247 78 0
## 248 78 0
## 249 78 0
## 250 78 0
## 251 78 0
## 252 78 0
## 253 78 0
## 254 78 0
## 255 78 0
## 256 78 0
## 257 78 0
## 258 78 0
## 259 78 0
## 260 78 0
## 261 78 0
## 262 78 0
## 263 78 0
## 264 78 0
## 265 78 0
## 266 78 0
## 267 78 0
## 268 78 0
## 269 78 0
## 270 78 0
## 271 78 0
## 272 78 0
## 273 78 0
## 274 78 0
## 275 78 0
## 276 78 0
## 277 78 0
## 278 78 0
## 279 46 0
## 280 46 0
## 281 46 0
## 282 46 0
## 283 46 0
## 284 46 0
## 285 46 0
## 286 46 0
## 287 46 0
## 288 46 0
## 289 46 0
## 290 46 0
## 291 46 0
## 292 46 0
## 293 46 0
## 294 46 0
## 295 46 0
## 296 46 0
## 297 46 0
## 298 46 0
## 299 46 0
## 300 46 0
## 301 46 0
## 302 46 0
## 303 46 0
## 304 46 0
## 305 46 0
## 306 46 0
## 307 46 0
## 308 46 0
## 309 46 0
## 310 46 0
## 311 46 0
## 312 46 0
## 313 46 0
## 314 46 0
## 315 46 0
## 316 46 0
## 317 46 0
## 318 46 0
## 319 46 0
## 320 46 0
## 321 46 0
## 322 46 0
## 323 46 0
## 324 46 0
## 325 46 0
## 326 46 0
## 327 46 0
## 328 46 0
## 329 46 0
## 330 46 0
## 331 46 0
## 332 46 0
## 333 46 0
## 334 46 0
## 335 46 0
## 336 46 0
## 337 46 0
## 338 46 0
## 339 46 0
## 340 46 0
## 341 44 0
## 342 44 0
## 343 44 0
## 344 44 0
## 345 44 0
## 346 44 0
## 347 44 0
## 348 44 0
## 349 44 0
## 350 44 0
## 351 44 0
## 352 44 0
## 353 44 0
## 354 44 0
## 355 44 0
## 356 44 0
## 357 44 0
## 358 44 0
## 359 44 0
## 360 44 0
## 361 44 0
## 362 44 0
## 363 44 0
## 364 44 0
## 365 44 0
## 366 44 0
## 367 44 0
## 368 44 0
## 369 44 0
## 370 44 0
## 371 44 0
## 372 44 0
## 373 44 0
## 374 44 0
## 375 44 0
## 376 44 0
## 377 44 0
## 378 44 0
## 379 44 0
## 380 44 0
## 381 44 0
## 382 44 0
## 383 44 0
## 384 43 0
## 385 43 0
## 386 43 0
## 387 43 0
## 388 43 0
## 389 43 0
## 390 43 0
## 391 43 0
## 392 43 0
## 393 43 0
## 394 43 0
## 395 43 0
## 396 43 0
## 397 43 0
## 398 43 0
## 399 43 0
## 400 43 0
## 401 43 0
## 402 43 0
## 403 41 1
## 404 41 1
## 405 41 1
## 406 41 1
## 407 41 1
## 408 41 1
## 409 41 1
## 410 41 1
## 411 41 1
## 412 41 1
## 413 41 1
## 414 41 1
## 415 41 1
## 416 41 1
## 417 41 1
## 418 41 1
## 419 41 1
## 420 41 1
## 421 41 1
## 422 41 1
## 423 41 1
## 424 41 1
## 425 41 1
## 426 41 1
## 427 41 1
## 428 41 1
## 429 41 1
## 430 41 1
## 431 41 1
## 432 41 1
## 433 41 1
## 434 41 1
## 435 41 1
## 436 41 1
## 437 41 1
## 438 41 1
## 439 41 1
## 440 41 1
## 441 41 1
## 442 41 1
## 443 41 1
## 444 41 1
## 445 41 1
## 446 41 1
## 447 41 1
## 448 41 1
## 449 41 1
## 450 41 1
## 451 41 1
## 452 41 1
## 453 40 0
## 454 40 0
## 455 40 0
## 456 40 0
## 457 40 0
## 458 40 0
## 459 40 0
## 460 40 0
## 461 40 0
## 462 40 0
## 463 40 0
## 464 40 0
## 465 40 0
## 466 40 0
## 467 40 0
## 468 40 0
## 469 40 0
## 470 40 0
## 471 40 0
## 472 40 0
## 473 40 0
## 474 40 0
## 475 40 0
## 476 40 0
## 477 40 0
## 478 40 0
## 479 40 0
## 480 40 0
## 481 40 0
## 482 40 0
## 483 40 0
## 484 40 0
## 485 40 0
## 486 40 0
## 487 40 0
## 488 40 0
## 489 40 0
## 490 40 0
## 491 40 0
## 492 40 0
## 493 40 0
## 494 40 0
## 495 40 0
## 496 40 0
## 497 40 0
## 498 64 0
## 499 64 0
## 500 64 0
## 501 64 0
## 502 64 0
## 503 64 0
## 504 64 0
## 505 64 0
## 506 64 0
## 507 64 0
## 508 64 0
## 509 64 0
## 510 64 0
## 511 64 0
## 512 64 0
## 513 64 0
## 514 64 0
## 515 64 0
## 516 64 0
## 517 64 0
## 518 64 0
## 519 64 0
## 520 64 0
## 521 64 0
## 522 64 0
## 523 64 0
## 524 64 0
## 525 64 0
## 526 64 0
## 527 64 0
## 528 64 0
## 529 64 0
## 530 64 0
## 531 64 0
## 532 64 0
## 533 64 0
## 534 64 0
## 535 64 0
## 536 64 0
## 537 64 0
## 538 64 0
## 539 64 0
## 540 64 0
## 541 64 0
## 542 86 1
## 543 86 1
## 544 86 1
## 545 86 1
## 546 86 1
## 547 86 1
## 548 86 1
## 549 86 1
## 550 86 1
## 551 86 1
## 552 86 1
## 553 86 1
## 554 86 1
## 555 86 1
## 556 86 1
## 557 86 1
## 558 86 1
## 559 86 1
## 560 86 1
## 561 86 1
## 562 86 1
## 563 86 1
## 564 86 1
## 565 86 1
## 566 86 1
## 567 86 1
## 568 86 1
## 569 86 1
## 570 86 1
## 571 86 1
## 572 86 1
## 573 86 1
## 574 86 1
## 575 86 1
## 576 86 1
## 577 86 1
## 578 86 1
## 579 86 1
## 580 86 1
## 581 86 1
## 582 86 1
## 583 86 1
## 584 86 1
## 585 86 1
## 586 86 1
## 587 86 1
## 588 86 1
## 589 33 0
## 590 33 0
## 591 33 0
## 592 33 0
## 593 33 0
## 594 33 0
## 595 33 0
## 596 33 0
## 597 33 0
## 598 33 0
## 599 33 0
## 600 33 0
## 601 33 0
## 602 33 0
## 603 33 0
## 604 33 0
## 605 33 0
## 606 33 0
## 607 33 0
## 608 33 0
## 609 33 0
## 610 33 0
## 611 33 0
## 612 33 0
## 613 33 0
## 614 33 0
## 615 33 0
## 616 33 0
## 617 33 0
## 618 33 0
## 619 33 0
## 620 33 0
## 621 33 0
## 622 33 0
## 623 33 0
## 624 33 0
## 625 33 0
## 626 33 0
## 627 33 0
## 628 33 0
## 629 33 0
## 630 33 0
## 631 33 0
## 632 33 0
## 633 33 0
## 634 33 0
## 635 33 0
## 636 33 0
## 637 100 0
## 638 100 0
## 639 100 0
## 640 100 0
## 641 100 0
## 642 100 0
## 643 100 0
## 644 100 0
## 645 100 0
## 646 100 0
## 647 100 0
## 648 100 0
## 649 100 0
## 650 100 0
## 651 100 0
## 652 100 0
## 653 100 0
## 654 86 0
## 655 86 0
## 656 86 0
## 657 86 0
## 658 86 0
## 659 86 0
## 660 86 0
## 661 86 0
## 662 86 0
## 663 86 0
## 664 86 0
## 665 86 0
## 666 86 0
## 667 86 0
## 668 86 0
## 669 86 0
## 670 86 0
## 671 86 0
## 672 86 0
## 673 86 0
## 674 86 0
## 675 86 0
## 676 86 0
## 677 86 0
## 678 86 0
## 679 86 0
## 680 86 0
## 681 86 0
## 682 86 0
## 683 86 0
## 684 86 0
## 685 86 0
## 686 86 0
## 687 86 0
## 688 86 0
## 689 86 0
## 690 86 0
## 691 86 0
## 692 86 0
## 693 86 0
## 694 86 0
## 695 86 0
## 696 86 0
## 697 86 0
## 698 86 0
## 699 86 0
## 700 86 0
## 701 86 0
## 702 86 0
## 703 86 0
## 704 86 0
## 705 86 0
## 706 86 0
## 707 86 0
## 708 86 0
## 709 86 0
## 710 86 0
## 711 86 0
## 712 88 0
## 713 88 0
## 714 88 0
## 715 88 0
## 716 88 0
## 717 88 0
## 718 88 0
## 719 88 0
## 720 88 0
## 721 88 0
## 722 88 0
## 723 88 0
## 724 88 0
## 725 88 0
## 726 88 0
## 727 88 0
## 728 88 0
## 729 88 0
## 730 88 0
## 731 88 0
## 732 88 0
## 733 88 0
## 734 88 0
## 735 88 0
## 736 88 0
## 737 88 0
## 738 88 0
## 739 88 0
## 740 88 0
## 741 88 0
## 742 88 0
## 743 88 0
## 744 88 0
## 745 88 0
## 746 88 0
## 747 88 0
## 748 88 0
## 749 88 0
## 750 88 0
## 751 88 0
## 752 88 0
## 753 88 0
## 754 88 0
## 755 88 0
## 756 88 0
## 757 88 0
## 758 88 0
## 759 88 0
## 760 88 0
## 761 88 0
## 762 88 0
## 763 88 0
## 764 88 0
## 765 88 0
## 766 88 0
## 767 88 0
## 768 88 0
## 769 88 0
## 770 88 0
## 771 88 0
## 772 88 0
## 773 88 0
## 774 88 0
## 775 88 0
## 776 88 0
## 777 28 0
## 778 28 0
## 779 28 0
## 780 28 0
## 781 28 0
## 782 28 0
## 783 28 0
## 784 28 0
## 785 28 0
## 786 28 0
## 787 28 0
## 788 28 0
## 789 28 0
## 790 28 0
## 791 28 0
## 792 28 0
## 793 28 0
## 794 28 0
## 795 28 0
## 796 28 0
## 797 28 0
## 798 28 0
## 799 28 0
## 800 28 0
## 801 28 0
## 802 28 0
## 803 28 0
## 804 28 0
## 805 28 0
## 806 28 0
## 807 28 0
## 808 28 0
## 809 28 0
## 810 28 0
## 811 28 0
## 812 28 0
## 813 28 0
## 814 28 0
## 815 28 0
## 816 28 0
## 817 28 0
## 818 28 0
## 819 28 0
## 820 28 0
## 821 28 0
## 822 28 0
## 823 28 0
## 824 89 0
## 825 89 0
## 826 89 0
## 827 89 0
## 828 89 0
## 829 89 0
## 830 89 0
## 831 89 0
## 832 89 0
## 833 89 0
## 834 89 0
## 835 89 0
## 836 89 0
## 837 89 0
## 838 89 0
## 839 89 0
## 840 89 0
## 841 89 0
## 842 89 0
## 843 89 0
## 844 89 0
## 845 89 0
## 846 89 0
## 847 89 0
## 848 89 0
## 849 89 0
## 850 89 0
## 851 89 0
## 852 89 0
## 853 89 0
## 854 89 0
## 855 89 0
## 856 89 0
## 857 89 0
## 858 89 0
## 859 89 0
## 860 89 0
## 861 89 0
## 862 89 0
## 863 89 0
## 864 89 0
## 865 89 0
## 866 92 0
## 867 92 0
## 868 92 0
## 869 92 0
## 870 92 0
## 871 92 0
## 872 92 0
## 873 92 0
## 874 92 0
## 875 92 0
## 876 92 0
## 877 92 0
## 878 92 0
## 879 92 0
## 880 92 0
## 881 92 0
## 882 92 0
## 883 92 0
## 884 92 0
## 885 92 0
## 886 92 0
## 887 92 0
## 888 92 0
## 889 92 0
## 890 92 0
## 891 92 0
## 892 92 0
## 893 92 0
## 894 92 0
## 895 92 0
## 896 92 0
## 897 92 0
## 898 92 0
## 899 92 0
## 900 92 0
## 901 92 0
## 902 92 0
## 903 92 0
## 904 92 0
## 905 92 0
## 906 92 0
## 907 92 0
## 908 92 0
## 909 92 0
## 910 92 0
## 911 92 0
## 912 92 0
## 913 92 0
## 914 92 0
## 915 92 0
## 916 92 0
## 917 92 0
## 918 92 0
## 919 92 0
## 920 60 0
## 921 60 0
## 922 60 0
## 923 60 0
## 924 60 0
## 925 60 0
## 926 60 0
## 927 60 0
## 928 60 0
## 929 60 0
## 930 60 0
## 931 60 0
## 932 60 0
## 933 60 0
## 934 60 0
## 935 60 0
## 936 60 0
## 937 60 0
## 938 60 0
## 939 60 0
## 940 60 0
## 941 60 0
## 942 60 0
## 943 60 0
## 944 60 0
## 945 60 0
## 946 60 0
## 947 60 0
## 948 60 0
## 949 60 0
## 950 60 0
## 951 60 0
## 952 60 0
## 953 60 0
## 954 60 0
## 955 60 0
## 956 60 0
## 957 60 0
## 958 60 0
## 959 60 0
## 960 60 0
## 961 60 0
## 962 60 0
## 963 60 0
## 964 60 0
## 965 60 0
## 966 60 0
## 967 60 0
## 968 60 0
## 969 60 0
## 970 60 0
## 971 60 0
## 972 60 0
## 973 80 0
## 974 80 0
## 975 80 0
## 976 80 0
## 977 80 0
## 978 80 0
## 979 80 0
## 980 80 0
## 981 80 0
## 982 80 0
## 983 80 0
## 984 80 0
## 985 80 0
## 986 80 0
## 987 80 0
## 988 80 0
## 989 80 0
## 990 80 0
## 991 80 0
## 992 80 0
## 993 80 0
## 994 80 0
## 995 80 0
## 996 80 0
## 997 80 0
## 998 80 0
## 999 80 0
## 1000 80 0
## 1001 80 0
## 1002 80 0
## 1003 80 0
## 1004 80 0
## 1005 80 0
## 1006 80 0
## 1007 80 0
## 1008 80 0
## 1009 80 0
## 1010 80 0
## 1011 80 0
## 1012 80 0
## 1013 80 0
## 1014 80 0
## 1015 80 0
## 1016 80 0
## 1017 80 0
## 1018 80 0
## 1019 80 0
## 1020 80 0
## 1021 80 0
## 1022 80 0
## 1023 80 0
## 1024 80 0
## 1025 80 0
## 1026 80 0
## 1027 80 0
## 1028 80 0
## 1029 80 0
## 1030 80 0
## 1031 80 0
## 1032 80 0
## 1033 54 0
## 1034 54 0
## 1035 54 0
## 1036 54 0
## 1037 54 0
## 1038 54 0
## 1039 54 0
## 1040 54 0
## 1041 54 0
## 1042 54 0
## 1043 54 0
## 1044 54 0
## 1045 54 0
## 1046 54 0
## 1047 54 0
## 1048 54 0
## 1049 54 0
## 1050 54 0
## 1051 54 0
## 1052 54 0
## 1053 54 0
## 1054 54 0
## 1055 54 0
## 1056 54 0
## 1057 54 0
## 1058 54 0
## 1059 54 0
## 1060 54 0
## 1061 54 0
## 1062 54 0
## 1063 54 0
## 1064 54 0
## 1065 54 0
## 1066 54 0
## 1067 54 0
## 1068 54 0
## 1069 54 0
## 1070 54 0
## 1071 54 0
## 1072 54 0
## 1073 54 0
## 1074 54 0
## 1075 54 0
## 1076 50 0
## 1077 50 0
## 1078 50 0
## 1079 50 0
## 1080 50 0
## 1081 50 0
## 1082 50 0
## 1083 50 0
## 1084 50 0
## 1085 50 0
## 1086 50 0
## 1087 50 0
## 1088 50 0
## 1089 50 0
## 1090 50 0
## 1091 50 0
## 1092 50 0
## 1093 50 0
## 1094 50 0
## 1095 50 0
## 1096 50 0
## 1097 50 0
## 1098 50 0
## 1099 50 0
## 1100 50 0
## 1101 50 0
## 1102 50 0
## 1103 50 0
## 1104 50 0
## 1105 50 0
## 1106 50 0
## 1107 50 0
## 1108 50 0
## 1109 50 0
## 1110 50 0
## 1111 50 0
## 1112 50 0
## 1113 50 0
## 1114 50 0
## 1115 50 0
## 1116 50 0
## 1117 18 0
## 1118 18 0
## 1119 18 0
## 1120 18 0
## 1121 18 0
## 1122 18 0
## 1123 18 0
## 1124 18 0
## 1125 18 0
## 1126 18 0
## 1127 18 0
## 1128 18 0
## 1129 18 0
## 1130 18 0
## 1131 18 0
## 1132 18 0
## 1133 18 0
## 1134 18 0
## 1135 18 0
## 1136 18 0
## 1137 18 0
## 1138 18 0
## 1139 18 0
## 1140 18 0
## 1141 18 0
## 1142 18 0
## 1143 18 0
## 1144 18 0
## 1145 18 0
## 1146 18 0
## 1147 18 0
## 1148 18 0
## 1149 18 0
## 1150 18 0
## 1151 18 0
## 1152 18 0
## 1153 18 0
## 1154 18 0
## 1155 18 0
## 1156 18 0
## 1157 18 0
## 1158 18 0
## 1159 18 0
## 1160 18 0
## 1161 18 0
## 1162 18 0
## 1163 18 0
## 1164 18 0
## 1165 18 0
## 1166 18 0
## 1167 18 0
## 1168 18 0
## 1169 18 0
## 1170 18 0
## 1171 36 0
## 1172 36 0
## 1173 36 0
## 1174 36 0
## 1175 36 0
## 1176 36 0
## 1177 36 0
## 1178 36 0
## 1179 36 0
## 1180 36 0
## 1181 36 0
## 1182 36 0
## 1183 36 0
## 1184 36 0
## 1185 36 0
## 1186 36 0
## 1187 36 0
## 1188 36 0
## 1189 36 0
## 1190 36 0
## 1191 36 0
## 1192 36 0
## 1193 36 0
## 1194 36 0
## 1195 36 0
## 1196 36 0
## 1197 36 0
## 1198 36 0
## 1199 36 0
## 1200 36 0
## 1201 36 0
## 1202 36 0
## 1203 36 0
## 1204 36 0
## 1205 36 0
## 1206 36 0
## 1207 36 0
## 1208 36 0
## 1209 36 0
## 1210 36 0
## 1211 36 0
## 1212 36 0
## 1213 36 0
## 1214 36 0
## 1215 36 0
## 1216 36 0
## 1217 36 0
## 1218 36 0
## 1219 36 0
## 1220 36 0
## 1221 95 1
## 1222 95 1
## 1223 95 1
## 1224 95 1
## 1225 95 1
## 1226 95 1
## 1227 95 1
## 1228 95 1
## 1229 95 1
## 1230 95 1
## 1231 95 1
## 1232 95 1
## 1233 95 1
## 1234 95 1
## 1235 95 1
## 1236 95 1
## 1237 95 1
## 1238 95 1
## 1239 95 1
## 1240 95 1
## 1241 95 1
## 1242 95 1
## 1243 95 1
## 1244 95 1
## 1245 95 1
## 1246 95 1
## 1247 95 1
## 1248 95 1
## 1249 95 1
## 1250 95 1
## 1251 95 1
## 1252 95 1
## 1253 95 1
## 1254 95 1
## 1255 95 1
## 1256 95 1
## 1257 95 1
## 1258 95 1
## 1259 95 1
## 1260 95 1
## 1261 95 1
## 1262 95 1
## 1263 95 1
## 1264 95 1
## 1265 95 1
## 1266 95 1
## 1267 95 1
## 1268 95 1
## 1269 95 1
## 1270 95 1
## 1271 95 1
## 1272 95 1
## 1273 79 0
## 1274 79 0
## 1275 79 0
## 1276 79 0
## 1277 79 0
## 1278 79 0
## 1279 79 0
## 1280 79 0
## 1281 79 0
## 1282 79 0
## 1283 79 0
## 1284 79 0
## 1285 79 0
## 1286 79 0
## 1287 79 0
## 1288 79 0
## 1289 79 0
## 1290 79 0
## 1291 79 0
## 1292 79 0
## 1293 79 0
## 1294 79 0
## 1295 79 0
## 1296 79 0
## 1297 79 0
## 1298 79 0
## 1299 79 0
## 1300 79 0
## 1301 79 0
## 1302 79 0
## 1303 79 0
## 1304 79 0
## 1305 79 0
## 1306 71 0
## 1307 71 0
## 1308 71 0
## 1309 71 0
## 1310 71 0
## 1311 71 0
## 1312 71 0
## 1313 71 0
## 1314 71 0
## 1315 71 0
## 1316 71 0
## 1317 71 0
## 1318 71 0
## 1319 71 0
## 1320 71 0
## 1321 71 0
## 1322 71 0
## 1323 71 0
## 1324 71 0
## 1325 71 0
## 1326 71 0
## 1327 71 0
## 1328 71 0
## 1329 71 0
## 1330 71 0
## 1331 71 0
## 1332 71 0
## 1333 71 0
## 1334 71 0
## 1335 71 0
## 1336 71 0
## 1337 71 0
## 1338 71 0
## 1339 71 0
## 1340 71 0
## 1341 71 0
## 1342 71 0
## 1343 71 0
## 1344 71 0
## 1345 71 0
## 1346 71 0
## 1347 71 0
## 1348 71 0
## 1349 71 0
## 1350 71 0
## 1351 71 0
## 1352 71 0
## 1353 71 0
## 1354 71 0
## 1355 71 0
## 1356 71 0
## 1357 71 0
## 1358 71 0
## 1359 71 0
## 1360 71 0
## 1361 67 1
## 1362 67 1
## 1363 67 1
## 1364 67 1
## 1365 67 1
## 1366 67 1
## 1367 67 1
## 1368 67 1
## 1369 67 1
## 1370 67 1
## 1371 67 1
## 1372 67 1
## 1373 67 1
## 1374 67 1
## 1375 67 1
## 1376 67 1
## 1377 67 1
## 1378 67 1
## 1379 67 1
## 1380 67 1
## 1381 67 1
## 1382 67 1
## 1383 67 1
## 1384 67 1
## 1385 67 1
## 1386 67 1
## 1387 67 1
## 1388 67 1
## 1389 67 1
## 1390 67 1
## 1391 67 1
## 1392 67 1
## 1393 67 1
## 1394 67 1
## 1395 67 1
## 1396 67 1
## 1397 67 1
## 1398 67 1
## 1399 67 1
## 1400 33 0
## 1401 33 0
## 1402 33 0
## 1403 33 0
## 1404 33 0
## 1405 33 0
## 1406 33 0
## 1407 33 0
## 1408 33 0
## 1409 33 0
## 1410 33 0
## 1411 33 0
## 1412 33 0
## 1413 33 0
## 1414 33 0
## 1415 33 0
## 1416 33 0
## 1417 33 0
## 1418 33 0
## 1419 33 0
## 1420 33 0
## 1421 33 0
## 1422 33 0
## 1423 33 0
## 1424 33 0
## 1425 33 0
## 1426 33 0
## 1427 33 0
## 1428 33 0
## 1429 33 0
## 1430 33 0
## 1431 33 0
## 1432 33 0
## 1433 33 0
## 1434 33 0
## 1435 33 0
## 1436 33 0
## 1437 33 0
## 1438 33 0
## 1439 100 0
## 1440 100 0
## 1441 100 0
## 1442 100 0
## 1443 100 0
## 1444 100 0
## 1445 100 0
## 1446 100 0
## 1447 100 0
## 1448 100 0
## 1449 100 0
## 1450 100 0
## 1451 100 0
## 1452 100 0
## 1453 100 0
## 1454 100 0
## 1455 100 0
## 1456 100 0
## 1457 100 0
## 1458 100 0
## 1459 100 0
## 1460 100 0
## 1461 100 0
## 1462 100 0
## 1463 100 0
## 1464 100 0
## 1465 100 0
## 1466 100 0
## 1467 100 0
## 1468 100 0
## 1469 100 0
## 1470 44 1
## self_reported_grades_kindergarten self_reported_grades_1st
## 1 1 1
## 2 1 1
## 3 1 1
## 4 1 1
## 5 1 1
## 6 1 1
## 7 1 1
## 8 1 1
## 9 1 1
## 10 1 1
## 11 1 1
## 12 1 1
## 13 1 1
## 14 1 1
## 15 1 1
## 16 1 1
## 17 1 1
## 18 1 1
## 19 1 1
## 20 1 1
## 21 1 1
## 22 1 1
## 23 1 1
## 24 1 1
## 25 1 1
## 26 1 1
## 27 1 1
## 28 1 1
## 29 1 1
## 30 1 1
## 31 1 1
## 32 1 1
## 33 1 1
## 34 1 1
## 35 1 1
## 36 1 1
## 37 1 1
## 38 1 1
## 39 1 1
## 40 1 1
## 41 1 1
## 42 1 1
## 43 1 1
## 44 1 1
## 45 1 1
## 46 1 1
## 47 1 1
## 48 1 1
## 49 1 1
## 50 1 1
## 51 1 1
## 52 1 1
## 53 1 1
## 54 1 1
## 55 1 1
## 56 1 1
## 57 1 1
## 58 1 1
## 59 1 1
## 60 1 1
## 61 1 1
## 62 1 1
## 63 1 1
## 64 1 1
## 65 1 1
## 66 1 1
## 67 1 1
## 68 1 1
## 69 1 1
## 70 1 1
## 71 1 1
## 72 1 1
## 73 1 1
## 74 1 1
## 75 1 1
## 76 1 1
## 77 1 1
## 78 1 1
## 79 1 1
## 80 1 1
## 81 1 1
## 82 1 1
## 83 1 1
## 84 1 1
## 85 1 1
## 86 1 1
## 87 1 1
## 88 1 1
## 89 1 1
## 90 1 1
## 91 1 1
## 92 1 1
## 93 1 1
## 94 1 1
## 95 1 1
## 96 1 1
## 97 1 1
## 98 1 1
## 99 1 1
## 100 1 1
## 101 1 1
## 102 1 1
## 103 1 1
## 104 0 0
## 105 0 0
## 106 0 0
## 107 0 0
## 108 0 0
## 109 0 0
## 110 0 0
## 111 0 0
## 112 0 0
## 113 0 0
## 114 0 0
## 115 0 0
## 116 0 0
## 117 0 0
## 118 0 0
## 119 0 0
## 120 0 0
## 121 0 0
## 122 0 0
## 123 0 0
## 124 0 0
## 125 0 0
## 126 0 0
## 127 0 0
## 128 0 0
## 129 0 0
## 130 0 0
## 131 0 0
## 132 0 0
## 133 0 0
## 134 0 0
## 135 0 0
## 136 0 0
## 137 0 0
## 138 0 0
## 139 0 0
## 140 0 0
## 141 0 0
## 142 0 0
## 143 0 0
## 144 0 0
## 145 0 0
## 146 0 0
## 147 0 0
## 148 0 0
## 149 0 0
## 150 0 0
## 151 0 0
## 152 0 0
## 153 0 0
## 154 0 0
## 155 0 0
## 156 0 0
## 157 0 0
## 158 0 0
## 159 0 0
## 160 0 0
## 161 0 0
## 162 0 0
## 163 0 0
## 164 0 0
## 165 0 0
## 166 0 0
## 167 0 0
## 168 0 0
## 169 0 0
## 170 0 0
## 171 0 0
## 172 0 0
## 173 0 0
## 174 0 0
## 175 0 0
## 176 0 0
## 177 0 0
## 178 0 0
## 179 0 0
## 180 0 0
## 181 0 0
## 182 0 0
## 183 0 0
## 184 0 0
## 185 0 0
## 186 0 0
## 187 0 0
## 188 0 0
## 189 0 0
## 190 0 0
## 191 0 0
## 192 0 0
## 193 0 0
## 194 0 0
## 195 0 0
## 196 0 0
## 197 0 0
## 198 0 0
## 199 0 0
## 200 0 0
## 201 0 0
## 202 0 0
## 203 0 0
## 204 0 0
## 205 0 0
## 206 0 0
## 207 0 0
## 208 0 0
## 209 0 0
## 210 0 0
## 211 0 0
## 212 0 0
## 213 0 0
## 214 0 0
## 215 0 0
## 216 0 0
## 217 0 0
## 218 0 0
## 219 0 0
## 220 0 0
## 221 0 0
## 222 0 0
## 223 0 0
## 224 0 0
## 225 0 0
## 226 0 0
## 227 0 0
## 228 0 0
## 229 0 0
## 230 0 0
## 231 0 0
## 232 0 0
## 233 0 0
## 234 0 0
## 235 0 0
## 236 0 0
## 237 0 0
## 238 0 0
## 239 0 0
## 240 0 0
## 241 0 0
## 242 0 0
## 243 0 0
## 244 0 0
## 245 0 0
## 246 0 0
## 247 0 0
## 248 0 0
## 249 0 0
## 250 0 0
## 251 0 0
## 252 0 0
## 253 0 0
## 254 0 0
## 255 0 0
## 256 0 0
## 257 0 0
## 258 0 0
## 259 0 0
## 260 0 0
## 261 0 0
## 262 0 0
## 263 0 0
## 264 0 0
## 265 0 0
## 266 0 0
## 267 0 0
## 268 0 0
## 269 0 0
## 270 0 0
## 271 0 0
## 272 0 0
## 273 0 0
## 274 0 0
## 275 0 0
## 276 0 0
## 277 0 0
## 278 0 0
## 279 0 0
## 280 0 0
## 281 0 0
## 282 0 0
## 283 0 0
## 284 0 0
## 285 0 0
## 286 0 0
## 287 0 0
## 288 0 0
## 289 0 0
## 290 0 0
## 291 0 0
## 292 0 0
## 293 0 0
## 294 0 0
## 295 0 0
## 296 0 0
## 297 0 0
## 298 0 0
## 299 0 0
## 300 0 0
## 301 0 0
## 302 0 0
## 303 0 0
## 304 0 0
## 305 0 0
## 306 0 0
## 307 0 0
## 308 0 0
## 309 0 0
## 310 0 0
## 311 0 0
## 312 0 0
## 313 0 0
## 314 0 0
## 315 0 0
## 316 0 0
## 317 0 0
## 318 0 0
## 319 0 0
## 320 0 0
## 321 0 0
## 322 0 0
## 323 0 0
## 324 0 0
## 325 0 0
## 326 0 0
## 327 0 0
## 328 0 0
## 329 0 0
## 330 0 0
## 331 0 0
## 332 0 0
## 333 0 0
## 334 0 0
## 335 0 0
## 336 0 0
## 337 0 0
## 338 0 0
## 339 0 0
## 340 0 0
## 341 0 0
## 342 0 0
## 343 0 0
## 344 0 0
## 345 0 0
## 346 0 0
## 347 0 0
## 348 0 0
## 349 0 0
## 350 0 0
## 351 0 0
## 352 0 0
## 353 0 0
## 354 0 0
## 355 0 0
## 356 0 0
## 357 0 0
## 358 0 0
## 359 0 0
## 360 0 0
## 361 0 0
## 362 0 0
## 363 0 0
## 364 0 0
## 365 0 0
## 366 0 0
## 367 0 0
## 368 0 0
## 369 0 0
## 370 0 0
## 371 0 0
## 372 0 0
## 373 0 0
## 374 0 0
## 375 0 0
## 376 0 0
## 377 0 0
## 378 0 0
## 379 0 0
## 380 0 0
## 381 0 0
## 382 0 0
## 383 0 0
## 384 1 1
## 385 1 1
## 386 1 1
## 387 1 1
## 388 1 1
## 389 1 1
## 390 1 1
## 391 1 1
## 392 1 1
## 393 1 1
## 394 1 1
## 395 1 1
## 396 1 1
## 397 1 1
## 398 1 1
## 399 1 1
## 400 1 1
## 401 1 1
## 402 1 1
## 403 1 1
## 404 1 1
## 405 1 1
## 406 1 1
## 407 1 1
## 408 1 1
## 409 1 1
## 410 1 1
## 411 1 1
## 412 1 1
## 413 1 1
## 414 1 1
## 415 1 1
## 416 1 1
## 417 1 1
## 418 1 1
## 419 1 1
## 420 1 1
## 421 1 1
## 422 1 1
## 423 1 1
## 424 1 1
## 425 1 1
## 426 1 1
## 427 1 1
## 428 1 1
## 429 1 1
## 430 1 1
## 431 1 1
## 432 1 1
## 433 1 1
## 434 1 1
## 435 1 1
## 436 1 1
## 437 1 1
## 438 1 1
## 439 1 1
## 440 1 1
## 441 1 1
## 442 1 1
## 443 1 1
## 444 1 1
## 445 1 1
## 446 1 1
## 447 1 1
## 448 1 1
## 449 1 1
## 450 1 1
## 451 1 1
## 452 1 1
## 453 0 0
## 454 0 0
## 455 0 0
## 456 0 0
## 457 0 0
## 458 0 0
## 459 0 0
## 460 0 0
## 461 0 0
## 462 0 0
## 463 0 0
## 464 0 0
## 465 0 0
## 466 0 0
## 467 0 0
## 468 0 0
## 469 0 0
## 470 0 0
## 471 0 0
## 472 0 0
## 473 0 0
## 474 0 0
## 475 0 0
## 476 0 0
## 477 0 0
## 478 0 0
## 479 0 0
## 480 0 0
## 481 0 0
## 482 0 0
## 483 0 0
## 484 0 0
## 485 0 0
## 486 0 0
## 487 0 0
## 488 0 0
## 489 0 0
## 490 0 0
## 491 0 0
## 492 0 0
## 493 0 0
## 494 0 0
## 495 0 0
## 496 0 0
## 497 0 0
## 498 0 0
## 499 0 0
## 500 0 0
## 501 0 0
## 502 0 0
## 503 0 0
## 504 0 0
## 505 0 0
## 506 0 0
## 507 0 0
## 508 0 0
## 509 0 0
## 510 0 0
## 511 0 0
## 512 0 0
## 513 0 0
## 514 0 0
## 515 0 0
## 516 0 0
## 517 0 0
## 518 0 0
## 519 0 0
## 520 0 0
## 521 0 0
## 522 0 0
## 523 0 0
## 524 0 0
## 525 0 0
## 526 0 0
## 527 0 0
## 528 0 0
## 529 0 0
## 530 0 0
## 531 0 0
## 532 0 0
## 533 0 0
## 534 0 0
## 535 0 0
## 536 0 0
## 537 0 0
## 538 0 0
## 539 0 0
## 540 0 0
## 541 0 0
## 542 1 1
## 543 1 1
## 544 1 1
## 545 1 1
## 546 1 1
## 547 1 1
## 548 1 1
## 549 1 1
## 550 1 1
## 551 1 1
## 552 1 1
## 553 1 1
## 554 1 1
## 555 1 1
## 556 1 1
## 557 1 1
## 558 1 1
## 559 1 1
## 560 1 1
## 561 1 1
## 562 1 1
## 563 1 1
## 564 1 1
## 565 1 1
## 566 1 1
## 567 1 1
## 568 1 1
## 569 1 1
## 570 1 1
## 571 1 1
## 572 1 1
## 573 1 1
## 574 1 1
## 575 1 1
## 576 1 1
## 577 1 1
## 578 1 1
## 579 1 1
## 580 1 1
## 581 1 1
## 582 1 1
## 583 1 1
## 584 1 1
## 585 1 1
## 586 1 1
## 587 1 1
## 588 1 1
## 589 0 0
## 590 0 0
## 591 0 0
## 592 0 0
## 593 0 0
## 594 0 0
## 595 0 0
## 596 0 0
## 597 0 0
## 598 0 0
## 599 0 0
## 600 0 0
## 601 0 0
## 602 0 0
## 603 0 0
## 604 0 0
## 605 0 0
## 606 0 0
## 607 0 0
## 608 0 0
## 609 0 0
## 610 0 0
## 611 0 0
## 612 0 0
## 613 0 0
## 614 0 0
## 615 0 0
## 616 0 0
## 617 0 0
## 618 0 0
## 619 0 0
## 620 0 0
## 621 0 0
## 622 0 0
## 623 0 0
## 624 0 0
## 625 0 0
## 626 0 0
## 627 0 0
## 628 0 0
## 629 0 0
## 630 0 0
## 631 0 0
## 632 0 0
## 633 0 0
## 634 0 0
## 635 0 0
## 636 0 0
## 637 0 0
## 638 0 0
## 639 0 0
## 640 0 0
## 641 0 0
## 642 0 0
## 643 0 0
## 644 0 0
## 645 0 0
## 646 0 0
## 647 0 0
## 648 0 0
## 649 0 0
## 650 0 0
## 651 0 0
## 652 0 0
## 653 0 0
## 654 0 0
## 655 0 0
## 656 0 0
## 657 0 0
## 658 0 0
## 659 0 0
## 660 0 0
## 661 0 0
## 662 0 0
## 663 0 0
## 664 0 0
## 665 0 0
## 666 0 0
## 667 0 0
## 668 0 0
## 669 0 0
## 670 0 0
## 671 0 0
## 672 0 0
## 673 0 0
## 674 0 0
## 675 0 0
## 676 0 0
## 677 0 0
## 678 0 0
## 679 0 0
## 680 0 0
## 681 0 0
## 682 0 0
## 683 0 0
## 684 0 0
## 685 0 0
## 686 0 0
## 687 0 0
## 688 0 0
## 689 0 0
## 690 0 0
## 691 0 0
## 692 0 0
## 693 0 0
## 694 0 0
## 695 0 0
## 696 0 0
## 697 0 0
## 698 0 0
## 699 0 0
## 700 0 0
## 701 0 0
## 702 0 0
## 703 0 0
## 704 0 0
## 705 0 0
## 706 0 0
## 707 0 0
## 708 0 0
## 709 0 0
## 710 0 0
## 711 0 0
## 712 0 0
## 713 0 0
## 714 0 0
## 715 0 0
## 716 0 0
## 717 0 0
## 718 0 0
## 719 0 0
## 720 0 0
## 721 0 0
## 722 0 0
## 723 0 0
## 724 0 0
## 725 0 0
## 726 0 0
## 727 0 0
## 728 0 0
## 729 0 0
## 730 0 0
## 731 0 0
## 732 0 0
## 733 0 0
## 734 0 0
## 735 0 0
## 736 0 0
## 737 0 0
## 738 0 0
## 739 0 0
## 740 0 0
## 741 0 0
## 742 0 0
## 743 0 0
## 744 0 0
## 745 0 0
## 746 0 0
## 747 0 0
## 748 0 0
## 749 0 0
## 750 0 0
## 751 0 0
## 752 0 0
## 753 0 0
## 754 0 0
## 755 0 0
## 756 0 0
## 757 0 0
## 758 0 0
## 759 0 0
## 760 0 0
## 761 0 0
## 762 0 0
## 763 0 0
## 764 0 0
## 765 0 0
## 766 0 0
## 767 0 0
## 768 0 0
## 769 0 0
## 770 0 0
## 771 0 0
## 772 0 0
## 773 0 0
## 774 0 0
## 775 0 0
## 776 0 0
## 777 1 1
## 778 1 1
## 779 1 1
## 780 1 1
## 781 1 1
## 782 1 1
## 783 1 1
## 784 1 1
## 785 1 1
## 786 1 1
## 787 1 1
## 788 1 1
## 789 1 1
## 790 1 1
## 791 1 1
## 792 1 1
## 793 1 1
## 794 1 1
## 795 1 1
## 796 1 1
## 797 1 1
## 798 1 1
## 799 1 1
## 800 1 1
## 801 1 1
## 802 1 1
## 803 1 1
## 804 1 1
## 805 1 1
## 806 1 1
## 807 1 1
## 808 1 1
## 809 1 1
## 810 1 1
## 811 1 1
## 812 1 1
## 813 1 1
## 814 1 1
## 815 1 1
## 816 1 1
## 817 1 1
## 818 1 1
## 819 1 1
## 820 1 1
## 821 1 1
## 822 1 1
## 823 1 1
## 824 0 0
## 825 0 0
## 826 0 0
## 827 0 0
## 828 0 0
## 829 0 0
## 830 0 0
## 831 0 0
## 832 0 0
## 833 0 0
## 834 0 0
## 835 0 0
## 836 0 0
## 837 0 0
## 838 0 0
## 839 0 0
## 840 0 0
## 841 0 0
## 842 0 0
## 843 0 0
## 844 0 0
## 845 0 0
## 846 0 0
## 847 0 0
## 848 0 0
## 849 0 0
## 850 0 0
## 851 0 0
## 852 0 0
## 853 0 0
## 854 0 0
## 855 0 0
## 856 0 0
## 857 0 0
## 858 0 0
## 859 0 0
## 860 0 0
## 861 0 0
## 862 0 0
## 863 0 0
## 864 0 0
## 865 0 0
## 866 0 0
## 867 0 0
## 868 0 0
## 869 0 0
## 870 0 0
## 871 0 0
## 872 0 0
## 873 0 0
## 874 0 0
## 875 0 0
## 876 0 0
## 877 0 0
## 878 0 0
## 879 0 0
## 880 0 0
## 881 0 0
## 882 0 0
## 883 0 0
## 884 0 0
## 885 0 0
## 886 0 0
## 887 0 0
## 888 0 0
## 889 0 0
## 890 0 0
## 891 0 0
## 892 0 0
## 893 0 0
## 894 0 0
## 895 0 0
## 896 0 0
## 897 0 0
## 898 0 0
## 899 0 0
## 900 0 0
## 901 0 0
## 902 0 0
## 903 0 0
## 904 0 0
## 905 0 0
## 906 0 0
## 907 0 0
## 908 0 0
## 909 0 0
## 910 0 0
## 911 0 0
## 912 0 0
## 913 0 0
## 914 0 0
## 915 0 0
## 916 0 0
## 917 0 0
## 918 0 0
## 919 0 0
## 920 0 0
## 921 0 0
## 922 0 0
## 923 0 0
## 924 0 0
## 925 0 0
## 926 0 0
## 927 0 0
## 928 0 0
## 929 0 0
## 930 0 0
## 931 0 0
## 932 0 0
## 933 0 0
## 934 0 0
## 935 0 0
## 936 0 0
## 937 0 0
## 938 0 0
## 939 0 0
## 940 0 0
## 941 0 0
## 942 0 0
## 943 0 0
## 944 0 0
## 945 0 0
## 946 0 0
## 947 0 0
## 948 0 0
## 949 0 0
## 950 0 0
## 951 0 0
## 952 0 0
## 953 0 0
## 954 0 0
## 955 0 0
## 956 0 0
## 957 0 0
## 958 0 0
## 959 0 0
## 960 0 0
## 961 0 0
## 962 0 0
## 963 0 0
## 964 0 0
## 965 0 0
## 966 0 0
## 967 0 0
## 968 0 0
## 969 0 0
## 970 0 0
## 971 0 0
## 972 0 0
## 973 1 1
## 974 1 1
## 975 1 1
## 976 1 1
## 977 1 1
## 978 1 1
## 979 1 1
## 980 1 1
## 981 1 1
## 982 1 1
## 983 1 1
## 984 1 1
## 985 1 1
## 986 1 1
## 987 1 1
## 988 1 1
## 989 1 1
## 990 1 1
## 991 1 1
## 992 1 1
## 993 1 1
## 994 1 1
## 995 1 1
## 996 1 1
## 997 1 1
## 998 1 1
## 999 1 1
## 1000 1 1
## 1001 1 1
## 1002 1 1
## 1003 1 1
## 1004 1 1
## 1005 1 1
## 1006 1 1
## 1007 1 1
## 1008 1 1
## 1009 1 1
## 1010 1 1
## 1011 1 1
## 1012 1 1
## 1013 1 1
## 1014 1 1
## 1015 1 1
## 1016 1 1
## 1017 1 1
## 1018 1 1
## 1019 1 1
## 1020 1 1
## 1021 1 1
## 1022 1 1
## 1023 1 1
## 1024 1 1
## 1025 1 1
## 1026 1 1
## 1027 1 1
## 1028 1 1
## 1029 1 1
## 1030 1 1
## 1031 1 1
## 1032 1 1
## 1033 1 1
## 1034 1 1
## 1035 1 1
## 1036 1 1
## 1037 1 1
## 1038 1 1
## 1039 1 1
## 1040 1 1
## 1041 1 1
## 1042 1 1
## 1043 1 1
## 1044 1 1
## 1045 1 1
## 1046 1 1
## 1047 1 1
## 1048 1 1
## 1049 1 1
## 1050 1 1
## 1051 1 1
## 1052 1 1
## 1053 1 1
## 1054 1 1
## 1055 1 1
## 1056 1 1
## 1057 1 1
## 1058 1 1
## 1059 1 1
## 1060 1 1
## 1061 1 1
## 1062 1 1
## 1063 1 1
## 1064 1 1
## 1065 1 1
## 1066 1 1
## 1067 1 1
## 1068 1 1
## 1069 1 1
## 1070 1 1
## 1071 1 1
## 1072 1 1
## 1073 1 1
## 1074 1 1
## 1075 1 1
## 1076 1 1
## 1077 1 1
## 1078 1 1
## 1079 1 1
## 1080 1 1
## 1081 1 1
## 1082 1 1
## 1083 1 1
## 1084 1 1
## 1085 1 1
## 1086 1 1
## 1087 1 1
## 1088 1 1
## 1089 1 1
## 1090 1 1
## 1091 1 1
## 1092 1 1
## 1093 1 1
## 1094 1 1
## 1095 1 1
## 1096 1 1
## 1097 1 1
## 1098 1 1
## 1099 1 1
## 1100 1 1
## 1101 1 1
## 1102 1 1
## 1103 1 1
## 1104 1 1
## 1105 1 1
## 1106 1 1
## 1107 1 1
## 1108 1 1
## 1109 1 1
## 1110 1 1
## 1111 1 1
## 1112 1 1
## 1113 1 1
## 1114 1 1
## 1115 1 1
## 1116 1 1
## 1117 0 0
## 1118 0 0
## 1119 0 0
## 1120 0 0
## 1121 0 0
## 1122 0 0
## 1123 0 0
## 1124 0 0
## 1125 0 0
## 1126 0 0
## 1127 0 0
## 1128 0 0
## 1129 0 0
## 1130 0 0
## 1131 0 0
## 1132 0 0
## 1133 0 0
## 1134 0 0
## 1135 0 0
## 1136 0 0
## 1137 0 0
## 1138 0 0
## 1139 0 0
## 1140 0 0
## 1141 0 0
## 1142 0 0
## 1143 0 0
## 1144 0 0
## 1145 0 0
## 1146 0 0
## 1147 0 0
## 1148 0 0
## 1149 0 0
## 1150 0 0
## 1151 0 0
## 1152 0 0
## 1153 0 0
## 1154 0 0
## 1155 0 0
## 1156 0 0
## 1157 0 0
## 1158 0 0
## 1159 0 0
## 1160 0 0
## 1161 0 0
## 1162 0 0
## 1163 0 0
## 1164 0 0
## 1165 0 0
## 1166 0 0
## 1167 0 0
## 1168 0 0
## 1169 0 0
## 1170 0 0
## 1171 0 0
## 1172 0 0
## 1173 0 0
## 1174 0 0
## 1175 0 0
## 1176 0 0
## 1177 0 0
## 1178 0 0
## 1179 0 0
## 1180 0 0
## 1181 0 0
## 1182 0 0
## 1183 0 0
## 1184 0 0
## 1185 0 0
## 1186 0 0
## 1187 0 0
## 1188 0 0
## 1189 0 0
## 1190 0 0
## 1191 0 0
## 1192 0 0
## 1193 0 0
## 1194 0 0
## 1195 0 0
## 1196 0 0
## 1197 0 0
## 1198 0 0
## 1199 0 0
## 1200 0 0
## 1201 0 0
## 1202 0 0
## 1203 0 0
## 1204 0 0
## 1205 0 0
## 1206 0 0
## 1207 0 0
## 1208 0 0
## 1209 0 0
## 1210 0 0
## 1211 0 0
## 1212 0 0
## 1213 0 0
## 1214 0 0
## 1215 0 0
## 1216 0 0
## 1217 0 0
## 1218 0 0
## 1219 0 0
## 1220 0 0
## 1221 1 1
## 1222 1 1
## 1223 1 1
## 1224 1 1
## 1225 1 1
## 1226 1 1
## 1227 1 1
## 1228 1 1
## 1229 1 1
## 1230 1 1
## 1231 1 1
## 1232 1 1
## 1233 1 1
## 1234 1 1
## 1235 1 1
## 1236 1 1
## 1237 1 1
## 1238 1 1
## 1239 1 1
## 1240 1 1
## 1241 1 1
## 1242 1 1
## 1243 1 1
## 1244 1 1
## 1245 1 1
## 1246 1 1
## 1247 1 1
## 1248 1 1
## 1249 1 1
## 1250 1 1
## 1251 1 1
## 1252 1 1
## 1253 1 1
## 1254 1 1
## 1255 1 1
## 1256 1 1
## 1257 1 1
## 1258 1 1
## 1259 1 1
## 1260 1 1
## 1261 1 1
## 1262 1 1
## 1263 1 1
## 1264 1 1
## 1265 1 1
## 1266 1 1
## 1267 1 1
## 1268 1 1
## 1269 1 1
## 1270 1 1
## 1271 1 1
## 1272 1 1
## 1273 0 0
## 1274 0 0
## 1275 0 0
## 1276 0 0
## 1277 0 0
## 1278 0 0
## 1279 0 0
## 1280 0 0
## 1281 0 0
## 1282 0 0
## 1283 0 0
## 1284 0 0
## 1285 0 0
## 1286 0 0
## 1287 0 0
## 1288 0 0
## 1289 0 0
## 1290 0 0
## 1291 0 0
## 1292 0 0
## 1293 0 0
## 1294 0 0
## 1295 0 0
## 1296 0 0
## 1297 0 0
## 1298 0 0
## 1299 0 0
## 1300 0 0
## 1301 0 0
## 1302 0 0
## 1303 0 0
## 1304 0 0
## 1305 0 0
## 1306 0 0
## 1307 0 0
## 1308 0 0
## 1309 0 0
## 1310 0 0
## 1311 0 0
## 1312 0 0
## 1313 0 0
## 1314 0 0
## 1315 0 0
## 1316 0 0
## 1317 0 0
## 1318 0 0
## 1319 0 0
## 1320 0 0
## 1321 0 0
## 1322 0 0
## 1323 0 0
## 1324 0 0
## 1325 0 0
## 1326 0 0
## 1327 0 0
## 1328 0 0
## 1329 0 0
## 1330 0 0
## 1331 0 0
## 1332 0 0
## 1333 0 0
## 1334 0 0
## 1335 0 0
## 1336 0 0
## 1337 0 0
## 1338 0 0
## 1339 0 0
## 1340 0 0
## 1341 0 0
## 1342 0 0
## 1343 0 0
## 1344 0 0
## 1345 0 0
## 1346 0 0
## 1347 0 0
## 1348 0 0
## 1349 0 0
## 1350 0 0
## 1351 0 0
## 1352 0 0
## 1353 0 0
## 1354 0 0
## 1355 0 0
## 1356 0 0
## 1357 0 0
## 1358 0 0
## 1359 0 0
## 1360 0 0
## 1361 1 1
## 1362 1 1
## 1363 1 1
## 1364 1 1
## 1365 1 1
## 1366 1 1
## 1367 1 1
## 1368 1 1
## 1369 1 1
## 1370 1 1
## 1371 1 1
## 1372 1 1
## 1373 1 1
## 1374 1 1
## 1375 1 1
## 1376 1 1
## 1377 1 1
## 1378 1 1
## 1379 1 1
## 1380 1 1
## 1381 1 1
## 1382 1 1
## 1383 1 1
## 1384 1 1
## 1385 1 1
## 1386 1 1
## 1387 1 1
## 1388 1 1
## 1389 1 1
## 1390 1 1
## 1391 1 1
## 1392 1 1
## 1393 1 1
## 1394 1 1
## 1395 1 1
## 1396 1 1
## 1397 1 1
## 1398 1 1
## 1399 1 1
## 1400 0 0
## 1401 0 0
## 1402 0 0
## 1403 0 0
## 1404 0 0
## 1405 0 0
## 1406 0 0
## 1407 0 0
## 1408 0 0
## 1409 0 0
## 1410 0 0
## 1411 0 0
## 1412 0 0
## 1413 0 0
## 1414 0 0
## 1415 0 0
## 1416 0 0
## 1417 0 0
## 1418 0 0
## 1419 0 0
## 1420 0 0
## 1421 0 0
## 1422 0 0
## 1423 0 0
## 1424 0 0
## 1425 0 0
## 1426 0 0
## 1427 0 0
## 1428 0 0
## 1429 0 0
## 1430 0 0
## 1431 0 0
## 1432 0 0
## 1433 0 0
## 1434 0 0
## 1435 0 0
## 1436 0 0
## 1437 0 0
## 1438 0 0
## 1439 0 0
## 1440 0 0
## 1441 0 0
## 1442 0 0
## 1443 0 0
## 1444 0 0
## 1445 0 0
## 1446 0 0
## 1447 0 0
## 1448 0 0
## 1449 0 0
## 1450 0 0
## 1451 0 0
## 1452 0 0
## 1453 0 0
## 1454 0 0
## 1455 0 0
## 1456 0 0
## 1457 0 0
## 1458 0 0
## 1459 0 0
## 1460 0 0
## 1461 0 0
## 1462 0 0
## 1463 0 0
## 1464 0 0
## 1465 0 0
## 1466 0 0
## 1467 0 0
## 1468 0 0
## 1469 0 0
## 1470 1 1
## self_reported_grades_2nd self_reported_grades_3rd self_reported_grades_4th
## 1 1 1 1
## 2 1 1 1
## 3 1 1 1
## 4 1 1 1
## 5 1 1 1
## 6 1 1 1
## 7 1 1 1
## 8 1 1 1
## 9 1 1 1
## 10 1 1 1
## 11 1 1 1
## 12 1 1 1
## 13 1 1 1
## 14 1 1 1
## 15 1 1 1
## 16 1 1 1
## 17 1 1 1
## 18 1 1 1
## 19 1 1 1
## 20 1 1 1
## 21 1 1 1
## 22 1 1 1
## 23 1 1 1
## 24 1 1 1
## 25 1 1 1
## 26 1 1 1
## 27 1 1 1
## 28 1 1 1
## 29 1 1 1
## 30 1 1 1
## 31 1 1 1
## 32 1 1 1
## 33 1 1 1
## 34 1 1 1
## 35 1 1 1
## 36 1 1 1
## 37 1 1 1
## 38 1 1 1
## 39 1 1 1
## 40 1 1 1
## 41 1 1 1
## 42 1 1 1
## 43 1 1 1
## 44 1 1 1
## 45 1 1 1
## 46 1 1 1
## 47 1 1 1
## 48 1 1 1
## 49 1 1 1
## 50 1 1 1
## 51 1 1 1
## 52 1 1 1
## 53 1 1 1
## 54 1 1 1
## 55 1 1 1
## 56 1 1 1
## 57 1 1 1
## 58 1 1 1
## 59 1 1 1
## 60 1 1 1
## 61 1 1 1
## 62 1 1 1
## 63 1 1 1
## 64 1 1 1
## 65 1 1 1
## 66 1 1 1
## 67 1 1 1
## 68 1 1 1
## 69 1 1 1
## 70 1 1 1
## 71 1 1 1
## 72 1 1 1
## 73 1 1 1
## 74 1 1 1
## 75 1 1 1
## 76 1 1 1
## 77 1 1 1
## 78 1 1 1
## 79 1 1 1
## 80 1 1 1
## 81 1 1 1
## 82 1 1 1
## 83 1 1 1
## 84 1 1 1
## 85 1 1 1
## 86 1 1 1
## 87 1 1 1
## 88 1 1 1
## 89 1 1 1
## 90 1 1 1
## 91 1 1 1
## 92 1 1 1
## 93 1 1 1
## 94 1 1 1
## 95 1 1 1
## 96 1 1 1
## 97 1 1 1
## 98 1 1 1
## 99 1 1 1
## 100 1 1 1
## 101 1 1 1
## 102 1 1 1
## 103 1 1 1
## 104 0 0 0
## 105 0 0 0
## 106 0 0 0
## 107 0 0 0
## 108 0 0 0
## 109 0 0 0
## 110 0 0 0
## 111 0 0 0
## 112 0 0 0
## 113 0 0 0
## 114 0 0 0
## 115 0 0 0
## 116 0 0 0
## 117 0 0 0
## 118 0 0 0
## 119 0 0 0
## 120 0 0 0
## 121 0 0 0
## 122 0 0 0
## 123 0 0 0
## 124 0 0 0
## 125 0 0 0
## 126 0 0 0
## 127 0 0 0
## 128 0 0 0
## 129 0 0 0
## 130 0 0 0
## 131 0 0 0
## 132 0 0 0
## 133 0 0 0
## 134 0 0 0
## 135 0 0 0
## 136 0 0 0
## 137 0 0 0
## 138 0 0 0
## 139 0 0 0
## 140 0 0 0
## 141 0 0 0
## 142 0 0 0
## 143 0 0 0
## 144 0 0 0
## 145 0 0 0
## 146 0 0 0
## 147 0 0 0
## 148 0 0 0
## 149 0 0 0
## 150 0 0 0
## 151 0 0 0
## 152 0 0 0
## 153 0 0 0
## 154 0 0 0
## 155 0 0 0
## 156 0 0 0
## 157 0 0 0
## 158 0 0 0
## 159 0 0 0
## 160 0 0 0
## 161 0 0 0
## 162 0 0 0
## 163 0 0 0
## 164 0 0 0
## 165 0 0 0
## 166 0 0 0
## 167 0 0 0
## 168 0 0 0
## 169 0 0 0
## 170 0 0 0
## 171 0 0 0
## 172 0 0 0
## 173 0 0 0
## 174 0 0 0
## 175 0 0 0
## 176 0 0 0
## 177 0 0 0
## 178 0 0 0
## 179 0 0 0
## 180 0 0 0
## 181 0 0 0
## 182 0 0 0
## 183 0 0 0
## 184 0 0 0
## 185 0 0 0
## 186 0 0 0
## 187 0 0 0
## 188 0 0 0
## 189 0 0 0
## 190 0 0 0
## 191 0 0 0
## 192 0 0 0
## 193 0 0 0
## 194 0 0 0
## 195 0 0 0
## 196 0 0 0
## 197 0 0 0
## 198 0 0 0
## 199 0 0 0
## 200 0 0 0
## 201 0 0 0
## 202 0 0 0
## 203 0 0 0
## 204 0 0 0
## 205 0 0 0
## 206 0 0 0
## 207 0 0 0
## 208 0 0 0
## 209 0 0 0
## 210 0 0 0
## 211 0 0 0
## 212 0 0 0
## 213 0 0 0
## 214 0 0 0
## 215 0 0 0
## 216 0 0 0
## 217 0 0 0
## 218 0 0 0
## 219 0 0 0
## 220 0 0 0
## 221 0 0 0
## 222 0 0 0
## 223 0 0 0
## 224 0 0 0
## 225 0 0 0
## 226 0 0 0
## 227 0 0 0
## 228 0 0 0
## 229 0 0 0
## 230 0 0 0
## 231 0 0 0
## 232 0 0 0
## 233 0 0 0
## 234 0 0 0
## 235 0 0 0
## 236 0 0 0
## 237 0 0 0
## 238 0 0 0
## 239 0 0 0
## 240 0 0 0
## 241 0 0 0
## 242 0 0 0
## 243 0 0 0
## 244 0 0 0
## 245 0 0 0
## 246 0 0 0
## 247 0 0 0
## 248 0 0 0
## 249 0 0 0
## 250 0 0 0
## 251 0 0 0
## 252 0 0 0
## 253 0 0 0
## 254 0 0 0
## 255 0 0 0
## 256 0 0 0
## 257 0 0 0
## 258 0 0 0
## 259 0 0 0
## 260 0 0 0
## 261 0 0 0
## 262 0 0 0
## 263 0 0 0
## 264 0 0 0
## 265 0 0 0
## 266 0 0 0
## 267 0 0 0
## 268 0 0 0
## 269 0 0 0
## 270 0 0 0
## 271 0 0 0
## 272 0 0 0
## 273 0 0 0
## 274 0 0 0
## 275 0 0 0
## 276 0 0 0
## 277 0 0 0
## 278 0 0 0
## 279 0 0 0
## 280 0 0 0
## 281 0 0 0
## 282 0 0 0
## 283 0 0 0
## 284 0 0 0
## 285 0 0 0
## 286 0 0 0
## 287 0 0 0
## 288 0 0 0
## 289 0 0 0
## 290 0 0 0
## 291 0 0 0
## 292 0 0 0
## 293 0 0 0
## 294 0 0 0
## 295 0 0 0
## 296 0 0 0
## 297 0 0 0
## 298 0 0 0
## 299 0 0 0
## 300 0 0 0
## 301 0 0 0
## 302 0 0 0
## 303 0 0 0
## 304 0 0 0
## 305 0 0 0
## 306 0 0 0
## 307 0 0 0
## 308 0 0 0
## 309 0 0 0
## 310 0 0 0
## 311 0 0 0
## 312 0 0 0
## 313 0 0 0
## 314 0 0 0
## 315 0 0 0
## 316 0 0 0
## 317 0 0 0
## 318 0 0 0
## 319 0 0 0
## 320 0 0 0
## 321 0 0 0
## 322 0 0 0
## 323 0 0 0
## 324 0 0 0
## 325 0 0 0
## 326 0 0 0
## 327 0 0 0
## 328 0 0 0
## 329 0 0 0
## 330 0 0 0
## 331 0 0 0
## 332 0 0 0
## 333 0 0 0
## 334 0 0 0
## 335 0 0 0
## 336 0 0 0
## 337 0 0 0
## 338 0 0 0
## 339 0 0 0
## 340 0 0 0
## 341 0 0 0
## 342 0 0 0
## 343 0 0 0
## 344 0 0 0
## 345 0 0 0
## 346 0 0 0
## 347 0 0 0
## 348 0 0 0
## 349 0 0 0
## 350 0 0 0
## 351 0 0 0
## 352 0 0 0
## 353 0 0 0
## 354 0 0 0
## 355 0 0 0
## 356 0 0 0
## 357 0 0 0
## 358 0 0 0
## 359 0 0 0
## 360 0 0 0
## 361 0 0 0
## 362 0 0 0
## 363 0 0 0
## 364 0 0 0
## 365 0 0 0
## 366 0 0 0
## 367 0 0 0
## 368 0 0 0
## 369 0 0 0
## 370 0 0 0
## 371 0 0 0
## 372 0 0 0
## 373 0 0 0
## 374 0 0 0
## 375 0 0 0
## 376 0 0 0
## 377 0 0 0
## 378 0 0 0
## 379 0 0 0
## 380 0 0 0
## 381 0 0 0
## 382 0 0 0
## 383 0 0 0
## 384 1 1 1
## 385 1 1 1
## 386 1 1 1
## 387 1 1 1
## 388 1 1 1
## 389 1 1 1
## 390 1 1 1
## 391 1 1 1
## 392 1 1 1
## 393 1 1 1
## 394 1 1 1
## 395 1 1 1
## 396 1 1 1
## 397 1 1 1
## 398 1 1 1
## 399 1 1 1
## 400 1 1 1
## 401 1 1 1
## 402 1 1 1
## 403 1 1 1
## 404 1 1 1
## 405 1 1 1
## 406 1 1 1
## 407 1 1 1
## 408 1 1 1
## 409 1 1 1
## 410 1 1 1
## 411 1 1 1
## 412 1 1 1
## 413 1 1 1
## 414 1 1 1
## 415 1 1 1
## 416 1 1 1
## 417 1 1 1
## 418 1 1 1
## 419 1 1 1
## 420 1 1 1
## 421 1 1 1
## 422 1 1 1
## 423 1 1 1
## 424 1 1 1
## 425 1 1 1
## 426 1 1 1
## 427 1 1 1
## 428 1 1 1
## 429 1 1 1
## 430 1 1 1
## 431 1 1 1
## 432 1 1 1
## 433 1 1 1
## 434 1 1 1
## 435 1 1 1
## 436 1 1 1
## 437 1 1 1
## 438 1 1 1
## 439 1 1 1
## 440 1 1 1
## 441 1 1 1
## 442 1 1 1
## 443 1 1 1
## 444 1 1 1
## 445 1 1 1
## 446 1 1 1
## 447 1 1 1
## 448 1 1 1
## 449 1 1 1
## 450 1 1 1
## 451 1 1 1
## 452 1 1 1
## 453 0 0 0
## 454 0 0 0
## 455 0 0 0
## 456 0 0 0
## 457 0 0 0
## 458 0 0 0
## 459 0 0 0
## 460 0 0 0
## 461 0 0 0
## 462 0 0 0
## 463 0 0 0
## 464 0 0 0
## 465 0 0 0
## 466 0 0 0
## 467 0 0 0
## 468 0 0 0
## 469 0 0 0
## 470 0 0 0
## 471 0 0 0
## 472 0 0 0
## 473 0 0 0
## 474 0 0 0
## 475 0 0 0
## 476 0 0 0
## 477 0 0 0
## 478 0 0 0
## 479 0 0 0
## 480 0 0 0
## 481 0 0 0
## 482 0 0 0
## 483 0 0 0
## 484 0 0 0
## 485 0 0 0
## 486 0 0 0
## 487 0 0 0
## 488 0 0 0
## 489 0 0 0
## 490 0 0 0
## 491 0 0 0
## 492 0 0 0
## 493 0 0 0
## 494 0 0 0
## 495 0 0 0
## 496 0 0 0
## 497 0 0 0
## 498 0 0 0
## 499 0 0 0
## 500 0 0 0
## 501 0 0 0
## 502 0 0 0
## 503 0 0 0
## 504 0 0 0
## 505 0 0 0
## 506 0 0 0
## 507 0 0 0
## 508 0 0 0
## 509 0 0 0
## 510 0 0 0
## 511 0 0 0
## 512 0 0 0
## 513 0 0 0
## 514 0 0 0
## 515 0 0 0
## 516 0 0 0
## 517 0 0 0
## 518 0 0 0
## 519 0 0 0
## 520 0 0 0
## 521 0 0 0
## 522 0 0 0
## 523 0 0 0
## 524 0 0 0
## 525 0 0 0
## 526 0 0 0
## 527 0 0 0
## 528 0 0 0
## 529 0 0 0
## 530 0 0 0
## 531 0 0 0
## 532 0 0 0
## 533 0 0 0
## 534 0 0 0
## 535 0 0 0
## 536 0 0 0
## 537 0 0 0
## 538 0 0 0
## 539 0 0 0
## 540 0 0 0
## 541 0 0 0
## 542 1 1 1
## 543 1 1 1
## 544 1 1 1
## 545 1 1 1
## 546 1 1 1
## 547 1 1 1
## 548 1 1 1
## 549 1 1 1
## 550 1 1 1
## 551 1 1 1
## 552 1 1 1
## 553 1 1 1
## 554 1 1 1
## 555 1 1 1
## 556 1 1 1
## 557 1 1 1
## 558 1 1 1
## 559 1 1 1
## 560 1 1 1
## 561 1 1 1
## 562 1 1 1
## 563 1 1 1
## 564 1 1 1
## 565 1 1 1
## 566 1 1 1
## 567 1 1 1
## 568 1 1 1
## 569 1 1 1
## 570 1 1 1
## 571 1 1 1
## 572 1 1 1
## 573 1 1 1
## 574 1 1 1
## 575 1 1 1
## 576 1 1 1
## 577 1 1 1
## 578 1 1 1
## 579 1 1 1
## 580 1 1 1
## 581 1 1 1
## 582 1 1 1
## 583 1 1 1
## 584 1 1 1
## 585 1 1 1
## 586 1 1 1
## 587 1 1 1
## 588 1 1 1
## 589 0 0 0
## 590 0 0 0
## 591 0 0 0
## 592 0 0 0
## 593 0 0 0
## 594 0 0 0
## 595 0 0 0
## 596 0 0 0
## 597 0 0 0
## 598 0 0 0
## 599 0 0 0
## 600 0 0 0
## 601 0 0 0
## 602 0 0 0
## 603 0 0 0
## 604 0 0 0
## 605 0 0 0
## 606 0 0 0
## 607 0 0 0
## 608 0 0 0
## 609 0 0 0
## 610 0 0 0
## 611 0 0 0
## 612 0 0 0
## 613 0 0 0
## 614 0 0 0
## 615 0 0 0
## 616 0 0 0
## 617 0 0 0
## 618 0 0 0
## 619 0 0 0
## 620 0 0 0
## 621 0 0 0
## 622 0 0 0
## 623 0 0 0
## 624 0 0 0
## 625 0 0 0
## 626 0 0 0
## 627 0 0 0
## 628 0 0 0
## 629 0 0 0
## 630 0 0 0
## 631 0 0 0
## 632 0 0 0
## 633 0 0 0
## 634 0 0 0
## 635 0 0 0
## 636 0 0 0
## 637 0 0 0
## 638 0 0 0
## 639 0 0 0
## 640 0 0 0
## 641 0 0 0
## 642 0 0 0
## 643 0 0 0
## 644 0 0 0
## 645 0 0 0
## 646 0 0 0
## 647 0 0 0
## 648 0 0 0
## 649 0 0 0
## 650 0 0 0
## 651 0 0 0
## 652 0 0 0
## 653 0 0 0
## 654 0 0 0
## 655 0 0 0
## 656 0 0 0
## 657 0 0 0
## 658 0 0 0
## 659 0 0 0
## 660 0 0 0
## 661 0 0 0
## 662 0 0 0
## 663 0 0 0
## 664 0 0 0
## 665 0 0 0
## 666 0 0 0
## 667 0 0 0
## 668 0 0 0
## 669 0 0 0
## 670 0 0 0
## 671 0 0 0
## 672 0 0 0
## 673 0 0 0
## 674 0 0 0
## 675 0 0 0
## 676 0 0 0
## 677 0 0 0
## 678 0 0 0
## 679 0 0 0
## 680 0 0 0
## 681 0 0 0
## 682 0 0 0
## 683 0 0 0
## 684 0 0 0
## 685 0 0 0
## 686 0 0 0
## 687 0 0 0
## 688 0 0 0
## 689 0 0 0
## 690 0 0 0
## 691 0 0 0
## 692 0 0 0
## 693 0 0 0
## 694 0 0 0
## 695 0 0 0
## 696 0 0 0
## 697 0 0 0
## 698 0 0 0
## 699 0 0 0
## 700 0 0 0
## 701 0 0 0
## 702 0 0 0
## 703 0 0 0
## 704 0 0 0
## 705 0 0 0
## 706 0 0 0
## 707 0 0 0
## 708 0 0 0
## 709 0 0 0
## 710 0 0 0
## 711 0 0 0
## 712 0 0 0
## 713 0 0 0
## 714 0 0 0
## 715 0 0 0
## 716 0 0 0
## 717 0 0 0
## 718 0 0 0
## 719 0 0 0
## 720 0 0 0
## 721 0 0 0
## 722 0 0 0
## 723 0 0 0
## 724 0 0 0
## 725 0 0 0
## 726 0 0 0
## 727 0 0 0
## 728 0 0 0
## 729 0 0 0
## 730 0 0 0
## 731 0 0 0
## 732 0 0 0
## 733 0 0 0
## 734 0 0 0
## 735 0 0 0
## 736 0 0 0
## 737 0 0 0
## 738 0 0 0
## 739 0 0 0
## 740 0 0 0
## 741 0 0 0
## 742 0 0 0
## 743 0 0 0
## 744 0 0 0
## 745 0 0 0
## 746 0 0 0
## 747 0 0 0
## 748 0 0 0
## 749 0 0 0
## 750 0 0 0
## 751 0 0 0
## 752 0 0 0
## 753 0 0 0
## 754 0 0 0
## 755 0 0 0
## 756 0 0 0
## 757 0 0 0
## 758 0 0 0
## 759 0 0 0
## 760 0 0 0
## 761 0 0 0
## 762 0 0 0
## 763 0 0 0
## 764 0 0 0
## 765 0 0 0
## 766 0 0 0
## 767 0 0 0
## 768 0 0 0
## 769 0 0 0
## 770 0 0 0
## 771 0 0 0
## 772 0 0 0
## 773 0 0 0
## 774 0 0 0
## 775 0 0 0
## 776 0 0 0
## 777 1 1 1
## 778 1 1 1
## 779 1 1 1
## 780 1 1 1
## 781 1 1 1
## 782 1 1 1
## 783 1 1 1
## 784 1 1 1
## 785 1 1 1
## 786 1 1 1
## 787 1 1 1
## 788 1 1 1
## 789 1 1 1
## 790 1 1 1
## 791 1 1 1
## 792 1 1 1
## 793 1 1 1
## 794 1 1 1
## 795 1 1 1
## 796 1 1 1
## 797 1 1 1
## 798 1 1 1
## 799 1 1 1
## 800 1 1 1
## 801 1 1 1
## 802 1 1 1
## 803 1 1 1
## 804 1 1 1
## 805 1 1 1
## 806 1 1 1
## 807 1 1 1
## 808 1 1 1
## 809 1 1 1
## 810 1 1 1
## 811 1 1 1
## 812 1 1 1
## 813 1 1 1
## 814 1 1 1
## 815 1 1 1
## 816 1 1 1
## 817 1 1 1
## 818 1 1 1
## 819 1 1 1
## 820 1 1 1
## 821 1 1 1
## 822 1 1 1
## 823 1 1 1
## 824 0 0 0
## 825 0 0 0
## 826 0 0 0
## 827 0 0 0
## 828 0 0 0
## 829 0 0 0
## 830 0 0 0
## 831 0 0 0
## 832 0 0 0
## 833 0 0 0
## 834 0 0 0
## 835 0 0 0
## 836 0 0 0
## 837 0 0 0
## 838 0 0 0
## 839 0 0 0
## 840 0 0 0
## 841 0 0 0
## 842 0 0 0
## 843 0 0 0
## 844 0 0 0
## 845 0 0 0
## 846 0 0 0
## 847 0 0 0
## 848 0 0 0
## 849 0 0 0
## 850 0 0 0
## 851 0 0 0
## 852 0 0 0
## 853 0 0 0
## 854 0 0 0
## 855 0 0 0
## 856 0 0 0
## 857 0 0 0
## 858 0 0 0
## 859 0 0 0
## 860 0 0 0
## 861 0 0 0
## 862 0 0 0
## 863 0 0 0
## 864 0 0 0
## 865 0 0 0
## 866 0 0 0
## 867 0 0 0
## 868 0 0 0
## 869 0 0 0
## 870 0 0 0
## 871 0 0 0
## 872 0 0 0
## 873 0 0 0
## 874 0 0 0
## 875 0 0 0
## 876 0 0 0
## 877 0 0 0
## 878 0 0 0
## 879 0 0 0
## 880 0 0 0
## 881 0 0 0
## 882 0 0 0
## 883 0 0 0
## 884 0 0 0
## 885 0 0 0
## 886 0 0 0
## 887 0 0 0
## 888 0 0 0
## 889 0 0 0
## 890 0 0 0
## 891 0 0 0
## 892 0 0 0
## 893 0 0 0
## 894 0 0 0
## 895 0 0 0
## 896 0 0 0
## 897 0 0 0
## 898 0 0 0
## 899 0 0 0
## 900 0 0 0
## 901 0 0 0
## 902 0 0 0
## 903 0 0 0
## 904 0 0 0
## 905 0 0 0
## 906 0 0 0
## 907 0 0 0
## 908 0 0 0
## 909 0 0 0
## 910 0 0 0
## 911 0 0 0
## 912 0 0 0
## 913 0 0 0
## 914 0 0 0
## 915 0 0 0
## 916 0 0 0
## 917 0 0 0
## 918 0 0 0
## 919 0 0 0
## 920 0 0 0
## 921 0 0 0
## 922 0 0 0
## 923 0 0 0
## 924 0 0 0
## 925 0 0 0
## 926 0 0 0
## 927 0 0 0
## 928 0 0 0
## 929 0 0 0
## 930 0 0 0
## 931 0 0 0
## 932 0 0 0
## 933 0 0 0
## 934 0 0 0
## 935 0 0 0
## 936 0 0 0
## 937 0 0 0
## 938 0 0 0
## 939 0 0 0
## 940 0 0 0
## 941 0 0 0
## 942 0 0 0
## 943 0 0 0
## 944 0 0 0
## 945 0 0 0
## 946 0 0 0
## 947 0 0 0
## 948 0 0 0
## 949 0 0 0
## 950 0 0 0
## 951 0 0 0
## 952 0 0 0
## 953 0 0 0
## 954 0 0 0
## 955 0 0 0
## 956 0 0 0
## 957 0 0 0
## 958 0 0 0
## 959 0 0 0
## 960 0 0 0
## 961 0 0 0
## 962 0 0 0
## 963 0 0 0
## 964 0 0 0
## 965 0 0 0
## 966 0 0 0
## 967 0 0 0
## 968 0 0 0
## 969 0 0 0
## 970 0 0 0
## 971 0 0 0
## 972 0 0 0
## 973 1 1 1
## 974 1 1 1
## 975 1 1 1
## 976 1 1 1
## 977 1 1 1
## 978 1 1 1
## 979 1 1 1
## 980 1 1 1
## 981 1 1 1
## 982 1 1 1
## 983 1 1 1
## 984 1 1 1
## 985 1 1 1
## 986 1 1 1
## 987 1 1 1
## 988 1 1 1
## 989 1 1 1
## 990 1 1 1
## 991 1 1 1
## 992 1 1 1
## 993 1 1 1
## 994 1 1 1
## 995 1 1 1
## 996 1 1 1
## 997 1 1 1
## 998 1 1 1
## 999 1 1 1
## 1000 1 1 1
## 1001 1 1 1
## 1002 1 1 1
## 1003 1 1 1
## 1004 1 1 1
## 1005 1 1 1
## 1006 1 1 1
## 1007 1 1 1
## 1008 1 1 1
## 1009 1 1 1
## 1010 1 1 1
## 1011 1 1 1
## 1012 1 1 1
## 1013 1 1 1
## 1014 1 1 1
## 1015 1 1 1
## 1016 1 1 1
## 1017 1 1 1
## 1018 1 1 1
## 1019 1 1 1
## 1020 1 1 1
## 1021 1 1 1
## 1022 1 1 1
## 1023 1 1 1
## 1024 1 1 1
## 1025 1 1 1
## 1026 1 1 1
## 1027 1 1 1
## 1028 1 1 1
## 1029 1 1 1
## 1030 1 1 1
## 1031 1 1 1
## 1032 1 1 1
## 1033 1 1 1
## 1034 1 1 1
## 1035 1 1 1
## 1036 1 1 1
## 1037 1 1 1
## 1038 1 1 1
## 1039 1 1 1
## 1040 1 1 1
## 1041 1 1 1
## 1042 1 1 1
## 1043 1 1 1
## 1044 1 1 1
## 1045 1 1 1
## 1046 1 1 1
## 1047 1 1 1
## 1048 1 1 1
## 1049 1 1 1
## 1050 1 1 1
## 1051 1 1 1
## 1052 1 1 1
## 1053 1 1 1
## 1054 1 1 1
## 1055 1 1 1
## 1056 1 1 1
## 1057 1 1 1
## 1058 1 1 1
## 1059 1 1 1
## 1060 1 1 1
## 1061 1 1 1
## 1062 1 1 1
## 1063 1 1 1
## 1064 1 1 1
## 1065 1 1 1
## 1066 1 1 1
## 1067 1 1 1
## 1068 1 1 1
## 1069 1 1 1
## 1070 1 1 1
## 1071 1 1 1
## 1072 1 1 1
## 1073 1 1 1
## 1074 1 1 1
## 1075 1 1 1
## 1076 1 1 1
## 1077 1 1 1
## 1078 1 1 1
## 1079 1 1 1
## 1080 1 1 1
## 1081 1 1 1
## 1082 1 1 1
## 1083 1 1 1
## 1084 1 1 1
## 1085 1 1 1
## 1086 1 1 1
## 1087 1 1 1
## 1088 1 1 1
## 1089 1 1 1
## 1090 1 1 1
## 1091 1 1 1
## 1092 1 1 1
## 1093 1 1 1
## 1094 1 1 1
## 1095 1 1 1
## 1096 1 1 1
## 1097 1 1 1
## 1098 1 1 1
## 1099 1 1 1
## 1100 1 1 1
## 1101 1 1 1
## 1102 1 1 1
## 1103 1 1 1
## 1104 1 1 1
## 1105 1 1 1
## 1106 1 1 1
## 1107 1 1 1
## 1108 1 1 1
## 1109 1 1 1
## 1110 1 1 1
## 1111 1 1 1
## 1112 1 1 1
## 1113 1 1 1
## 1114 1 1 1
## 1115 1 1 1
## 1116 1 1 1
## 1117 0 0 0
## 1118 0 0 0
## 1119 0 0 0
## 1120 0 0 0
## 1121 0 0 0
## 1122 0 0 0
## 1123 0 0 0
## 1124 0 0 0
## 1125 0 0 0
## 1126 0 0 0
## 1127 0 0 0
## 1128 0 0 0
## 1129 0 0 0
## 1130 0 0 0
## 1131 0 0 0
## 1132 0 0 0
## 1133 0 0 0
## 1134 0 0 0
## 1135 0 0 0
## 1136 0 0 0
## 1137 0 0 0
## 1138 0 0 0
## 1139 0 0 0
## 1140 0 0 0
## 1141 0 0 0
## 1142 0 0 0
## 1143 0 0 0
## 1144 0 0 0
## 1145 0 0 0
## 1146 0 0 0
## 1147 0 0 0
## 1148 0 0 0
## 1149 0 0 0
## 1150 0 0 0
## 1151 0 0 0
## 1152 0 0 0
## 1153 0 0 0
## 1154 0 0 0
## 1155 0 0 0
## 1156 0 0 0
## 1157 0 0 0
## 1158 0 0 0
## 1159 0 0 0
## 1160 0 0 0
## 1161 0 0 0
## 1162 0 0 0
## 1163 0 0 0
## 1164 0 0 0
## 1165 0 0 0
## 1166 0 0 0
## 1167 0 0 0
## 1168 0 0 0
## 1169 0 0 0
## 1170 0 0 0
## 1171 0 0 0
## 1172 0 0 0
## 1173 0 0 0
## 1174 0 0 0
## 1175 0 0 0
## 1176 0 0 0
## 1177 0 0 0
## 1178 0 0 0
## 1179 0 0 0
## 1180 0 0 0
## 1181 0 0 0
## 1182 0 0 0
## 1183 0 0 0
## 1184 0 0 0
## 1185 0 0 0
## 1186 0 0 0
## 1187 0 0 0
## 1188 0 0 0
## 1189 0 0 0
## 1190 0 0 0
## 1191 0 0 0
## 1192 0 0 0
## 1193 0 0 0
## 1194 0 0 0
## 1195 0 0 0
## 1196 0 0 0
## 1197 0 0 0
## 1198 0 0 0
## 1199 0 0 0
## 1200 0 0 0
## 1201 0 0 0
## 1202 0 0 0
## 1203 0 0 0
## 1204 0 0 0
## 1205 0 0 0
## 1206 0 0 0
## 1207 0 0 0
## 1208 0 0 0
## 1209 0 0 0
## 1210 0 0 0
## 1211 0 0 0
## 1212 0 0 0
## 1213 0 0 0
## 1214 0 0 0
## 1215 0 0 0
## 1216 0 0 0
## 1217 0 0 0
## 1218 0 0 0
## 1219 0 0 0
## 1220 0 0 0
## 1221 1 1 1
## 1222 1 1 1
## 1223 1 1 1
## 1224 1 1 1
## 1225 1 1 1
## 1226 1 1 1
## 1227 1 1 1
## 1228 1 1 1
## 1229 1 1 1
## 1230 1 1 1
## 1231 1 1 1
## 1232 1 1 1
## 1233 1 1 1
## 1234 1 1 1
## 1235 1 1 1
## 1236 1 1 1
## 1237 1 1 1
## 1238 1 1 1
## 1239 1 1 1
## 1240 1 1 1
## 1241 1 1 1
## 1242 1 1 1
## 1243 1 1 1
## 1244 1 1 1
## 1245 1 1 1
## 1246 1 1 1
## 1247 1 1 1
## 1248 1 1 1
## 1249 1 1 1
## 1250 1 1 1
## 1251 1 1 1
## 1252 1 1 1
## 1253 1 1 1
## 1254 1 1 1
## 1255 1 1 1
## 1256 1 1 1
## 1257 1 1 1
## 1258 1 1 1
## 1259 1 1 1
## 1260 1 1 1
## 1261 1 1 1
## 1262 1 1 1
## 1263 1 1 1
## 1264 1 1 1
## 1265 1 1 1
## 1266 1 1 1
## 1267 1 1 1
## 1268 1 1 1
## 1269 1 1 1
## 1270 1 1 1
## 1271 1 1 1
## 1272 1 1 1
## 1273 0 0 0
## 1274 0 0 0
## 1275 0 0 0
## 1276 0 0 0
## 1277 0 0 0
## 1278 0 0 0
## 1279 0 0 0
## 1280 0 0 0
## 1281 0 0 0
## 1282 0 0 0
## 1283 0 0 0
## 1284 0 0 0
## 1285 0 0 0
## 1286 0 0 0
## 1287 0 0 0
## 1288 0 0 0
## 1289 0 0 0
## 1290 0 0 0
## 1291 0 0 0
## 1292 0 0 0
## 1293 0 0 0
## 1294 0 0 0
## 1295 0 0 0
## 1296 0 0 0
## 1297 0 0 0
## 1298 0 0 0
## 1299 0 0 0
## 1300 0 0 0
## 1301 0 0 0
## 1302 0 0 0
## 1303 0 0 0
## 1304 0 0 0
## 1305 0 0 0
## 1306 0 0 0
## 1307 0 0 0
## 1308 0 0 0
## 1309 0 0 0
## 1310 0 0 0
## 1311 0 0 0
## 1312 0 0 0
## 1313 0 0 0
## 1314 0 0 0
## 1315 0 0 0
## 1316 0 0 0
## 1317 0 0 0
## 1318 0 0 0
## 1319 0 0 0
## 1320 0 0 0
## 1321 0 0 0
## 1322 0 0 0
## 1323 0 0 0
## 1324 0 0 0
## 1325 0 0 0
## 1326 0 0 0
## 1327 0 0 0
## 1328 0 0 0
## 1329 0 0 0
## 1330 0 0 0
## 1331 0 0 0
## 1332 0 0 0
## 1333 0 0 0
## 1334 0 0 0
## 1335 0 0 0
## 1336 0 0 0
## 1337 0 0 0
## 1338 0 0 0
## 1339 0 0 0
## 1340 0 0 0
## 1341 0 0 0
## 1342 0 0 0
## 1343 0 0 0
## 1344 0 0 0
## 1345 0 0 0
## 1346 0 0 0
## 1347 0 0 0
## 1348 0 0 0
## 1349 0 0 0
## 1350 0 0 0
## 1351 0 0 0
## 1352 0 0 0
## 1353 0 0 0
## 1354 0 0 0
## 1355 0 0 0
## 1356 0 0 0
## 1357 0 0 0
## 1358 0 0 0
## 1359 0 0 0
## 1360 0 0 0
## 1361 1 1 1
## 1362 1 1 1
## 1363 1 1 1
## 1364 1 1 1
## 1365 1 1 1
## 1366 1 1 1
## 1367 1 1 1
## 1368 1 1 1
## 1369 1 1 1
## 1370 1 1 1
## 1371 1 1 1
## 1372 1 1 1
## 1373 1 1 1
## 1374 1 1 1
## 1375 1 1 1
## 1376 1 1 1
## 1377 1 1 1
## 1378 1 1 1
## 1379 1 1 1
## 1380 1 1 1
## 1381 1 1 1
## 1382 1 1 1
## 1383 1 1 1
## 1384 1 1 1
## 1385 1 1 1
## 1386 1 1 1
## 1387 1 1 1
## 1388 1 1 1
## 1389 1 1 1
## 1390 1 1 1
## 1391 1 1 1
## 1392 1 1 1
## 1393 1 1 1
## 1394 1 1 1
## 1395 1 1 1
## 1396 1 1 1
## 1397 1 1 1
## 1398 1 1 1
## 1399 1 1 1
## 1400 0 0 0
## 1401 0 0 0
## 1402 0 0 0
## 1403 0 0 0
## 1404 0 0 0
## 1405 0 0 0
## 1406 0 0 0
## 1407 0 0 0
## 1408 0 0 0
## 1409 0 0 0
## 1410 0 0 0
## 1411 0 0 0
## 1412 0 0 0
## 1413 0 0 0
## 1414 0 0 0
## 1415 0 0 0
## 1416 0 0 0
## 1417 0 0 0
## 1418 0 0 0
## 1419 0 0 0
## 1420 0 0 0
## 1421 0 0 0
## 1422 0 0 0
## 1423 0 0 0
## 1424 0 0 0
## 1425 0 0 0
## 1426 0 0 0
## 1427 0 0 0
## 1428 0 0 0
## 1429 0 0 0
## 1430 0 0 0
## 1431 0 0 0
## 1432 0 0 0
## 1433 0 0 0
## 1434 0 0 0
## 1435 0 0 0
## 1436 0 0 0
## 1437 0 0 0
## 1438 0 0 0
## 1439 0 0 0
## 1440 0 0 0
## 1441 0 0 0
## 1442 0 0 0
## 1443 0 0 0
## 1444 0 0 0
## 1445 0 0 0
## 1446 0 0 0
## 1447 0 0 0
## 1448 0 0 0
## 1449 0 0 0
## 1450 0 0 0
## 1451 0 0 0
## 1452 0 0 0
## 1453 0 0 0
## 1454 0 0 0
## 1455 0 0 0
## 1456 0 0 0
## 1457 0 0 0
## 1458 0 0 0
## 1459 0 0 0
## 1460 0 0 0
## 1461 0 0 0
## 1462 0 0 0
## 1463 0 0 0
## 1464 0 0 0
## 1465 0 0 0
## 1466 0 0 0
## 1467 0 0 0
## 1468 0 0 0
## 1469 0 0 0
## 1470 1 1 1
## self_reported_grades_5th self_reported_grades_6th self_reported_grades_7th
## 1 1 1 1
## 2 1 1 1
## 3 1 1 1
## 4 1 1 1
## 5 1 1 1
## 6 1 1 1
## 7 1 1 1
## 8 1 1 1
## 9 1 1 1
## 10 1 1 1
## 11 1 1 1
## 12 1 1 1
## 13 1 1 1
## 14 1 1 1
## 15 1 1 1
## 16 1 1 1
## 17 1 1 1
## 18 1 1 1
## 19 1 1 1
## 20 1 1 1
## 21 1 1 1
## 22 1 1 1
## 23 1 1 1
## 24 1 1 1
## 25 1 1 1
## 26 1 1 1
## 27 1 1 1
## 28 1 1 1
## 29 1 1 1
## 30 1 1 1
## 31 1 1 1
## 32 1 1 1
## 33 1 1 1
## 34 1 1 1
## 35 1 1 1
## 36 1 1 1
## 37 1 1 1
## 38 1 1 1
## 39 1 1 1
## 40 1 1 1
## 41 1 1 1
## 42 1 1 1
## 43 1 1 1
## 44 1 1 1
## 45 1 1 1
## 46 1 1 1
## 47 1 1 1
## 48 1 1 1
## 49 1 1 1
## 50 1 1 1
## 51 1 1 1
## 52 1 1 1
## 53 1 1 1
## 54 1 1 1
## 55 1 1 1
## 56 1 1 1
## 57 1 1 1
## 58 1 1 1
## 59 1 1 1
## 60 1 1 1
## 61 1 1 1
## 62 1 1 1
## 63 1 1 1
## 64 1 1 1
## 65 1 1 1
## 66 1 1 1
## 67 1 1 1
## 68 1 1 1
## 69 1 1 1
## 70 1 1 1
## 71 1 1 1
## 72 1 1 1
## 73 1 1 1
## 74 1 1 1
## 75 1 1 1
## 76 1 1 1
## 77 1 1 1
## 78 1 1 1
## 79 1 1 1
## 80 1 1 1
## 81 1 1 1
## 82 0 0 0
## 83 0 0 0
## 84 0 0 0
## 85 0 0 0
## 86 0 0 0
## 87 0 0 0
## 88 0 0 0
## 89 0 0 0
## 90 0 0 0
## 91 0 0 0
## 92 0 0 0
## 93 0 0 0
## 94 0 0 0
## 95 0 0 0
## 96 0 0 0
## 97 0 0 0
## 98 0 0 0
## 99 0 0 0
## 100 0 0 0
## 101 0 0 0
## 102 0 0 0
## 103 0 0 0
## 104 0 1 1
## 105 0 1 1
## 106 0 1 1
## 107 0 1 1
## 108 0 1 1
## 109 0 1 1
## 110 0 1 1
## 111 0 1 1
## 112 0 1 1
## 113 0 1 1
## 114 0 1 1
## 115 0 1 1
## 116 0 1 1
## 117 0 1 1
## 118 0 1 1
## 119 0 1 1
## 120 0 1 1
## 121 0 1 1
## 122 0 1 1
## 123 0 1 1
## 124 0 1 1
## 125 0 1 1
## 126 0 1 1
## 127 0 1 1
## 128 0 1 1
## 129 0 1 1
## 130 0 1 1
## 131 0 1 1
## 132 0 1 1
## 133 0 1 1
## 134 0 1 1
## 135 0 1 1
## 136 0 1 1
## 137 0 1 1
## 138 0 1 1
## 139 0 1 1
## 140 0 1 1
## 141 0 1 1
## 142 0 1 1
## 143 0 1 1
## 144 0 1 1
## 145 0 1 1
## 146 0 1 1
## 147 0 1 1
## 148 0 1 1
## 149 0 1 1
## 150 0 1 1
## 151 0 1 1
## 152 0 1 1
## 153 0 1 1
## 154 0 1 1
## 155 0 1 1
## 156 0 1 1
## 157 0 1 1
## 158 0 1 1
## 159 0 1 1
## 160 0 1 1
## 161 0 1 1
## 162 0 1 1
## 163 0 1 1
## 164 0 0 0
## 165 0 0 0
## 166 0 0 0
## 167 0 0 0
## 168 0 0 0
## 169 0 0 0
## 170 0 0 0
## 171 0 0 0
## 172 0 0 0
## 173 0 0 0
## 174 0 0 0
## 175 0 0 0
## 176 0 0 0
## 177 0 0 0
## 178 0 0 0
## 179 0 0 0
## 180 0 0 0
## 181 0 0 0
## 182 0 0 0
## 183 0 0 0
## 184 0 0 0
## 185 0 0 0
## 186 0 0 0
## 187 0 0 0
## 188 0 0 0
## 189 0 0 0
## 190 0 0 0
## 191 0 0 0
## 192 0 0 0
## 193 0 0 0
## 194 0 0 0
## 195 0 0 0
## 196 0 0 0
## 197 0 0 0
## 198 0 0 0
## 199 0 0 0
## 200 0 0 0
## 201 0 0 0
## 202 0 0 0
## 203 0 0 0
## 204 0 0 0
## 205 0 0 0
## 206 0 0 0
## 207 0 0 0
## 208 0 0 0
## 209 0 0 0
## 210 0 0 0
## 211 0 0 0
## 212 0 0 0
## 213 0 0 0
## 214 0 0 0
## 215 0 0 0
## 216 0 0 0
## 217 0 0 0
## 218 0 0 0
## 219 0 0 0
## 220 0 0 0
## 221 0 0 0
## 222 0 0 0
## 223 0 0 0
## 224 0 0 0
## 225 0 0 0
## 226 0 0 0
## 227 0 0 0
## 228 0 0 0
## 229 0 0 0
## 230 0 0 0
## 231 0 0 0
## 232 0 0 0
## 233 0 0 0
## 234 0 0 0
## 235 0 0 0
## 236 0 0 0
## 237 0 0 0
## 238 0 0 0
## 239 0 0 0
## 240 0 0 0
## 241 0 0 0
## 242 0 0 0
## 243 0 0 0
## 244 0 0 0
## 245 0 0 0
## 246 0 0 0
## 247 0 0 0
## 248 0 0 0
## 249 0 0 0
## 250 0 0 0
## 251 0 0 0
## 252 0 0 0
## 253 0 0 0
## 254 0 0 0
## 255 0 0 0
## 256 0 0 0
## 257 0 0 0
## 258 0 0 0
## 259 0 0 0
## 260 0 0 0
## 261 0 0 0
## 262 0 0 0
## 263 0 0 0
## 264 0 0 0
## 265 0 0 0
## 266 0 0 0
## 267 0 0 0
## 268 0 0 0
## 269 0 0 0
## 270 0 0 0
## 271 0 0 0
## 272 0 0 0
## 273 0 0 0
## 274 0 0 0
## 275 0 0 0
## 276 0 0 0
## 277 0 0 0
## 278 0 0 0
## 279 0 0 0
## 280 0 0 0
## 281 0 0 0
## 282 0 0 0
## 283 0 0 0
## 284 0 0 0
## 285 0 0 0
## 286 0 0 0
## 287 0 0 0
## 288 0 0 0
## 289 0 0 0
## 290 0 0 0
## 291 0 0 0
## 292 0 0 0
## 293 0 0 0
## 294 0 0 0
## 295 0 0 0
## 296 0 0 0
## 297 0 0 0
## 298 0 0 0
## 299 0 0 0
## 300 0 0 0
## 301 0 0 0
## 302 0 0 0
## 303 0 0 0
## 304 0 0 0
## 305 0 0 0
## 306 0 0 0
## 307 0 0 0
## 308 0 0 0
## 309 0 0 0
## 310 0 0 0
## 311 0 0 0
## 312 0 0 0
## 313 0 0 0
## 314 0 0 0
## 315 0 0 0
## 316 0 0 0
## 317 0 0 0
## 318 0 0 0
## 319 0 0 0
## 320 0 0 0
## 321 0 0 0
## 322 0 0 0
## 323 0 0 0
## 324 0 0 0
## 325 0 0 0
## 326 0 0 0
## 327 0 0 0
## 328 0 0 0
## 329 0 0 0
## 330 0 0 0
## 331 0 0 0
## 332 0 0 0
## 333 0 0 0
## 334 0 0 0
## 335 0 0 0
## 336 0 0 0
## 337 0 0 0
## 338 0 0 0
## 339 0 0 0
## 340 0 0 0
## 341 0 0 0
## 342 0 0 0
## 343 0 0 0
## 344 0 0 0
## 345 0 0 0
## 346 0 0 0
## 347 0 0 0
## 348 0 0 0
## 349 0 0 0
## 350 0 0 0
## 351 0 0 0
## 352 0 0 0
## 353 0 0 0
## 354 0 0 0
## 355 0 0 0
## 356 0 0 0
## 357 0 0 0
## 358 0 0 0
## 359 0 0 0
## 360 0 0 0
## 361 0 0 0
## 362 0 0 0
## 363 0 0 0
## 364 0 0 0
## 365 0 0 0
## 366 0 0 0
## 367 0 0 0
## 368 0 0 0
## 369 0 0 0
## 370 0 0 0
## 371 0 0 0
## 372 0 0 0
## 373 0 0 0
## 374 0 0 0
## 375 0 0 0
## 376 0 0 0
## 377 0 0 0
## 378 0 0 0
## 379 0 0 0
## 380 0 0 0
## 381 0 0 0
## 382 0 0 0
## 383 0 0 0
## 384 1 0 0
## 385 1 0 0
## 386 1 0 0
## 387 1 0 0
## 388 1 0 0
## 389 1 0 0
## 390 1 0 0
## 391 1 0 0
## 392 1 0 0
## 393 1 0 0
## 394 1 0 0
## 395 1 0 0
## 396 1 0 0
## 397 1 0 0
## 398 1 0 0
## 399 1 0 0
## 400 1 0 0
## 401 1 0 0
## 402 1 0 0
## 403 1 1 1
## 404 1 1 1
## 405 1 1 1
## 406 1 1 1
## 407 1 1 1
## 408 1 1 1
## 409 1 1 1
## 410 1 1 1
## 411 1 1 1
## 412 1 1 1
## 413 1 1 1
## 414 1 1 1
## 415 1 1 1
## 416 1 1 1
## 417 1 1 1
## 418 1 1 1
## 419 1 1 1
## 420 1 1 1
## 421 1 1 1
## 422 1 1 1
## 423 1 1 1
## 424 1 1 1
## 425 1 1 1
## 426 1 1 1
## 427 1 1 1
## 428 1 1 1
## 429 1 1 1
## 430 1 1 1
## 431 1 1 1
## 432 1 1 1
## 433 1 1 1
## 434 1 1 1
## 435 1 1 1
## 436 1 1 1
## 437 1 1 1
## 438 1 1 1
## 439 1 1 1
## 440 1 1 1
## 441 1 1 1
## 442 1 1 1
## 443 1 1 1
## 444 1 1 1
## 445 1 1 1
## 446 1 1 1
## 447 1 1 1
## 448 1 1 1
## 449 1 1 1
## 450 1 1 1
## 451 1 1 1
## 452 1 1 1
## 453 0 0 0
## 454 0 0 0
## 455 0 0 0
## 456 0 0 0
## 457 0 0 0
## 458 0 0 0
## 459 0 0 0
## 460 0 0 0
## 461 0 0 0
## 462 0 0 0
## 463 0 0 0
## 464 0 0 0
## 465 0 0 0
## 466 0 0 0
## 467 0 0 0
## 468 0 0 0
## 469 0 0 0
## 470 0 0 0
## 471 0 0 0
## 472 0 0 0
## 473 0 0 0
## 474 0 0 0
## 475 0 0 0
## 476 0 0 0
## 477 0 0 0
## 478 0 0 0
## 479 0 0 0
## 480 0 0 0
## 481 0 0 0
## 482 0 0 0
## 483 0 0 0
## 484 0 0 0
## 485 0 0 0
## 486 0 0 0
## 487 0 0 0
## 488 0 0 0
## 489 0 0 0
## 490 0 0 0
## 491 0 0 0
## 492 0 0 0
## 493 0 0 0
## 494 0 0 0
## 495 0 0 0
## 496 0 0 0
## 497 0 0 0
## 498 0 0 0
## 499 0 0 0
## 500 0 0 0
## 501 0 0 0
## 502 0 0 0
## 503 0 0 0
## 504 0 0 0
## 505 0 0 0
## 506 0 0 0
## 507 0 0 0
## 508 0 0 0
## 509 0 0 0
## 510 0 0 0
## 511 0 0 0
## 512 0 0 0
## 513 0 0 0
## 514 0 0 0
## 515 0 0 0
## 516 0 0 0
## 517 0 0 0
## 518 0 0 0
## 519 0 0 0
## 520 0 0 0
## 521 0 0 0
## 522 0 0 0
## 523 0 0 0
## 524 0 0 0
## 525 0 0 0
## 526 0 0 0
## 527 0 0 0
## 528 0 0 0
## 529 0 0 0
## 530 0 0 0
## 531 0 0 0
## 532 0 0 0
## 533 0 0 0
## 534 0 0 0
## 535 0 0 0
## 536 0 0 0
## 537 0 0 0
## 538 0 0 0
## 539 0 0 0
## 540 0 0 0
## 541 0 0 0
## 542 1 0 0
## 543 1 0 0
## 544 1 0 0
## 545 1 0 0
## 546 1 0 0
## 547 1 0 0
## 548 1 0 0
## 549 1 0 0
## 550 1 0 0
## 551 1 0 0
## 552 1 0 0
## 553 1 0 0
## 554 1 0 0
## 555 1 0 0
## 556 1 0 0
## 557 1 0 0
## 558 1 0 0
## 559 1 0 0
## 560 1 0 0
## 561 1 0 0
## 562 1 0 0
## 563 1 0 0
## 564 1 0 0
## 565 1 0 0
## 566 1 0 0
## 567 1 0 0
## 568 1 0 0
## 569 1 0 0
## 570 1 0 0
## 571 1 0 0
## 572 1 0 0
## 573 1 0 0
## 574 1 0 0
## 575 1 0 0
## 576 1 0 0
## 577 1 0 0
## 578 1 0 0
## 579 1 0 0
## 580 1 0 0
## 581 1 0 0
## 582 1 0 0
## 583 1 0 0
## 584 1 0 0
## 585 1 0 0
## 586 1 0 0
## 587 1 0 0
## 588 1 0 0
## 589 0 0 0
## 590 0 0 0
## 591 0 0 0
## 592 0 0 0
## 593 0 0 0
## 594 0 0 0
## 595 0 0 0
## 596 0 0 0
## 597 0 0 0
## 598 0 0 0
## 599 0 0 0
## 600 0 0 0
## 601 0 0 0
## 602 0 0 0
## 603 0 0 0
## 604 0 0 0
## 605 0 0 0
## 606 0 0 0
## 607 0 0 0
## 608 0 0 0
## 609 0 0 0
## 610 0 0 0
## 611 0 0 0
## 612 0 0 0
## 613 0 0 0
## 614 0 0 0
## 615 0 0 0
## 616 0 0 0
## 617 0 0 0
## 618 0 0 0
## 619 0 0 0
## 620 0 0 0
## 621 0 0 0
## 622 0 0 0
## 623 0 0 0
## 624 0 0 0
## 625 0 0 0
## 626 0 0 0
## 627 0 0 0
## 628 0 0 0
## 629 0 0 0
## 630 0 0 0
## 631 0 0 0
## 632 0 0 0
## 633 0 0 0
## 634 0 0 0
## 635 0 0 0
## 636 0 0 0
## 637 0 1 1
## 638 0 1 1
## 639 0 1 1
## 640 0 1 1
## 641 0 1 1
## 642 0 1 1
## 643 0 1 1
## 644 0 1 1
## 645 0 1 1
## 646 0 1 1
## 647 0 1 1
## 648 0 1 1
## 649 0 1 1
## 650 0 1 1
## 651 0 1 1
## 652 0 1 1
## 653 0 1 1
## 654 0 0 0
## 655 0 0 0
## 656 0 0 0
## 657 0 0 0
## 658 0 0 0
## 659 0 0 0
## 660 0 0 0
## 661 0 0 0
## 662 0 0 0
## 663 0 0 0
## 664 0 0 0
## 665 0 0 0
## 666 0 0 0
## 667 0 0 0
## 668 0 0 0
## 669 0 0 0
## 670 0 0 0
## 671 0 0 0
## 672 0 0 0
## 673 0 0 0
## 674 0 0 0
## 675 0 0 0
## 676 0 0 0
## 677 0 0 0
## 678 0 0 0
## 679 0 0 0
## 680 0 0 0
## 681 0 0 0
## 682 0 0 0
## 683 0 0 0
## 684 0 0 0
## 685 0 0 0
## 686 0 0 0
## 687 0 0 0
## 688 0 0 0
## 689 0 0 0
## 690 0 0 0
## 691 0 0 0
## 692 0 0 0
## 693 0 0 0
## 694 0 0 0
## 695 0 0 0
## 696 0 0 0
## 697 0 0 0
## 698 0 0 0
## 699 0 0 0
## 700 0 0 0
## 701 0 0 0
## 702 0 0 0
## 703 0 0 0
## 704 0 0 0
## 705 0 0 0
## 706 0 0 0
## 707 0 0 0
## 708 0 0 0
## 709 0 0 0
## 710 0 0 0
## 711 0 0 0
## 712 0 0 0
## 713 0 0 0
## 714 0 0 0
## 715 0 0 0
## 716 0 0 0
## 717 0 0 0
## 718 0 0 0
## 719 0 0 0
## 720 0 0 0
## 721 0 0 0
## 722 0 0 0
## 723 0 0 0
## 724 0 0 0
## 725 0 0 0
## 726 0 0 0
## 727 0 0 0
## 728 0 0 0
## 729 0 0 0
## 730 0 0 0
## 731 0 0 0
## 732 0 0 0
## 733 0 0 0
## 734 0 0 0
## 735 0 0 0
## 736 0 0 0
## 737 0 0 0
## 738 0 0 0
## 739 0 0 0
## 740 0 0 0
## 741 0 0 0
## 742 0 0 0
## 743 0 0 0
## 744 0 0 0
## 745 0 0 0
## 746 0 0 0
## 747 0 0 0
## 748 0 0 0
## 749 0 0 0
## 750 0 0 0
## 751 0 0 0
## 752 0 0 0
## 753 0 0 0
## 754 0 0 0
## 755 0 0 0
## 756 0 0 0
## 757 0 0 0
## 758 0 0 0
## 759 0 0 0
## 760 0 0 0
## 761 0 0 0
## 762 0 0 0
## 763 0 0 0
## 764 0 0 0
## 765 0 0 0
## 766 0 0 0
## 767 0 0 0
## 768 0 0 0
## 769 0 0 0
## 770 0 0 0
## 771 0 0 0
## 772 0 0 0
## 773 0 0 0
## 774 0 0 0
## 775 0 0 0
## 776 0 0 0
## 777 1 1 1
## 778 1 1 1
## 779 1 1 1
## 780 1 1 1
## 781 1 1 1
## 782 1 1 1
## 783 1 1 1
## 784 1 1 1
## 785 1 1 1
## 786 1 1 1
## 787 1 1 1
## 788 1 1 1
## 789 1 1 1
## 790 1 1 1
## 791 1 1 1
## 792 1 1 1
## 793 1 1 1
## 794 1 1 1
## 795 1 1 1
## 796 1 1 1
## 797 1 1 1
## 798 1 1 1
## 799 1 1 1
## 800 1 1 1
## 801 1 1 1
## 802 1 1 1
## 803 1 1 1
## 804 1 1 1
## 805 1 1 1
## 806 1 1 1
## 807 1 1 1
## 808 1 1 1
## 809 1 1 1
## 810 1 1 1
## 811 1 1 1
## 812 1 1 1
## 813 1 1 1
## 814 1 1 1
## 815 1 1 1
## 816 1 1 1
## 817 1 1 1
## 818 1 1 1
## 819 1 1 1
## 820 1 1 1
## 821 1 1 1
## 822 1 1 1
## 823 1 1 1
## 824 0 0 0
## 825 0 0 0
## 826 0 0 0
## 827 0 0 0
## 828 0 0 0
## 829 0 0 0
## 830 0 0 0
## 831 0 0 0
## 832 0 0 0
## 833 0 0 0
## 834 0 0 0
## 835 0 0 0
## 836 0 0 0
## 837 0 0 0
## 838 0 0 0
## 839 0 0 0
## 840 0 0 0
## 841 0 0 0
## 842 0 0 0
## 843 0 0 0
## 844 0 0 0
## 845 0 0 0
## 846 0 0 0
## 847 0 0 0
## 848 0 0 0
## 849 0 0 0
## 850 0 0 0
## 851 0 0 0
## 852 0 0 0
## 853 0 0 0
## 854 0 0 0
## 855 0 0 0
## 856 0 0 0
## 857 0 0 0
## 858 0 0 0
## 859 0 0 0
## 860 0 0 0
## 861 0 0 0
## 862 0 0 0
## 863 0 0 0
## 864 0 0 0
## 865 0 0 0
## 866 0 0 0
## 867 0 0 0
## 868 0 0 0
## 869 0 0 0
## 870 0 0 0
## 871 0 0 0
## 872 0 0 0
## 873 0 0 0
## 874 0 0 0
## 875 0 0 0
## 876 0 0 0
## 877 0 0 0
## 878 0 0 0
## 879 0 0 0
## 880 0 0 0
## 881 0 0 0
## 882 0 0 0
## 883 0 0 0
## 884 0 0 0
## 885 0 0 0
## 886 0 0 0
## 887 0 0 0
## 888 0 0 0
## 889 0 0 0
## 890 0 0 0
## 891 0 0 0
## 892 0 0 0
## 893 0 0 0
## 894 0 0 0
## 895 0 0 0
## 896 0 0 0
## 897 0 0 0
## 898 0 0 0
## 899 0 0 0
## 900 0 0 0
## 901 0 0 0
## 902 0 0 0
## 903 0 0 0
## 904 0 0 0
## 905 0 0 0
## 906 0 0 0
## 907 0 0 0
## 908 0 0 0
## 909 0 0 0
## 910 0 0 0
## 911 0 0 0
## 912 0 0 0
## 913 0 0 0
## 914 0 0 0
## 915 0 0 0
## 916 0 0 0
## 917 0 0 0
## 918 0 0 0
## 919 0 0 0
## 920 0 0 0
## 921 0 0 0
## 922 0 0 0
## 923 0 0 0
## 924 0 0 0
## 925 0 0 0
## 926 0 0 0
## 927 0 0 0
## 928 0 0 0
## 929 0 0 0
## 930 0 0 0
## 931 0 0 0
## 932 0 0 0
## 933 0 0 0
## 934 0 0 0
## 935 0 0 0
## 936 0 0 0
## 937 0 0 0
## 938 0 0 0
## 939 0 0 0
## 940 0 0 0
## 941 0 0 0
## 942 0 0 0
## 943 0 0 0
## 944 0 0 0
## 945 0 0 0
## 946 0 0 0
## 947 0 0 0
## 948 0 0 0
## 949 0 0 0
## 950 0 0 0
## 951 0 0 0
## 952 0 0 0
## 953 0 0 0
## 954 0 0 0
## 955 0 0 0
## 956 0 0 0
## 957 0 0 0
## 958 0 0 0
## 959 0 0 0
## 960 0 0 0
## 961 0 0 0
## 962 0 0 0
## 963 0 0 0
## 964 0 0 0
## 965 0 0 0
## 966 0 0 0
## 967 0 0 0
## 968 0 0 0
## 969 0 0 0
## 970 0 0 0
## 971 0 0 0
## 972 0 0 0
## 973 1 1 1
## 974 1 1 1
## 975 1 1 1
## 976 1 1 1
## 977 1 1 1
## 978 1 1 1
## 979 1 1 1
## 980 1 1 1
## 981 1 1 1
## 982 1 1 1
## 983 1 1 1
## 984 1 1 1
## 985 1 1 1
## 986 1 1 1
## 987 1 1 1
## 988 1 1 1
## 989 1 1 1
## 990 1 1 1
## 991 1 1 1
## 992 1 1 1
## 993 1 1 1
## 994 1 1 1
## 995 1 1 1
## 996 1 1 1
## 997 1 1 1
## 998 1 1 1
## 999 1 1 1
## 1000 1 1 1
## 1001 1 1 1
## 1002 1 1 1
## 1003 1 1 1
## 1004 1 1 1
## 1005 1 1 1
## 1006 1 1 1
## 1007 1 1 1
## 1008 1 1 1
## 1009 1 1 1
## 1010 1 1 1
## 1011 1 1 1
## 1012 1 1 1
## 1013 1 1 1
## 1014 1 1 1
## 1015 1 1 1
## 1016 1 1 1
## 1017 1 1 1
## 1018 1 1 1
## 1019 1 1 1
## 1020 1 1 1
## 1021 1 1 1
## 1022 1 1 1
## 1023 1 1 1
## 1024 1 1 1
## 1025 1 1 1
## 1026 1 1 1
## 1027 1 1 1
## 1028 1 1 1
## 1029 1 1 1
## 1030 1 1 1
## 1031 1 1 1
## 1032 1 1 1
## 1033 1 1 0
## 1034 1 1 0
## 1035 1 1 0
## 1036 1 1 0
## 1037 1 1 0
## 1038 1 1 0
## 1039 1 1 0
## 1040 1 1 0
## 1041 1 1 0
## 1042 1 1 0
## 1043 1 1 0
## 1044 1 1 0
## 1045 1 1 0
## 1046 1 1 0
## 1047 1 1 0
## 1048 1 1 0
## 1049 1 1 0
## 1050 1 1 0
## 1051 1 1 0
## 1052 1 1 0
## 1053 1 1 0
## 1054 1 1 0
## 1055 1 1 0
## 1056 1 1 0
## 1057 1 1 0
## 1058 1 1 0
## 1059 1 1 0
## 1060 1 1 0
## 1061 1 1 0
## 1062 1 1 0
## 1063 1 1 0
## 1064 1 1 0
## 1065 1 1 0
## 1066 1 1 0
## 1067 1 1 0
## 1068 1 1 0
## 1069 1 1 0
## 1070 1 1 0
## 1071 1 1 0
## 1072 1 1 0
## 1073 1 1 0
## 1074 1 1 0
## 1075 1 1 0
## 1076 1 1 1
## 1077 1 1 1
## 1078 1 1 1
## 1079 1 1 1
## 1080 1 1 1
## 1081 1 1 1
## 1082 1 1 1
## 1083 1 1 1
## 1084 1 1 1
## 1085 1 1 1
## 1086 1 1 1
## 1087 1 1 1
## 1088 1 1 1
## 1089 1 1 1
## 1090 1 1 1
## 1091 1 1 1
## 1092 1 1 1
## 1093 1 1 1
## 1094 1 1 1
## 1095 1 1 1
## 1096 1 1 1
## 1097 1 1 1
## 1098 1 1 1
## 1099 1 1 1
## 1100 1 1 1
## 1101 1 1 1
## 1102 1 1 1
## 1103 1 1 1
## 1104 1 1 1
## 1105 1 1 1
## 1106 1 1 1
## 1107 1 1 1
## 1108 1 1 1
## 1109 1 1 1
## 1110 1 1 1
## 1111 1 1 1
## 1112 1 1 1
## 1113 1 1 1
## 1114 1 1 1
## 1115 1 1 1
## 1116 1 1 1
## 1117 0 0 0
## 1118 0 0 0
## 1119 0 0 0
## 1120 0 0 0
## 1121 0 0 0
## 1122 0 0 0
## 1123 0 0 0
## 1124 0 0 0
## 1125 0 0 0
## 1126 0 0 0
## 1127 0 0 0
## 1128 0 0 0
## 1129 0 0 0
## 1130 0 0 0
## 1131 0 0 0
## 1132 0 0 0
## 1133 0 0 0
## 1134 0 0 0
## 1135 0 0 0
## 1136 0 0 0
## 1137 0 0 0
## 1138 0 0 0
## 1139 0 0 0
## 1140 0 0 0
## 1141 0 0 0
## 1142 0 0 0
## 1143 0 0 0
## 1144 0 0 0
## 1145 0 0 0
## 1146 0 0 0
## 1147 0 0 0
## 1148 0 0 0
## 1149 0 0 0
## 1150 0 0 0
## 1151 0 0 0
## 1152 0 0 0
## 1153 0 0 0
## 1154 0 0 0
## 1155 0 0 0
## 1156 0 0 0
## 1157 0 0 0
## 1158 0 0 0
## 1159 0 0 0
## 1160 0 0 0
## 1161 0 0 0
## 1162 0 0 0
## 1163 0 0 0
## 1164 0 0 0
## 1165 0 0 0
## 1166 0 0 0
## 1167 0 0 0
## 1168 0 0 0
## 1169 0 0 0
## 1170 0 0 0
## 1171 0 1 1
## 1172 0 1 1
## 1173 0 1 1
## 1174 0 1 1
## 1175 0 1 1
## 1176 0 1 1
## 1177 0 1 1
## 1178 0 1 1
## 1179 0 1 1
## 1180 0 1 1
## 1181 0 1 1
## 1182 0 1 1
## 1183 0 1 1
## 1184 0 1 1
## 1185 0 1 1
## 1186 0 1 1
## 1187 0 1 1
## 1188 0 1 1
## 1189 0 1 1
## 1190 0 1 1
## 1191 0 1 1
## 1192 0 1 1
## 1193 0 1 1
## 1194 0 1 1
## 1195 0 1 1
## 1196 0 1 1
## 1197 0 1 1
## 1198 0 1 1
## 1199 0 1 1
## 1200 0 1 1
## 1201 0 1 1
## 1202 0 1 1
## 1203 0 1 1
## 1204 0 1 1
## 1205 0 1 1
## 1206 0 1 1
## 1207 0 1 1
## 1208 0 1 1
## 1209 0 1 1
## 1210 0 1 1
## 1211 0 1 1
## 1212 0 1 1
## 1213 0 1 1
## 1214 0 1 1
## 1215 0 1 1
## 1216 0 1 1
## 1217 0 1 1
## 1218 0 1 1
## 1219 0 1 1
## 1220 0 1 1
## 1221 1 1 1
## 1222 1 1 1
## 1223 1 1 1
## 1224 1 1 1
## 1225 1 1 1
## 1226 1 1 1
## 1227 1 1 1
## 1228 1 1 1
## 1229 1 1 1
## 1230 1 1 1
## 1231 1 1 1
## 1232 1 1 1
## 1233 1 1 1
## 1234 1 1 1
## 1235 1 1 1
## 1236 1 1 1
## 1237 1 1 1
## 1238 1 1 1
## 1239 1 1 1
## 1240 1 1 1
## 1241 1 1 1
## 1242 1 1 1
## 1243 1 1 1
## 1244 1 1 1
## 1245 1 1 1
## 1246 1 1 1
## 1247 1 1 1
## 1248 1 1 1
## 1249 1 1 1
## 1250 1 1 1
## 1251 1 1 1
## 1252 1 1 1
## 1253 1 1 1
## 1254 1 1 1
## 1255 1 1 1
## 1256 1 1 1
## 1257 1 1 1
## 1258 1 1 1
## 1259 1 1 1
## 1260 1 1 1
## 1261 1 1 1
## 1262 1 1 1
## 1263 1 1 1
## 1264 1 1 1
## 1265 1 1 1
## 1266 1 1 1
## 1267 1 1 1
## 1268 1 1 1
## 1269 1 1 1
## 1270 1 1 1
## 1271 1 1 1
## 1272 1 1 1
## 1273 0 0 0
## 1274 0 0 0
## 1275 0 0 0
## 1276 0 0 0
## 1277 0 0 0
## 1278 0 0 0
## 1279 0 0 0
## 1280 0 0 0
## 1281 0 0 0
## 1282 0 0 0
## 1283 0 0 0
## 1284 0 0 0
## 1285 0 0 0
## 1286 0 0 0
## 1287 0 0 0
## 1288 0 0 0
## 1289 0 0 0
## 1290 0 0 0
## 1291 0 0 0
## 1292 0 0 0
## 1293 0 0 0
## 1294 0 0 0
## 1295 0 0 0
## 1296 0 0 0
## 1297 0 0 0
## 1298 0 0 0
## 1299 0 0 0
## 1300 0 0 0
## 1301 0 0 0
## 1302 0 0 0
## 1303 0 0 0
## 1304 0 0 0
## 1305 0 0 0
## 1306 0 1 1
## 1307 0 1 1
## 1308 0 1 1
## 1309 0 1 1
## 1310 0 1 1
## 1311 0 1 1
## 1312 0 1 1
## 1313 0 1 1
## 1314 0 1 1
## 1315 0 1 1
## 1316 0 1 1
## 1317 0 1 1
## 1318 0 1 1
## 1319 0 1 1
## 1320 0 1 1
## 1321 0 1 1
## 1322 0 1 1
## 1323 0 1 1
## 1324 0 1 1
## 1325 0 1 1
## 1326 0 1 1
## 1327 0 1 1
## 1328 0 1 1
## 1329 0 1 1
## 1330 0 1 1
## 1331 0 1 1
## 1332 0 1 1
## 1333 0 1 1
## 1334 0 1 1
## 1335 0 1 1
## 1336 0 1 1
## 1337 0 1 1
## 1338 0 1 1
## 1339 0 1 1
## 1340 0 1 1
## 1341 0 1 1
## 1342 0 1 1
## 1343 0 1 1
## 1344 0 1 1
## 1345 0 1 1
## 1346 0 1 1
## 1347 0 1 1
## 1348 0 1 1
## 1349 0 1 1
## 1350 0 1 1
## 1351 0 1 1
## 1352 0 1 1
## 1353 0 1 1
## 1354 0 1 1
## 1355 0 1 1
## 1356 0 1 1
## 1357 0 1 1
## 1358 0 1 1
## 1359 0 1 1
## 1360 0 1 1
## 1361 1 0 0
## 1362 1 0 0
## 1363 1 0 0
## 1364 1 0 0
## 1365 1 0 0
## 1366 1 0 0
## 1367 1 0 0
## 1368 1 0 0
## 1369 1 0 0
## 1370 1 0 0
## 1371 1 0 0
## 1372 1 0 0
## 1373 1 0 0
## 1374 1 0 0
## 1375 1 0 0
## 1376 1 0 0
## 1377 1 0 0
## 1378 1 0 0
## 1379 1 0 0
## 1380 1 0 0
## 1381 1 0 0
## 1382 1 0 0
## 1383 1 0 0
## 1384 1 0 0
## 1385 1 0 0
## 1386 1 0 0
## 1387 1 0 0
## 1388 1 0 0
## 1389 1 0 0
## 1390 1 0 0
## 1391 1 0 0
## 1392 1 0 0
## 1393 1 0 0
## 1394 1 0 0
## 1395 1 0 0
## 1396 1 0 0
## 1397 1 0 0
## 1398 1 0 0
## 1399 1 0 0
## 1400 0 0 0
## 1401 0 0 0
## 1402 0 0 0
## 1403 0 0 0
## 1404 0 0 0
## 1405 0 0 0
## 1406 0 0 0
## 1407 0 0 0
## 1408 0 0 0
## 1409 0 0 0
## 1410 0 0 0
## 1411 0 0 0
## 1412 0 0 0
## 1413 0 0 0
## 1414 0 0 0
## 1415 0 0 0
## 1416 0 0 0
## 1417 0 0 0
## 1418 0 0 0
## 1419 0 0 0
## 1420 0 0 0
## 1421 0 0 0
## 1422 0 0 0
## 1423 0 0 0
## 1424 0 0 0
## 1425 0 0 0
## 1426 0 0 0
## 1427 0 0 0
## 1428 0 0 0
## 1429 0 0 0
## 1430 0 0 0
## 1431 0 0 0
## 1432 0 0 0
## 1433 0 0 0
## 1434 0 0 0
## 1435 0 0 0
## 1436 0 0 0
## 1437 0 0 0
## 1438 0 0 0
## 1439 0 0 0
## 1440 0 0 0
## 1441 0 0 0
## 1442 0 0 0
## 1443 0 0 0
## 1444 0 0 0
## 1445 0 0 0
## 1446 0 0 0
## 1447 0 0 0
## 1448 0 0 0
## 1449 0 0 0
## 1450 0 0 0
## 1451 0 0 0
## 1452 0 0 0
## 1453 0 0 0
## 1454 0 0 0
## 1455 0 0 0
## 1456 0 0 0
## 1457 0 0 0
## 1458 0 0 0
## 1459 0 0 0
## 1460 0 0 0
## 1461 0 0 0
## 1462 0 0 0
## 1463 0 0 0
## 1464 0 0 0
## 1465 0 0 0
## 1466 0 0 0
## 1467 0 0 0
## 1468 0 0 0
## 1469 0 0 0
## 1470 1 1 0
## self_reported_grades_8th self_reported_grades_9th
## 1 1 0
## 2 1 0
## 3 1 0
## 4 1 0
## 5 1 0
## 6 1 0
## 7 1 0
## 8 1 0
## 9 1 0
## 10 1 0
## 11 1 0
## 12 1 0
## 13 1 0
## 14 1 0
## 15 1 0
## 16 1 0
## 17 1 0
## 18 1 0
## 19 1 0
## 20 1 0
## 21 1 0
## 22 1 0
## 23 1 0
## 24 1 0
## 25 1 0
## 26 1 0
## 27 1 0
## 28 1 0
## 29 1 0
## 30 1 0
## 31 1 0
## 32 1 0
## 33 1 0
## 34 1 0
## 35 1 0
## 36 1 0
## 37 1 0
## 38 1 0
## 39 1 0
## 40 1 0
## 41 1 0
## 42 1 0
## 43 1 0
## 44 1 0
## 45 1 0
## 46 1 0
## 47 1 0
## 48 1 0
## 49 1 0
## 50 1 0
## 51 1 0
## 52 1 0
## 53 1 0
## 54 1 0
## 55 1 0
## 56 1 0
## 57 1 0
## 58 1 0
## 59 1 0
## 60 1 0
## 61 1 0
## 62 1 0
## 63 1 0
## 64 1 0
## 65 1 0
## 66 1 0
## 67 1 0
## 68 1 0
## 69 1 0
## 70 1 0
## 71 1 0
## 72 1 0
## 73 1 0
## 74 1 0
## 75 1 0
## 76 1 0
## 77 1 0
## 78 1 0
## 79 1 0
## 80 1 0
## 81 1 0
## 82 0 0
## 83 0 0
## 84 0 0
## 85 0 0
## 86 0 0
## 87 0 0
## 88 0 0
## 89 0 0
## 90 0 0
## 91 0 0
## 92 0 0
## 93 0 0
## 94 0 0
## 95 0 0
## 96 0 0
## 97 0 0
## 98 0 0
## 99 0 0
## 100 0 0
## 101 0 0
## 102 0 0
## 103 0 0
## 104 1 1
## 105 1 1
## 106 1 1
## 107 1 1
## 108 1 1
## 109 1 1
## 110 1 1
## 111 1 1
## 112 1 1
## 113 1 1
## 114 1 1
## 115 1 1
## 116 1 1
## 117 1 1
## 118 1 1
## 119 1 1
## 120 1 1
## 121 1 1
## 122 1 1
## 123 1 1
## 124 1 1
## 125 1 1
## 126 1 1
## 127 1 1
## 128 1 1
## 129 1 1
## 130 1 1
## 131 1 1
## 132 1 1
## 133 1 1
## 134 1 1
## 135 1 1
## 136 1 1
## 137 1 1
## 138 1 1
## 139 1 1
## 140 1 1
## 141 1 1
## 142 1 1
## 143 1 1
## 144 1 1
## 145 1 1
## 146 1 1
## 147 1 1
## 148 1 1
## 149 1 1
## 150 1 1
## 151 1 1
## 152 1 1
## 153 1 1
## 154 1 1
## 155 1 1
## 156 1 1
## 157 1 1
## 158 1 1
## 159 1 1
## 160 1 1
## 161 1 1
## 162 1 1
## 163 1 1
## 164 0 1
## 165 0 1
## 166 0 1
## 167 0 1
## 168 0 1
## 169 0 1
## 170 0 1
## 171 0 1
## 172 0 1
## 173 0 1
## 174 0 1
## 175 0 1
## 176 0 1
## 177 0 1
## 178 0 1
## 179 0 1
## 180 0 1
## 181 0 1
## 182 0 1
## 183 0 1
## 184 0 1
## 185 0 1
## 186 0 1
## 187 0 1
## 188 0 1
## 189 0 1
## 190 0 1
## 191 0 1
## 192 0 1
## 193 0 1
## 194 0 1
## 195 0 1
## 196 0 1
## 197 0 1
## 198 0 1
## 199 0 1
## 200 0 1
## 201 0 1
## 202 0 1
## 203 0 1
## 204 0 1
## 205 0 1
## 206 0 1
## 207 0 1
## 208 0 1
## 209 0 1
## 210 0 1
## 211 0 1
## 212 0 1
## 213 0 1
## 214 0 1
## 215 0 1
## 216 0 1
## 217 0 1
## 218 0 1
## 219 0 1
## 220 0 1
## 221 0 1
## 222 0 1
## 223 0 1
## 224 0 1
## 225 0 1
## 226 0 1
## 227 0 1
## 228 0 1
## 229 0 1
## 230 0 1
## 231 0 1
## 232 0 1
## 233 0 1
## 234 0 1
## 235 0 1
## 236 0 1
## 237 0 1
## 238 0 1
## 239 0 1
## 240 0 1
## 241 0 1
## 242 0 1
## 243 0 1
## 244 0 1
## 245 0 1
## 246 0 1
## 247 0 1
## 248 0 1
## 249 0 1
## 250 0 1
## 251 0 1
## 252 0 1
## 253 0 1
## 254 0 1
## 255 0 1
## 256 0 1
## 257 0 1
## 258 0 1
## 259 0 1
## 260 0 1
## 261 0 1
## 262 0 1
## 263 0 1
## 264 0 1
## 265 0 1
## 266 0 1
## 267 0 1
## 268 0 1
## 269 0 1
## 270 0 1
## 271 0 1
## 272 0 1
## 273 0 1
## 274 0 1
## 275 0 1
## 276 0 1
## 277 0 1
## 278 0 1
## 279 0 1
## 280 0 1
## 281 0 1
## 282 0 1
## 283 0 1
## 284 0 1
## 285 0 1
## 286 0 1
## 287 0 1
## 288 0 1
## 289 0 1
## 290 0 1
## 291 0 1
## 292 0 1
## 293 0 1
## 294 0 1
## 295 0 1
## 296 0 1
## 297 0 1
## 298 0 1
## 299 0 1
## 300 0 1
## 301 0 1
## 302 0 1
## 303 0 1
## 304 0 1
## 305 0 1
## 306 0 1
## 307 0 1
## 308 0 1
## 309 0 1
## 310 0 1
## 311 0 1
## 312 0 1
## 313 0 1
## 314 0 1
## 315 0 1
## 316 0 1
## 317 0 1
## 318 0 1
## 319 0 1
## 320 0 1
## 321 0 1
## 322 0 1
## 323 0 1
## 324 0 1
## 325 0 1
## 326 0 1
## 327 0 1
## 328 0 1
## 329 0 1
## 330 0 1
## 331 0 1
## 332 0 1
## 333 0 1
## 334 0 1
## 335 0 1
## 336 0 1
## 337 0 1
## 338 0 1
## 339 0 1
## 340 0 1
## 341 0 1
## 342 0 1
## 343 0 1
## 344 0 1
## 345 0 1
## 346 0 1
## 347 0 1
## 348 0 1
## 349 0 1
## 350 0 1
## 351 0 1
## 352 0 1
## 353 0 1
## 354 0 1
## 355 0 1
## 356 0 1
## 357 0 1
## 358 0 1
## 359 0 1
## 360 0 1
## 361 0 1
## 362 0 1
## 363 0 1
## 364 0 1
## 365 0 1
## 366 0 1
## 367 0 1
## 368 0 1
## 369 0 1
## 370 0 1
## 371 0 1
## 372 0 1
## 373 0 1
## 374 0 1
## 375 0 1
## 376 0 1
## 377 0 1
## 378 0 1
## 379 0 1
## 380 0 1
## 381 0 1
## 382 0 1
## 383 0 1
## 384 0 0
## 385 0 0
## 386 0 0
## 387 0 0
## 388 0 0
## 389 0 0
## 390 0 0
## 391 0 0
## 392 0 0
## 393 0 0
## 394 0 0
## 395 0 0
## 396 0 0
## 397 0 0
## 398 0 0
## 399 0 0
## 400 0 0
## 401 0 0
## 402 0 0
## 403 1 0
## 404 1 0
## 405 1 0
## 406 1 0
## 407 1 0
## 408 1 0
## 409 1 0
## 410 1 0
## 411 1 0
## 412 1 0
## 413 1 0
## 414 1 0
## 415 1 0
## 416 1 0
## 417 1 0
## 418 1 0
## 419 1 0
## 420 1 0
## 421 1 0
## 422 1 0
## 423 1 0
## 424 1 0
## 425 1 0
## 426 1 0
## 427 1 0
## 428 1 0
## 429 1 0
## 430 1 0
## 431 1 0
## 432 1 0
## 433 1 0
## 434 1 0
## 435 1 0
## 436 1 0
## 437 1 0
## 438 1 0
## 439 1 0
## 440 1 0
## 441 1 0
## 442 1 0
## 443 1 0
## 444 1 0
## 445 1 0
## 446 1 0
## 447 1 0
## 448 1 0
## 449 1 0
## 450 1 0
## 451 1 0
## 452 1 0
## 453 0 1
## 454 0 1
## 455 0 1
## 456 0 1
## 457 0 1
## 458 0 1
## 459 0 1
## 460 0 1
## 461 0 1
## 462 0 1
## 463 0 1
## 464 0 1
## 465 0 1
## 466 0 1
## 467 0 1
## 468 0 1
## 469 0 1
## 470 0 1
## 471 0 1
## 472 0 1
## 473 0 1
## 474 0 1
## 475 0 1
## 476 0 1
## 477 0 1
## 478 0 1
## 479 0 1
## 480 0 1
## 481 0 1
## 482 0 1
## 483 0 1
## 484 0 1
## 485 0 1
## 486 0 1
## 487 0 1
## 488 0 1
## 489 0 1
## 490 0 1
## 491 0 1
## 492 0 1
## 493 0 1
## 494 0 1
## 495 0 1
## 496 0 1
## 497 0 1
## 498 0 1
## 499 0 1
## 500 0 1
## 501 0 1
## 502 0 1
## 503 0 1
## 504 0 1
## 505 0 1
## 506 0 1
## 507 0 1
## 508 0 1
## 509 0 1
## 510 0 1
## 511 0 1
## 512 0 1
## 513 0 1
## 514 0 1
## 515 0 1
## 516 0 1
## 517 0 1
## 518 0 1
## 519 0 1
## 520 0 1
## 521 0 1
## 522 0 1
## 523 0 1
## 524 0 1
## 525 0 1
## 526 0 1
## 527 0 1
## 528 0 1
## 529 0 1
## 530 0 1
## 531 0 1
## 532 0 1
## 533 0 1
## 534 0 1
## 535 0 1
## 536 0 1
## 537 0 1
## 538 0 1
## 539 0 1
## 540 0 1
## 541 0 1
## 542 0 0
## 543 0 0
## 544 0 0
## 545 0 0
## 546 0 0
## 547 0 0
## 548 0 0
## 549 0 0
## 550 0 0
## 551 0 0
## 552 0 0
## 553 0 0
## 554 0 0
## 555 0 0
## 556 0 0
## 557 0 0
## 558 0 0
## 559 0 0
## 560 0 0
## 561 0 0
## 562 0 0
## 563 0 0
## 564 0 0
## 565 0 0
## 566 0 0
## 567 0 0
## 568 0 0
## 569 0 0
## 570 0 0
## 571 0 0
## 572 0 0
## 573 0 0
## 574 0 0
## 575 0 0
## 576 0 0
## 577 0 0
## 578 0 0
## 579 0 0
## 580 0 0
## 581 0 0
## 582 0 0
## 583 0 0
## 584 0 0
## 585 0 0
## 586 0 0
## 587 0 0
## 588 0 0
## 589 0 1
## 590 0 1
## 591 0 1
## 592 0 1
## 593 0 1
## 594 0 1
## 595 0 1
## 596 0 1
## 597 0 1
## 598 0 1
## 599 0 1
## 600 0 1
## 601 0 1
## 602 0 1
## 603 0 1
## 604 0 1
## 605 0 1
## 606 0 1
## 607 0 1
## 608 0 1
## 609 0 1
## 610 0 1
## 611 0 1
## 612 0 1
## 613 0 1
## 614 0 1
## 615 0 1
## 616 0 1
## 617 0 1
## 618 0 1
## 619 0 1
## 620 0 1
## 621 0 1
## 622 0 1
## 623 0 1
## 624 0 1
## 625 0 1
## 626 0 1
## 627 0 1
## 628 0 1
## 629 0 1
## 630 0 1
## 631 0 1
## 632 0 1
## 633 0 1
## 634 0 1
## 635 0 1
## 636 0 1
## 637 1 1
## 638 1 1
## 639 1 1
## 640 1 1
## 641 1 1
## 642 1 1
## 643 1 1
## 644 1 1
## 645 1 1
## 646 1 1
## 647 1 1
## 648 1 1
## 649 1 1
## 650 1 1
## 651 1 1
## 652 1 1
## 653 1 1
## 654 0 1
## 655 0 1
## 656 0 1
## 657 0 1
## 658 0 1
## 659 0 1
## 660 0 1
## 661 0 1
## 662 0 1
## 663 0 1
## 664 0 1
## 665 0 1
## 666 0 1
## 667 0 1
## 668 0 1
## 669 0 1
## 670 0 1
## 671 0 1
## 672 0 1
## 673 0 1
## 674 0 1
## 675 0 1
## 676 0 1
## 677 0 1
## 678 0 1
## 679 0 1
## 680 0 1
## 681 0 1
## 682 0 1
## 683 0 1
## 684 0 1
## 685 0 1
## 686 0 1
## 687 0 1
## 688 0 1
## 689 0 1
## 690 0 1
## 691 0 1
## 692 0 1
## 693 0 1
## 694 0 1
## 695 0 1
## 696 0 1
## 697 0 1
## 698 0 1
## 699 0 1
## 700 0 1
## 701 0 1
## 702 0 1
## 703 0 1
## 704 0 1
## 705 0 1
## 706 0 1
## 707 0 1
## 708 0 1
## 709 0 1
## 710 0 1
## 711 0 1
## 712 0 1
## 713 0 1
## 714 0 1
## 715 0 1
## 716 0 1
## 717 0 1
## 718 0 1
## 719 0 1
## 720 0 1
## 721 0 1
## 722 0 1
## 723 0 1
## 724 0 1
## 725 0 1
## 726 0 1
## 727 0 1
## 728 0 1
## 729 0 1
## 730 0 1
## 731 0 1
## 732 0 1
## 733 0 1
## 734 0 1
## 735 0 1
## 736 0 1
## 737 0 1
## 738 0 1
## 739 0 1
## 740 0 1
## 741 0 1
## 742 0 1
## 743 0 1
## 744 0 1
## 745 0 1
## 746 0 1
## 747 0 1
## 748 0 1
## 749 0 1
## 750 0 1
## 751 0 1
## 752 0 1
## 753 0 1
## 754 0 1
## 755 0 1
## 756 0 1
## 757 0 1
## 758 0 1
## 759 0 1
## 760 0 1
## 761 0 1
## 762 0 1
## 763 0 1
## 764 0 1
## 765 0 1
## 766 0 1
## 767 0 1
## 768 0 1
## 769 0 1
## 770 0 1
## 771 0 1
## 772 0 1
## 773 0 1
## 774 0 1
## 775 0 1
## 776 0 1
## 777 1 0
## 778 1 0
## 779 1 0
## 780 1 0
## 781 1 0
## 782 1 0
## 783 1 0
## 784 1 0
## 785 1 0
## 786 1 0
## 787 1 0
## 788 1 0
## 789 1 0
## 790 1 0
## 791 1 0
## 792 1 0
## 793 1 0
## 794 1 0
## 795 1 0
## 796 1 0
## 797 1 0
## 798 1 0
## 799 1 0
## 800 1 0
## 801 1 0
## 802 1 0
## 803 1 0
## 804 1 0
## 805 1 0
## 806 1 0
## 807 1 0
## 808 1 0
## 809 1 0
## 810 1 0
## 811 1 0
## 812 1 0
## 813 1 0
## 814 1 0
## 815 1 0
## 816 1 0
## 817 1 0
## 818 1 0
## 819 1 0
## 820 1 0
## 821 1 0
## 822 1 0
## 823 1 0
## 824 0 1
## 825 0 1
## 826 0 1
## 827 0 1
## 828 0 1
## 829 0 1
## 830 0 1
## 831 0 1
## 832 0 1
## 833 0 1
## 834 0 1
## 835 0 1
## 836 0 1
## 837 0 1
## 838 0 1
## 839 0 1
## 840 0 1
## 841 0 1
## 842 0 1
## 843 0 1
## 844 0 1
## 845 0 1
## 846 0 1
## 847 0 1
## 848 0 1
## 849 0 1
## 850 0 1
## 851 0 1
## 852 0 1
## 853 0 1
## 854 0 1
## 855 0 1
## 856 0 1
## 857 0 1
## 858 0 1
## 859 0 1
## 860 0 1
## 861 0 1
## 862 0 1
## 863 0 1
## 864 0 1
## 865 0 1
## 866 0 1
## 867 0 1
## 868 0 1
## 869 0 1
## 870 0 1
## 871 0 1
## 872 0 1
## 873 0 1
## 874 0 1
## 875 0 1
## 876 0 1
## 877 0 1
## 878 0 1
## 879 0 1
## 880 0 1
## 881 0 1
## 882 0 1
## 883 0 1
## 884 0 1
## 885 0 1
## 886 0 1
## 887 0 1
## 888 0 1
## 889 0 1
## 890 0 1
## 891 0 1
## 892 0 1
## 893 0 1
## 894 0 1
## 895 0 1
## 896 0 1
## 897 0 1
## 898 0 1
## 899 0 1
## 900 0 1
## 901 0 1
## 902 0 1
## 903 0 1
## 904 0 1
## 905 0 1
## 906 0 1
## 907 0 1
## 908 0 1
## 909 0 1
## 910 0 1
## 911 0 1
## 912 0 1
## 913 0 1
## 914 0 1
## 915 0 1
## 916 0 1
## 917 0 1
## 918 0 1
## 919 0 1
## 920 1 1
## 921 1 1
## 922 1 1
## 923 1 1
## 924 1 1
## 925 1 1
## 926 1 1
## 927 1 1
## 928 1 1
## 929 1 1
## 930 1 1
## 931 1 1
## 932 1 1
## 933 1 1
## 934 1 1
## 935 1 1
## 936 1 1
## 937 1 1
## 938 1 1
## 939 1 1
## 940 1 1
## 941 1 1
## 942 1 1
## 943 1 1
## 944 1 1
## 945 1 1
## 946 1 1
## 947 1 1
## 948 1 1
## 949 1 1
## 950 1 1
## 951 1 1
## 952 1 1
## 953 1 1
## 954 1 1
## 955 1 1
## 956 1 1
## 957 1 1
## 958 1 1
## 959 1 1
## 960 1 1
## 961 1 1
## 962 1 1
## 963 1 1
## 964 1 1
## 965 1 1
## 966 1 1
## 967 1 1
## 968 1 1
## 969 1 1
## 970 1 1
## 971 1 1
## 972 1 1
## 973 1 0
## 974 1 0
## 975 1 0
## 976 1 0
## 977 1 0
## 978 1 0
## 979 1 0
## 980 1 0
## 981 1 0
## 982 1 0
## 983 1 0
## 984 1 0
## 985 1 0
## 986 1 0
## 987 1 0
## 988 1 0
## 989 1 0
## 990 1 0
## 991 1 0
## 992 1 0
## 993 1 0
## 994 1 0
## 995 1 0
## 996 1 0
## 997 1 0
## 998 1 0
## 999 1 0
## 1000 1 0
## 1001 1 0
## 1002 1 0
## 1003 1 0
## 1004 1 0
## 1005 1 0
## 1006 1 0
## 1007 1 0
## 1008 1 0
## 1009 1 0
## 1010 1 0
## 1011 1 0
## 1012 1 0
## 1013 1 0
## 1014 1 0
## 1015 1 0
## 1016 1 0
## 1017 1 0
## 1018 1 0
## 1019 1 0
## 1020 1 0
## 1021 1 0
## 1022 1 0
## 1023 1 0
## 1024 1 0
## 1025 1 0
## 1026 1 0
## 1027 1 0
## 1028 1 0
## 1029 1 0
## 1030 1 0
## 1031 1 0
## 1032 1 0
## 1033 0 0
## 1034 0 0
## 1035 0 0
## 1036 0 0
## 1037 0 0
## 1038 0 0
## 1039 0 0
## 1040 0 0
## 1041 0 0
## 1042 0 0
## 1043 0 0
## 1044 0 0
## 1045 0 0
## 1046 0 0
## 1047 0 0
## 1048 0 0
## 1049 0 0
## 1050 0 0
## 1051 0 0
## 1052 0 0
## 1053 0 0
## 1054 0 0
## 1055 0 0
## 1056 0 0
## 1057 0 0
## 1058 0 0
## 1059 0 0
## 1060 0 0
## 1061 0 0
## 1062 0 0
## 1063 0 0
## 1064 0 0
## 1065 0 0
## 1066 0 0
## 1067 0 0
## 1068 0 0
## 1069 0 0
## 1070 0 0
## 1071 0 0
## 1072 0 0
## 1073 0 0
## 1074 0 0
## 1075 0 0
## 1076 1 1
## 1077 1 1
## 1078 1 1
## 1079 1 1
## 1080 1 1
## 1081 1 1
## 1082 1 1
## 1083 1 1
## 1084 1 1
## 1085 1 1
## 1086 1 1
## 1087 1 1
## 1088 1 1
## 1089 1 1
## 1090 1 1
## 1091 1 1
## 1092 1 1
## 1093 1 1
## 1094 1 1
## 1095 1 1
## 1096 1 1
## 1097 1 1
## 1098 1 1
## 1099 1 1
## 1100 1 1
## 1101 1 1
## 1102 1 1
## 1103 1 1
## 1104 1 1
## 1105 1 1
## 1106 1 1
## 1107 1 1
## 1108 1 1
## 1109 1 1
## 1110 1 1
## 1111 1 1
## 1112 1 1
## 1113 1 1
## 1114 1 1
## 1115 1 1
## 1116 1 1
## 1117 0 1
## 1118 0 1
## 1119 0 1
## 1120 0 1
## 1121 0 1
## 1122 0 1
## 1123 0 1
## 1124 0 1
## 1125 0 1
## 1126 0 1
## 1127 0 1
## 1128 0 1
## 1129 0 1
## 1130 0 1
## 1131 0 1
## 1132 0 1
## 1133 0 1
## 1134 0 1
## 1135 0 1
## 1136 0 1
## 1137 0 1
## 1138 0 1
## 1139 0 1
## 1140 0 1
## 1141 0 1
## 1142 0 1
## 1143 0 1
## 1144 0 1
## 1145 0 1
## 1146 0 1
## 1147 0 1
## 1148 0 1
## 1149 0 1
## 1150 0 1
## 1151 0 1
## 1152 0 1
## 1153 0 1
## 1154 0 1
## 1155 0 1
## 1156 0 1
## 1157 0 1
## 1158 0 1
## 1159 0 1
## 1160 0 1
## 1161 0 1
## 1162 0 1
## 1163 0 1
## 1164 0 1
## 1165 0 1
## 1166 0 1
## 1167 0 1
## 1168 0 1
## 1169 0 1
## 1170 0 1
## 1171 1 0
## 1172 1 0
## 1173 1 0
## 1174 1 0
## 1175 1 0
## 1176 1 0
## 1177 1 0
## 1178 1 0
## 1179 1 0
## 1180 1 0
## 1181 1 0
## 1182 1 0
## 1183 1 0
## 1184 1 0
## 1185 1 0
## 1186 1 0
## 1187 1 0
## 1188 1 0
## 1189 1 0
## 1190 1 0
## 1191 1 0
## 1192 1 0
## 1193 1 0
## 1194 1 0
## 1195 1 0
## 1196 1 0
## 1197 1 0
## 1198 1 0
## 1199 1 0
## 1200 1 0
## 1201 1 0
## 1202 1 0
## 1203 1 0
## 1204 1 0
## 1205 1 0
## 1206 1 0
## 1207 1 0
## 1208 1 0
## 1209 1 0
## 1210 1 0
## 1211 1 0
## 1212 1 0
## 1213 1 0
## 1214 1 0
## 1215 1 0
## 1216 1 0
## 1217 1 0
## 1218 1 0
## 1219 1 0
## 1220 1 0
## 1221 1 0
## 1222 1 0
## 1223 1 0
## 1224 1 0
## 1225 1 0
## 1226 1 0
## 1227 1 0
## 1228 1 0
## 1229 1 0
## 1230 1 0
## 1231 1 0
## 1232 1 0
## 1233 1 0
## 1234 1 0
## 1235 1 0
## 1236 1 0
## 1237 1 0
## 1238 1 0
## 1239 1 0
## 1240 1 0
## 1241 1 0
## 1242 1 0
## 1243 1 0
## 1244 1 0
## 1245 1 0
## 1246 1 0
## 1247 1 0
## 1248 1 0
## 1249 1 0
## 1250 1 0
## 1251 1 0
## 1252 1 0
## 1253 1 0
## 1254 1 0
## 1255 1 0
## 1256 1 0
## 1257 1 0
## 1258 1 0
## 1259 1 0
## 1260 1 0
## 1261 1 0
## 1262 1 0
## 1263 1 0
## 1264 1 0
## 1265 1 0
## 1266 1 0
## 1267 1 0
## 1268 1 0
## 1269 1 0
## 1270 1 0
## 1271 1 0
## 1272 1 0
## 1273 0 1
## 1274 0 1
## 1275 0 1
## 1276 0 1
## 1277 0 1
## 1278 0 1
## 1279 0 1
## 1280 0 1
## 1281 0 1
## 1282 0 1
## 1283 0 1
## 1284 0 1
## 1285 0 1
## 1286 0 1
## 1287 0 1
## 1288 0 1
## 1289 0 1
## 1290 0 1
## 1291 0 1
## 1292 0 1
## 1293 0 1
## 1294 0 1
## 1295 0 1
## 1296 0 1
## 1297 0 1
## 1298 0 1
## 1299 0 1
## 1300 0 1
## 1301 0 1
## 1302 0 1
## 1303 0 1
## 1304 0 1
## 1305 0 1
## 1306 1 0
## 1307 1 0
## 1308 1 0
## 1309 1 0
## 1310 1 0
## 1311 1 0
## 1312 1 0
## 1313 1 0
## 1314 1 0
## 1315 1 0
## 1316 1 0
## 1317 1 0
## 1318 1 0
## 1319 1 0
## 1320 1 0
## 1321 1 0
## 1322 1 0
## 1323 1 0
## 1324 1 0
## 1325 1 0
## 1326 1 0
## 1327 1 0
## 1328 1 0
## 1329 1 0
## 1330 1 0
## 1331 1 0
## 1332 1 0
## 1333 1 0
## 1334 1 0
## 1335 1 0
## 1336 1 0
## 1337 1 0
## 1338 1 0
## 1339 1 0
## 1340 1 0
## 1341 1 0
## 1342 1 0
## 1343 1 0
## 1344 1 0
## 1345 1 0
## 1346 1 0
## 1347 1 0
## 1348 1 0
## 1349 1 0
## 1350 1 0
## 1351 1 0
## 1352 1 0
## 1353 1 0
## 1354 1 0
## 1355 1 0
## 1356 1 0
## 1357 1 0
## 1358 1 0
## 1359 1 0
## 1360 1 0
## 1361 0 0
## 1362 0 0
## 1363 0 0
## 1364 0 0
## 1365 0 0
## 1366 0 0
## 1367 0 0
## 1368 0 0
## 1369 0 0
## 1370 0 0
## 1371 0 0
## 1372 0 0
## 1373 0 0
## 1374 0 0
## 1375 0 0
## 1376 0 0
## 1377 0 0
## 1378 0 0
## 1379 0 0
## 1380 0 0
## 1381 0 0
## 1382 0 0
## 1383 0 0
## 1384 0 0
## 1385 0 0
## 1386 0 0
## 1387 0 0
## 1388 0 0
## 1389 0 0
## 1390 0 0
## 1391 0 0
## 1392 0 0
## 1393 0 0
## 1394 0 0
## 1395 0 0
## 1396 0 0
## 1397 0 0
## 1398 0 0
## 1399 0 0
## 1400 0 1
## 1401 0 1
## 1402 0 1
## 1403 0 1
## 1404 0 1
## 1405 0 1
## 1406 0 1
## 1407 0 1
## 1408 0 1
## 1409 0 1
## 1410 0 1
## 1411 0 1
## 1412 0 1
## 1413 0 1
## 1414 0 1
## 1415 0 1
## 1416 0 1
## 1417 0 1
## 1418 0 1
## 1419 0 1
## 1420 0 1
## 1421 0 1
## 1422 0 1
## 1423 0 1
## 1424 0 1
## 1425 0 1
## 1426 0 1
## 1427 0 1
## 1428 0 1
## 1429 0 1
## 1430 0 1
## 1431 0 1
## 1432 0 1
## 1433 0 1
## 1434 0 1
## 1435 0 1
## 1436 0 1
## 1437 0 1
## 1438 0 1
## 1439 0 1
## 1440 0 1
## 1441 0 1
## 1442 0 1
## 1443 0 1
## 1444 0 1
## 1445 0 1
## 1446 0 1
## 1447 0 1
## 1448 0 1
## 1449 0 1
## 1450 0 1
## 1451 0 1
## 1452 0 1
## 1453 0 1
## 1454 0 1
## 1455 0 1
## 1456 0 1
## 1457 0 1
## 1458 0 1
## 1459 0 1
## 1460 0 1
## 1461 0 1
## 1462 0 1
## 1463 0 1
## 1464 0 1
## 1465 0 1
## 1466 0 1
## 1467 0 1
## 1468 0 1
## 1469 0 1
## 1470 0 0
## self_reported_grades_10th self_reported_grades_11th
## 1 0 0
## 2 0 0
## 3 0 0
## 4 0 0
## 5 0 0
## 6 0 0
## 7 0 0
## 8 0 0
## 9 0 0
## 10 0 0
## 11 0 0
## 12 0 0
## 13 0 0
## 14 0 0
## 15 0 0
## 16 0 0
## 17 0 0
## 18 0 0
## 19 0 0
## 20 0 0
## 21 0 0
## 22 0 0
## 23 0 0
## 24 0 0
## 25 0 0
## 26 0 0
## 27 0 0
## 28 0 0
## 29 0 0
## 30 0 0
## 31 0 0
## 32 0 0
## 33 0 0
## 34 0 0
## 35 0 0
## 36 0 0
## 37 0 0
## 38 0 0
## 39 0 0
## 40 0 0
## 41 0 0
## 42 0 0
## 43 0 0
## 44 0 0
## 45 0 0
## 46 0 0
## 47 0 0
## 48 0 0
## 49 0 0
## 50 0 0
## 51 0 0
## 52 0 0
## 53 0 0
## 54 0 0
## 55 0 0
## 56 0 0
## 57 0 0
## 58 0 0
## 59 0 0
## 60 0 0
## 61 0 0
## 62 0 0
## 63 0 0
## 64 0 0
## 65 0 0
## 66 0 0
## 67 0 0
## 68 0 0
## 69 0 0
## 70 0 0
## 71 0 0
## 72 0 0
## 73 0 0
## 74 0 0
## 75 0 0
## 76 0 0
## 77 0 0
## 78 0 0
## 79 0 0
## 80 0 0
## 81 0 0
## 82 0 0
## 83 0 0
## 84 0 0
## 85 0 0
## 86 0 0
## 87 0 0
## 88 0 0
## 89 0 0
## 90 0 0
## 91 0 0
## 92 0 0
## 93 0 0
## 94 0 0
## 95 0 0
## 96 0 0
## 97 0 0
## 98 0 0
## 99 0 0
## 100 0 0
## 101 0 0
## 102 0 0
## 103 0 0
## 104 1 1
## 105 1 1
## 106 1 1
## 107 1 1
## 108 1 1
## 109 1 1
## 110 1 1
## 111 1 1
## 112 1 1
## 113 1 1
## 114 1 1
## 115 1 1
## 116 1 1
## 117 1 1
## 118 1 1
## 119 1 1
## 120 1 1
## 121 1 1
## 122 1 1
## 123 1 1
## 124 1 1
## 125 1 1
## 126 1 1
## 127 1 1
## 128 1 1
## 129 1 1
## 130 1 1
## 131 1 1
## 132 1 1
## 133 1 1
## 134 1 1
## 135 1 1
## 136 1 1
## 137 1 1
## 138 1 1
## 139 1 1
## 140 1 1
## 141 1 1
## 142 1 1
## 143 1 1
## 144 1 1
## 145 1 1
## 146 1 1
## 147 1 1
## 148 1 1
## 149 1 1
## 150 1 1
## 151 1 1
## 152 1 1
## 153 1 1
## 154 1 1
## 155 1 1
## 156 1 1
## 157 1 1
## 158 1 1
## 159 1 1
## 160 1 1
## 161 1 1
## 162 1 1
## 163 1 1
## 164 1 1
## 165 1 1
## 166 1 1
## 167 1 1
## 168 1 1
## 169 1 1
## 170 1 1
## 171 1 1
## 172 1 1
## 173 1 1
## 174 1 1
## 175 1 1
## 176 1 1
## 177 1 1
## 178 1 1
## 179 1 1
## 180 1 1
## 181 1 1
## 182 1 1
## 183 1 1
## 184 1 1
## 185 1 1
## 186 1 1
## 187 1 1
## 188 1 1
## 189 1 1
## 190 1 1
## 191 1 1
## 192 1 1
## 193 1 1
## 194 1 1
## 195 1 1
## 196 1 1
## 197 1 1
## 198 1 1
## 199 1 1
## 200 1 1
## 201 1 1
## 202 1 1
## 203 1 1
## 204 1 1
## 205 1 1
## 206 1 1
## 207 1 1
## 208 1 1
## 209 1 1
## 210 1 1
## 211 1 1
## 212 1 1
## 213 1 1
## 214 1 1
## 215 1 1
## 216 1 1
## 217 1 1
## 218 1 1
## 219 1 1
## 220 1 1
## 221 1 1
## 222 1 1
## 223 1 1
## 224 1 1
## 225 1 1
## 226 1 1
## 227 1 1
## 228 1 1
## 229 1 1
## 230 1 1
## 231 1 1
## 232 1 1
## 233 1 1
## 234 1 1
## 235 1 1
## 236 1 1
## 237 1 1
## 238 1 1
## 239 1 1
## 240 1 1
## 241 1 1
## 242 1 1
## 243 1 1
## 244 1 1
## 245 1 1
## 246 1 1
## 247 1 1
## 248 1 1
## 249 1 1
## 250 1 1
## 251 1 1
## 252 1 1
## 253 1 1
## 254 1 1
## 255 1 1
## 256 1 1
## 257 1 1
## 258 1 1
## 259 1 1
## 260 1 1
## 261 1 1
## 262 1 1
## 263 1 1
## 264 1 1
## 265 1 1
## 266 1 1
## 267 1 1
## 268 1 1
## 269 1 1
## 270 1 1
## 271 1 1
## 272 1 1
## 273 1 1
## 274 1 1
## 275 1 1
## 276 1 1
## 277 1 1
## 278 1 1
## 279 1 1
## 280 1 1
## 281 1 1
## 282 1 1
## 283 1 1
## 284 1 1
## 285 1 1
## 286 1 1
## 287 1 1
## 288 1 1
## 289 1 1
## 290 1 1
## 291 1 1
## 292 1 1
## 293 1 1
## 294 1 1
## 295 1 1
## 296 1 1
## 297 1 1
## 298 1 1
## 299 1 1
## 300 1 1
## 301 1 1
## 302 1 1
## 303 1 1
## 304 1 1
## 305 1 1
## 306 1 1
## 307 1 1
## 308 1 1
## 309 1 1
## 310 1 1
## 311 1 1
## 312 1 1
## 313 1 1
## 314 1 1
## 315 1 1
## 316 1 1
## 317 1 1
## 318 1 1
## 319 1 1
## 320 1 1
## 321 1 1
## 322 1 1
## 323 1 1
## 324 1 1
## 325 1 1
## 326 1 1
## 327 1 1
## 328 1 1
## 329 1 1
## 330 1 1
## 331 1 1
## 332 1 1
## 333 1 1
## 334 1 1
## 335 1 1
## 336 1 1
## 337 1 1
## 338 1 1
## 339 1 1
## 340 1 1
## 341 1 1
## 342 1 1
## 343 1 1
## 344 1 1
## 345 1 1
## 346 1 1
## 347 1 1
## 348 1 1
## 349 1 1
## 350 1 1
## 351 1 1
## 352 1 1
## 353 1 1
## 354 1 1
## 355 1 1
## 356 1 1
## 357 1 1
## 358 1 1
## 359 1 1
## 360 1 1
## 361 1 1
## 362 1 1
## 363 1 1
## 364 1 1
## 365 1 1
## 366 1 1
## 367 1 1
## 368 1 1
## 369 1 1
## 370 1 1
## 371 1 1
## 372 1 1
## 373 1 1
## 374 1 1
## 375 1 1
## 376 1 1
## 377 1 1
## 378 1 1
## 379 1 1
## 380 1 1
## 381 1 1
## 382 1 1
## 383 1 1
## 384 0 0
## 385 0 0
## 386 0 0
## 387 0 0
## 388 0 0
## 389 0 0
## 390 0 0
## 391 0 0
## 392 0 0
## 393 0 0
## 394 0 0
## 395 0 0
## 396 0 0
## 397 0 0
## 398 0 0
## 399 0 0
## 400 0 0
## 401 0 0
## 402 0 0
## 403 0 0
## 404 0 0
## 405 0 0
## 406 0 0
## 407 0 0
## 408 0 0
## 409 0 0
## 410 0 0
## 411 0 0
## 412 0 0
## 413 0 0
## 414 0 0
## 415 0 0
## 416 0 0
## 417 0 0
## 418 0 0
## 419 0 0
## 420 0 0
## 421 0 0
## 422 0 0
## 423 0 0
## 424 0 0
## 425 0 0
## 426 0 0
## 427 0 0
## 428 0 0
## 429 0 0
## 430 0 0
## 431 0 0
## 432 0 0
## 433 0 0
## 434 0 0
## 435 0 0
## 436 0 0
## 437 0 0
## 438 0 0
## 439 0 0
## 440 0 0
## 441 0 0
## 442 0 0
## 443 0 0
## 444 0 0
## 445 0 0
## 446 0 0
## 447 0 0
## 448 0 0
## 449 0 0
## 450 0 0
## 451 0 0
## 452 0 0
## 453 1 1
## 454 1 1
## 455 1 1
## 456 1 1
## 457 1 1
## 458 1 1
## 459 1 1
## 460 1 1
## 461 1 1
## 462 1 1
## 463 1 1
## 464 1 1
## 465 1 1
## 466 1 1
## 467 1 1
## 468 1 1
## 469 1 1
## 470 1 1
## 471 1 1
## 472 1 1
## 473 1 1
## 474 1 1
## 475 1 1
## 476 1 1
## 477 1 1
## 478 1 1
## 479 1 1
## 480 1 1
## 481 1 1
## 482 1 1
## 483 1 1
## 484 1 1
## 485 1 1
## 486 1 1
## 487 1 1
## 488 1 1
## 489 1 1
## 490 1 1
## 491 1 1
## 492 1 1
## 493 1 1
## 494 1 1
## 495 1 1
## 496 1 1
## 497 1 1
## 498 1 1
## 499 1 1
## 500 1 1
## 501 1 1
## 502 1 1
## 503 1 1
## 504 1 1
## 505 1 1
## 506 1 1
## 507 1 1
## 508 1 1
## 509 1 1
## 510 1 1
## 511 1 1
## 512 1 1
## 513 1 1
## 514 1 1
## 515 1 1
## 516 1 1
## 517 1 1
## 518 1 1
## 519 1 1
## 520 1 1
## 521 1 1
## 522 1 1
## 523 1 1
## 524 1 1
## 525 1 1
## 526 1 1
## 527 1 1
## 528 1 1
## 529 1 1
## 530 1 1
## 531 1 1
## 532 1 1
## 533 1 1
## 534 1 1
## 535 1 1
## 536 1 1
## 537 1 1
## 538 1 1
## 539 1 1
## 540 1 1
## 541 1 1
## 542 0 0
## 543 0 0
## 544 0 0
## 545 0 0
## 546 0 0
## 547 0 0
## 548 0 0
## 549 0 0
## 550 0 0
## 551 0 0
## 552 0 0
## 553 0 0
## 554 0 0
## 555 0 0
## 556 0 0
## 557 0 0
## 558 0 0
## 559 0 0
## 560 0 0
## 561 0 0
## 562 0 0
## 563 0 0
## 564 0 0
## 565 0 0
## 566 0 0
## 567 0 0
## 568 0 0
## 569 0 0
## 570 0 0
## 571 0 0
## 572 0 0
## 573 0 0
## 574 0 0
## 575 0 0
## 576 0 0
## 577 0 0
## 578 0 0
## 579 0 0
## 580 0 0
## 581 0 0
## 582 0 0
## 583 0 0
## 584 0 0
## 585 0 0
## 586 0 0
## 587 0 0
## 588 0 0
## 589 1 1
## 590 1 1
## 591 1 1
## 592 1 1
## 593 1 1
## 594 1 1
## 595 1 1
## 596 1 1
## 597 1 1
## 598 1 1
## 599 1 1
## 600 1 1
## 601 1 1
## 602 1 1
## 603 1 1
## 604 1 1
## 605 1 1
## 606 1 1
## 607 1 1
## 608 1 1
## 609 1 1
## 610 1 1
## 611 1 1
## 612 1 1
## 613 1 1
## 614 1 1
## 615 1 1
## 616 1 1
## 617 1 1
## 618 1 1
## 619 1 1
## 620 1 1
## 621 1 1
## 622 1 1
## 623 1 1
## 624 1 1
## 625 1 1
## 626 1 1
## 627 1 1
## 628 1 1
## 629 1 1
## 630 1 1
## 631 1 1
## 632 1 1
## 633 1 1
## 634 1 1
## 635 1 1
## 636 1 1
## 637 1 0
## 638 1 0
## 639 1 0
## 640 1 0
## 641 1 0
## 642 1 0
## 643 1 0
## 644 1 0
## 645 1 0
## 646 1 0
## 647 1 0
## 648 1 0
## 649 1 0
## 650 1 0
## 651 1 0
## 652 1 0
## 653 1 0
## 654 1 1
## 655 1 1
## 656 1 1
## 657 1 1
## 658 1 1
## 659 1 1
## 660 1 1
## 661 1 1
## 662 1 1
## 663 1 1
## 664 1 1
## 665 1 1
## 666 1 1
## 667 1 1
## 668 1 1
## 669 1 1
## 670 1 1
## 671 1 1
## 672 1 1
## 673 1 1
## 674 1 1
## 675 1 1
## 676 1 1
## 677 1 1
## 678 1 1
## 679 1 1
## 680 1 1
## 681 1 1
## 682 1 1
## 683 1 1
## 684 1 1
## 685 1 1
## 686 1 1
## 687 1 1
## 688 1 1
## 689 1 1
## 690 1 1
## 691 1 1
## 692 1 1
## 693 1 1
## 694 1 1
## 695 1 1
## 696 1 1
## 697 1 1
## 698 1 1
## 699 1 1
## 700 1 1
## 701 1 1
## 702 1 1
## 703 1 1
## 704 1 1
## 705 1 1
## 706 1 1
## 707 1 1
## 708 1 1
## 709 1 1
## 710 1 1
## 711 1 1
## 712 1 1
## 713 1 1
## 714 1 1
## 715 1 1
## 716 1 1
## 717 1 1
## 718 1 1
## 719 1 1
## 720 1 1
## 721 1 1
## 722 1 1
## 723 1 1
## 724 1 1
## 725 1 1
## 726 1 1
## 727 1 1
## 728 1 1
## 729 1 1
## 730 1 1
## 731 1 1
## 732 1 1
## 733 1 1
## 734 1 1
## 735 1 1
## 736 1 1
## 737 1 1
## 738 1 1
## 739 1 1
## 740 1 1
## 741 1 1
## 742 1 1
## 743 1 1
## 744 1 1
## 745 1 1
## 746 1 1
## 747 1 1
## 748 1 1
## 749 1 1
## 750 1 1
## 751 1 1
## 752 1 1
## 753 1 1
## 754 1 1
## 755 1 1
## 756 1 1
## 757 1 1
## 758 1 1
## 759 1 1
## 760 1 1
## 761 1 1
## 762 1 1
## 763 1 1
## 764 1 1
## 765 1 1
## 766 1 1
## 767 1 1
## 768 1 1
## 769 1 1
## 770 1 1
## 771 1 1
## 772 1 1
## 773 1 1
## 774 1 1
## 775 1 1
## 776 1 1
## 777 0 0
## 778 0 0
## 779 0 0
## 780 0 0
## 781 0 0
## 782 0 0
## 783 0 0
## 784 0 0
## 785 0 0
## 786 0 0
## 787 0 0
## 788 0 0
## 789 0 0
## 790 0 0
## 791 0 0
## 792 0 0
## 793 0 0
## 794 0 0
## 795 0 0
## 796 0 0
## 797 0 0
## 798 0 0
## 799 0 0
## 800 0 0
## 801 0 0
## 802 0 0
## 803 0 0
## 804 0 0
## 805 0 0
## 806 0 0
## 807 0 0
## 808 0 0
## 809 0 0
## 810 0 0
## 811 0 0
## 812 0 0
## 813 0 0
## 814 0 0
## 815 0 0
## 816 0 0
## 817 0 0
## 818 0 0
## 819 0 0
## 820 0 0
## 821 0 0
## 822 0 0
## 823 0 0
## 824 1 1
## 825 1 1
## 826 1 1
## 827 1 1
## 828 1 1
## 829 1 1
## 830 1 1
## 831 1 1
## 832 1 1
## 833 1 1
## 834 1 1
## 835 1 1
## 836 1 1
## 837 1 1
## 838 1 1
## 839 1 1
## 840 1 1
## 841 1 1
## 842 1 1
## 843 1 1
## 844 1 1
## 845 1 1
## 846 1 1
## 847 1 1
## 848 1 1
## 849 1 1
## 850 1 1
## 851 1 1
## 852 1 1
## 853 1 1
## 854 1 1
## 855 1 1
## 856 1 1
## 857 1 1
## 858 1 1
## 859 1 1
## 860 1 1
## 861 1 1
## 862 1 1
## 863 1 1
## 864 1 1
## 865 1 1
## 866 1 1
## 867 1 1
## 868 1 1
## 869 1 1
## 870 1 1
## 871 1 1
## 872 1 1
## 873 1 1
## 874 1 1
## 875 1 1
## 876 1 1
## 877 1 1
## 878 1 1
## 879 1 1
## 880 1 1
## 881 1 1
## 882 1 1
## 883 1 1
## 884 1 1
## 885 1 1
## 886 1 1
## 887 1 1
## 888 1 1
## 889 1 1
## 890 1 1
## 891 1 1
## 892 1 1
## 893 1 1
## 894 1 1
## 895 1 1
## 896 1 1
## 897 1 1
## 898 1 1
## 899 1 1
## 900 1 1
## 901 1 1
## 902 1 1
## 903 1 1
## 904 1 1
## 905 1 1
## 906 1 1
## 907 1 1
## 908 1 1
## 909 1 1
## 910 1 1
## 911 1 1
## 912 1 1
## 913 1 1
## 914 1 1
## 915 1 1
## 916 1 1
## 917 1 1
## 918 1 1
## 919 1 1
## 920 1 1
## 921 1 1
## 922 1 1
## 923 1 1
## 924 1 1
## 925 1 1
## 926 1 1
## 927 1 1
## 928 1 1
## 929 1 1
## 930 1 1
## 931 1 1
## 932 1 1
## 933 1 1
## 934 1 1
## 935 1 1
## 936 1 1
## 937 1 1
## 938 1 1
## 939 1 1
## 940 1 1
## 941 1 1
## 942 1 1
## 943 1 1
## 944 1 1
## 945 1 1
## 946 1 1
## 947 1 1
## 948 1 1
## 949 1 1
## 950 1 1
## 951 1 1
## 952 1 1
## 953 1 1
## 954 1 1
## 955 1 1
## 956 1 1
## 957 1 1
## 958 1 1
## 959 1 1
## 960 1 1
## 961 1 1
## 962 1 1
## 963 1 1
## 964 1 1
## 965 1 1
## 966 1 1
## 967 1 1
## 968 1 1
## 969 1 1
## 970 1 1
## 971 1 1
## 972 1 1
## 973 0 0
## 974 0 0
## 975 0 0
## 976 0 0
## 977 0 0
## 978 0 0
## 979 0 0
## 980 0 0
## 981 0 0
## 982 0 0
## 983 0 0
## 984 0 0
## 985 0 0
## 986 0 0
## 987 0 0
## 988 0 0
## 989 0 0
## 990 0 0
## 991 0 0
## 992 0 0
## 993 0 0
## 994 0 0
## 995 0 0
## 996 0 0
## 997 0 0
## 998 0 0
## 999 0 0
## 1000 0 0
## 1001 0 0
## 1002 0 0
## 1003 0 0
## 1004 0 0
## 1005 0 0
## 1006 0 0
## 1007 0 0
## 1008 0 0
## 1009 0 0
## 1010 0 0
## 1011 0 0
## 1012 0 0
## 1013 0 0
## 1014 0 0
## 1015 0 0
## 1016 0 0
## 1017 0 0
## 1018 0 0
## 1019 0 0
## 1020 0 0
## 1021 0 0
## 1022 0 0
## 1023 0 0
## 1024 0 0
## 1025 0 0
## 1026 0 0
## 1027 0 0
## 1028 0 0
## 1029 0 0
## 1030 0 0
## 1031 0 0
## 1032 0 0
## 1033 0 0
## 1034 0 0
## 1035 0 0
## 1036 0 0
## 1037 0 0
## 1038 0 0
## 1039 0 0
## 1040 0 0
## 1041 0 0
## 1042 0 0
## 1043 0 0
## 1044 0 0
## 1045 0 0
## 1046 0 0
## 1047 0 0
## 1048 0 0
## 1049 0 0
## 1050 0 0
## 1051 0 0
## 1052 0 0
## 1053 0 0
## 1054 0 0
## 1055 0 0
## 1056 0 0
## 1057 0 0
## 1058 0 0
## 1059 0 0
## 1060 0 0
## 1061 0 0
## 1062 0 0
## 1063 0 0
## 1064 0 0
## 1065 0 0
## 1066 0 0
## 1067 0 0
## 1068 0 0
## 1069 0 0
## 1070 0 0
## 1071 0 0
## 1072 0 0
## 1073 0 0
## 1074 0 0
## 1075 0 0
## 1076 1 1
## 1077 1 1
## 1078 1 1
## 1079 1 1
## 1080 1 1
## 1081 1 1
## 1082 1 1
## 1083 1 1
## 1084 1 1
## 1085 1 1
## 1086 1 1
## 1087 1 1
## 1088 1 1
## 1089 1 1
## 1090 1 1
## 1091 1 1
## 1092 1 1
## 1093 1 1
## 1094 1 1
## 1095 1 1
## 1096 1 1
## 1097 1 1
## 1098 1 1
## 1099 1 1
## 1100 1 1
## 1101 1 1
## 1102 1 1
## 1103 1 1
## 1104 1 1
## 1105 1 1
## 1106 1 1
## 1107 1 1
## 1108 1 1
## 1109 1 1
## 1110 1 1
## 1111 1 1
## 1112 1 1
## 1113 1 1
## 1114 1 1
## 1115 1 1
## 1116 1 1
## 1117 1 1
## 1118 1 1
## 1119 1 1
## 1120 1 1
## 1121 1 1
## 1122 1 1
## 1123 1 1
## 1124 1 1
## 1125 1 1
## 1126 1 1
## 1127 1 1
## 1128 1 1
## 1129 1 1
## 1130 1 1
## 1131 1 1
## 1132 1 1
## 1133 1 1
## 1134 1 1
## 1135 1 1
## 1136 1 1
## 1137 1 1
## 1138 1 1
## 1139 1 1
## 1140 1 1
## 1141 1 1
## 1142 1 1
## 1143 1 1
## 1144 1 1
## 1145 1 1
## 1146 1 1
## 1147 1 1
## 1148 1 1
## 1149 1 1
## 1150 1 1
## 1151 1 1
## 1152 1 1
## 1153 1 1
## 1154 1 1
## 1155 1 1
## 1156 1 1
## 1157 1 1
## 1158 1 1
## 1159 1 1
## 1160 1 1
## 1161 1 1
## 1162 1 1
## 1163 1 1
## 1164 1 1
## 1165 1 1
## 1166 1 1
## 1167 1 1
## 1168 1 1
## 1169 1 1
## 1170 1 1
## 1171 0 0
## 1172 0 0
## 1173 0 0
## 1174 0 0
## 1175 0 0
## 1176 0 0
## 1177 0 0
## 1178 0 0
## 1179 0 0
## 1180 0 0
## 1181 0 0
## 1182 0 0
## 1183 0 0
## 1184 0 0
## 1185 0 0
## 1186 0 0
## 1187 0 0
## 1188 0 0
## 1189 0 0
## 1190 0 0
## 1191 0 0
## 1192 0 0
## 1193 0 0
## 1194 0 0
## 1195 0 0
## 1196 0 0
## 1197 0 0
## 1198 0 0
## 1199 0 0
## 1200 0 0
## 1201 0 0
## 1202 0 0
## 1203 0 0
## 1204 0 0
## 1205 0 0
## 1206 0 0
## 1207 0 0
## 1208 0 0
## 1209 0 0
## 1210 0 0
## 1211 0 0
## 1212 0 0
## 1213 0 0
## 1214 0 0
## 1215 0 0
## 1216 0 0
## 1217 0 0
## 1218 0 0
## 1219 0 0
## 1220 0 0
## 1221 0 0
## 1222 0 0
## 1223 0 0
## 1224 0 0
## 1225 0 0
## 1226 0 0
## 1227 0 0
## 1228 0 0
## 1229 0 0
## 1230 0 0
## 1231 0 0
## 1232 0 0
## 1233 0 0
## 1234 0 0
## 1235 0 0
## 1236 0 0
## 1237 0 0
## 1238 0 0
## 1239 0 0
## 1240 0 0
## 1241 0 0
## 1242 0 0
## 1243 0 0
## 1244 0 0
## 1245 0 0
## 1246 0 0
## 1247 0 0
## 1248 0 0
## 1249 0 0
## 1250 0 0
## 1251 0 0
## 1252 0 0
## 1253 0 0
## 1254 0 0
## 1255 0 0
## 1256 0 0
## 1257 0 0
## 1258 0 0
## 1259 0 0
## 1260 0 0
## 1261 0 0
## 1262 0 0
## 1263 0 0
## 1264 0 0
## 1265 0 0
## 1266 0 0
## 1267 0 0
## 1268 0 0
## 1269 0 0
## 1270 0 0
## 1271 0 0
## 1272 0 0
## 1273 1 1
## 1274 1 1
## 1275 1 1
## 1276 1 1
## 1277 1 1
## 1278 1 1
## 1279 1 1
## 1280 1 1
## 1281 1 1
## 1282 1 1
## 1283 1 1
## 1284 1 1
## 1285 1 1
## 1286 1 1
## 1287 1 1
## 1288 1 1
## 1289 1 1
## 1290 1 1
## 1291 1 1
## 1292 1 1
## 1293 1 1
## 1294 1 1
## 1295 1 1
## 1296 1 1
## 1297 1 1
## 1298 1 1
## 1299 1 1
## 1300 1 1
## 1301 1 1
## 1302 1 1
## 1303 1 1
## 1304 1 1
## 1305 1 1
## 1306 0 0
## 1307 0 0
## 1308 0 0
## 1309 0 0
## 1310 0 0
## 1311 0 0
## 1312 0 0
## 1313 0 0
## 1314 0 0
## 1315 0 0
## 1316 0 0
## 1317 0 0
## 1318 0 0
## 1319 0 0
## 1320 0 0
## 1321 0 0
## 1322 0 0
## 1323 0 0
## 1324 0 0
## 1325 0 0
## 1326 0 0
## 1327 0 0
## 1328 0 0
## 1329 0 0
## 1330 0 0
## 1331 0 0
## 1332 0 0
## 1333 0 0
## 1334 0 0
## 1335 0 0
## 1336 0 0
## 1337 0 0
## 1338 0 0
## 1339 0 0
## 1340 0 0
## 1341 0 0
## 1342 0 0
## 1343 0 0
## 1344 0 0
## 1345 0 0
## 1346 0 0
## 1347 0 0
## 1348 0 0
## 1349 0 0
## 1350 0 0
## 1351 0 0
## 1352 0 0
## 1353 0 0
## 1354 0 0
## 1355 0 0
## 1356 0 0
## 1357 0 0
## 1358 0 0
## 1359 0 0
## 1360 0 0
## 1361 0 0
## 1362 0 0
## 1363 0 0
## 1364 0 0
## 1365 0 0
## 1366 0 0
## 1367 0 0
## 1368 0 0
## 1369 0 0
## 1370 0 0
## 1371 0 0
## 1372 0 0
## 1373 0 0
## 1374 0 0
## 1375 0 0
## 1376 0 0
## 1377 0 0
## 1378 0 0
## 1379 0 0
## 1380 0 0
## 1381 0 0
## 1382 0 0
## 1383 0 0
## 1384 0 0
## 1385 0 0
## 1386 0 0
## 1387 0 0
## 1388 0 0
## 1389 0 0
## 1390 0 0
## 1391 0 0
## 1392 0 0
## 1393 0 0
## 1394 0 0
## 1395 0 0
## 1396 0 0
## 1397 0 0
## 1398 0 0
## 1399 0 0
## 1400 1 1
## 1401 1 1
## 1402 1 1
## 1403 1 1
## 1404 1 1
## 1405 1 1
## 1406 1 1
## 1407 1 1
## 1408 1 1
## 1409 1 1
## 1410 1 1
## 1411 1 1
## 1412 1 1
## 1413 1 1
## 1414 1 1
## 1415 1 1
## 1416 1 1
## 1417 1 1
## 1418 1 1
## 1419 1 1
## 1420 1 1
## 1421 1 1
## 1422 1 1
## 1423 1 1
## 1424 1 1
## 1425 1 1
## 1426 1 1
## 1427 1 1
## 1428 1 1
## 1429 1 1
## 1430 1 1
## 1431 1 1
## 1432 1 1
## 1433 1 1
## 1434 1 1
## 1435 1 1
## 1436 1 1
## 1437 1 1
## 1438 1 1
## 1439 1 1
## 1440 1 1
## 1441 1 1
## 1442 1 1
## 1443 1 1
## 1444 1 1
## 1445 1 1
## 1446 1 1
## 1447 1 1
## 1448 1 1
## 1449 1 1
## 1450 1 1
## 1451 1 1
## 1452 1 1
## 1453 1 1
## 1454 1 1
## 1455 1 1
## 1456 1 1
## 1457 1 1
## 1458 1 1
## 1459 1 1
## 1460 1 1
## 1461 1 1
## 1462 1 1
## 1463 1 1
## 1464 1 1
## 1465 1 1
## 1466 1 1
## 1467 1 1
## 1468 1 1
## 1469 1 1
## 1470 0 0
## self_reported_grades_12th self_reported_grades_past_12th
## 1 0 0
## 2 0 0
## 3 0 0
## 4 0 0
## 5 0 0
## 6 0 0
## 7 0 0
## 8 0 0
## 9 0 0
## 10 0 0
## 11 0 0
## 12 0 0
## 13 0 0
## 14 0 0
## 15 0 0
## 16 0 0
## 17 0 0
## 18 0 0
## 19 0 0
## 20 0 0
## 21 0 0
## 22 0 0
## 23 0 0
## 24 0 0
## 25 0 0
## 26 0 0
## 27 0 0
## 28 0 0
## 29 0 0
## 30 0 0
## 31 0 0
## 32 0 0
## 33 0 0
## 34 0 0
## 35 0 0
## 36 0 0
## 37 0 0
## 38 0 0
## 39 0 0
## 40 0 0
## 41 0 0
## 42 0 0
## 43 0 0
## 44 0 0
## 45 0 0
## 46 0 0
## 47 0 0
## 48 0 0
## 49 0 0
## 50 0 0
## 51 0 0
## 52 0 0
## 53 0 0
## 54 0 0
## 55 0 0
## 56 0 0
## 57 0 0
## 58 0 0
## 59 0 0
## 60 0 0
## 61 0 0
## 62 0 0
## 63 0 0
## 64 0 0
## 65 0 0
## 66 0 0
## 67 0 0
## 68 0 0
## 69 0 0
## 70 0 0
## 71 0 0
## 72 0 0
## 73 0 0
## 74 0 0
## 75 0 0
## 76 0 0
## 77 0 0
## 78 0 0
## 79 0 0
## 80 0 0
## 81 0 0
## 82 0 0
## 83 0 0
## 84 0 0
## 85 0 0
## 86 0 0
## 87 0 0
## 88 0 0
## 89 0 0
## 90 0 0
## 91 0 0
## 92 0 0
## 93 0 0
## 94 0 0
## 95 0 0
## 96 0 0
## 97 0 0
## 98 0 0
## 99 0 0
## 100 0 0
## 101 0 0
## 102 0 0
## 103 0 0
## 104 1 0
## 105 1 0
## 106 1 0
## 107 1 0
## 108 1 0
## 109 1 0
## 110 1 0
## 111 1 0
## 112 1 0
## 113 1 0
## 114 1 0
## 115 1 0
## 116 1 0
## 117 1 0
## 118 1 0
## 119 1 0
## 120 1 0
## 121 1 0
## 122 1 0
## 123 1 0
## 124 1 0
## 125 1 0
## 126 1 0
## 127 1 0
## 128 1 0
## 129 1 0
## 130 1 0
## 131 1 0
## 132 1 0
## 133 1 0
## 134 1 0
## 135 1 0
## 136 1 0
## 137 1 0
## 138 1 0
## 139 1 0
## 140 1 0
## 141 1 0
## 142 1 0
## 143 1 0
## 144 1 0
## 145 1 0
## 146 1 0
## 147 1 0
## 148 1 0
## 149 1 0
## 150 1 0
## 151 1 0
## 152 1 0
## 153 1 0
## 154 1 0
## 155 1 0
## 156 1 0
## 157 1 0
## 158 1 0
## 159 1 0
## 160 1 0
## 161 1 0
## 162 1 0
## 163 1 0
## 164 1 0
## 165 1 0
## 166 1 0
## 167 1 0
## 168 1 0
## 169 1 0
## 170 1 0
## 171 1 0
## 172 1 0
## 173 1 0
## 174 1 0
## 175 1 0
## 176 1 0
## 177 1 0
## 178 1 0
## 179 1 0
## 180 1 0
## 181 1 0
## 182 1 0
## 183 1 0
## 184 1 0
## 185 1 0
## 186 1 0
## 187 1 0
## 188 1 0
## 189 1 0
## 190 1 0
## 191 1 0
## 192 1 0
## 193 1 0
## 194 1 0
## 195 1 0
## 196 1 0
## 197 1 0
## 198 1 0
## 199 1 0
## 200 1 0
## 201 1 0
## 202 1 0
## 203 1 0
## 204 1 0
## 205 1 0
## 206 1 0
## 207 1 0
## 208 1 0
## 209 1 0
## 210 1 0
## 211 1 0
## 212 1 0
## 213 1 0
## 214 1 0
## 215 1 0
## 216 1 0
## 217 1 0
## 218 1 0
## 219 1 0
## 220 1 0
## 221 1 0
## 222 1 0
## 223 1 0
## 224 1 0
## 225 1 0
## 226 1 0
## 227 1 0
## 228 1 0
## 229 1 0
## 230 1 0
## 231 1 0
## 232 1 0
## 233 1 0
## 234 1 0
## 235 1 0
## 236 1 0
## 237 1 0
## 238 1 0
## 239 1 0
## 240 1 0
## 241 1 0
## 242 1 0
## 243 1 0
## 244 1 0
## 245 1 0
## 246 1 0
## 247 1 0
## 248 1 0
## 249 1 0
## 250 1 0
## 251 1 0
## 252 1 0
## 253 1 0
## 254 1 0
## 255 1 0
## 256 1 0
## 257 1 0
## 258 1 0
## 259 1 0
## 260 1 0
## 261 1 0
## 262 1 0
## 263 1 0
## 264 1 0
## 265 1 0
## 266 1 0
## 267 1 0
## 268 1 0
## 269 1 0
## 270 1 0
## 271 1 0
## 272 1 0
## 273 1 0
## 274 1 0
## 275 1 0
## 276 1 0
## 277 1 0
## 278 1 0
## 279 1 0
## 280 1 0
## 281 1 0
## 282 1 0
## 283 1 0
## 284 1 0
## 285 1 0
## 286 1 0
## 287 1 0
## 288 1 0
## 289 1 0
## 290 1 0
## 291 1 0
## 292 1 0
## 293 1 0
## 294 1 0
## 295 1 0
## 296 1 0
## 297 1 0
## 298 1 0
## 299 1 0
## 300 1 0
## 301 1 0
## 302 1 0
## 303 1 0
## 304 1 0
## 305 1 0
## 306 1 0
## 307 1 0
## 308 1 0
## 309 1 0
## 310 1 0
## 311 1 0
## 312 1 0
## 313 1 0
## 314 1 0
## 315 1 0
## 316 1 0
## 317 1 0
## 318 1 0
## 319 1 0
## 320 1 0
## 321 1 0
## 322 1 0
## 323 1 0
## 324 1 0
## 325 1 0
## 326 1 0
## 327 1 0
## 328 1 0
## 329 1 0
## 330 1 0
## 331 1 0
## 332 1 0
## 333 1 0
## 334 1 0
## 335 1 0
## 336 1 0
## 337 1 0
## 338 1 0
## 339 1 0
## 340 1 0
## 341 1 0
## 342 1 0
## 343 1 0
## 344 1 0
## 345 1 0
## 346 1 0
## 347 1 0
## 348 1 0
## 349 1 0
## 350 1 0
## 351 1 0
## 352 1 0
## 353 1 0
## 354 1 0
## 355 1 0
## 356 1 0
## 357 1 0
## 358 1 0
## 359 1 0
## 360 1 0
## 361 1 0
## 362 1 0
## 363 1 0
## 364 1 0
## 365 1 0
## 366 1 0
## 367 1 0
## 368 1 0
## 369 1 0
## 370 1 0
## 371 1 0
## 372 1 0
## 373 1 0
## 374 1 0
## 375 1 0
## 376 1 0
## 377 1 0
## 378 1 0
## 379 1 0
## 380 1 0
## 381 1 0
## 382 1 0
## 383 1 0
## 384 0 0
## 385 0 0
## 386 0 0
## 387 0 0
## 388 0 0
## 389 0 0
## 390 0 0
## 391 0 0
## 392 0 0
## 393 0 0
## 394 0 0
## 395 0 0
## 396 0 0
## 397 0 0
## 398 0 0
## 399 0 0
## 400 0 0
## 401 0 0
## 402 0 0
## 403 0 0
## 404 0 0
## 405 0 0
## 406 0 0
## 407 0 0
## 408 0 0
## 409 0 0
## 410 0 0
## 411 0 0
## 412 0 0
## 413 0 0
## 414 0 0
## 415 0 0
## 416 0 0
## 417 0 0
## 418 0 0
## 419 0 0
## 420 0 0
## 421 0 0
## 422 0 0
## 423 0 0
## 424 0 0
## 425 0 0
## 426 0 0
## 427 0 0
## 428 0 0
## 429 0 0
## 430 0 0
## 431 0 0
## 432 0 0
## 433 0 0
## 434 0 0
## 435 0 0
## 436 0 0
## 437 0 0
## 438 0 0
## 439 0 0
## 440 0 0
## 441 0 0
## 442 0 0
## 443 0 0
## 444 0 0
## 445 0 0
## 446 0 0
## 447 0 0
## 448 0 0
## 449 0 0
## 450 0 0
## 451 0 0
## 452 0 0
## 453 1 0
## 454 1 0
## 455 1 0
## 456 1 0
## 457 1 0
## 458 1 0
## 459 1 0
## 460 1 0
## 461 1 0
## 462 1 0
## 463 1 0
## 464 1 0
## 465 1 0
## 466 1 0
## 467 1 0
## 468 1 0
## 469 1 0
## 470 1 0
## 471 1 0
## 472 1 0
## 473 1 0
## 474 1 0
## 475 1 0
## 476 1 0
## 477 1 0
## 478 1 0
## 479 1 0
## 480 1 0
## 481 1 0
## 482 1 0
## 483 1 0
## 484 1 0
## 485 1 0
## 486 1 0
## 487 1 0
## 488 1 0
## 489 1 0
## 490 1 0
## 491 1 0
## 492 1 0
## 493 1 0
## 494 1 0
## 495 1 0
## 496 1 0
## 497 1 0
## 498 1 0
## 499 1 0
## 500 1 0
## 501 1 0
## 502 1 0
## 503 1 0
## 504 1 0
## 505 1 0
## 506 1 0
## 507 1 0
## 508 1 0
## 509 1 0
## 510 1 0
## 511 1 0
## 512 1 0
## 513 1 0
## 514 1 0
## 515 1 0
## 516 1 0
## 517 1 0
## 518 1 0
## 519 1 0
## 520 1 0
## 521 1 0
## 522 1 0
## 523 1 0
## 524 1 0
## 525 1 0
## 526 1 0
## 527 1 0
## 528 1 0
## 529 1 0
## 530 1 0
## 531 1 0
## 532 1 0
## 533 1 0
## 534 1 0
## 535 1 0
## 536 1 0
## 537 1 0
## 538 1 0
## 539 1 0
## 540 1 0
## 541 1 0
## 542 0 0
## 543 0 0
## 544 0 0
## 545 0 0
## 546 0 0
## 547 0 0
## 548 0 0
## 549 0 0
## 550 0 0
## 551 0 0
## 552 0 0
## 553 0 0
## 554 0 0
## 555 0 0
## 556 0 0
## 557 0 0
## 558 0 0
## 559 0 0
## 560 0 0
## 561 0 0
## 562 0 0
## 563 0 0
## 564 0 0
## 565 0 0
## 566 0 0
## 567 0 0
## 568 0 0
## 569 0 0
## 570 0 0
## 571 0 0
## 572 0 0
## 573 0 0
## 574 0 0
## 575 0 0
## 576 0 0
## 577 0 0
## 578 0 0
## 579 0 0
## 580 0 0
## 581 0 0
## 582 0 0
## 583 0 0
## 584 0 0
## 585 0 0
## 586 0 0
## 587 0 0
## 588 0 0
## 589 1 0
## 590 1 0
## 591 1 0
## 592 1 0
## 593 1 0
## 594 1 0
## 595 1 0
## 596 1 0
## 597 1 0
## 598 1 0
## 599 1 0
## 600 1 0
## 601 1 0
## 602 1 0
## 603 1 0
## 604 1 0
## 605 1 0
## 606 1 0
## 607 1 0
## 608 1 0
## 609 1 0
## 610 1 0
## 611 1 0
## 612 1 0
## 613 1 0
## 614 1 0
## 615 1 0
## 616 1 0
## 617 1 0
## 618 1 0
## 619 1 0
## 620 1 0
## 621 1 0
## 622 1 0
## 623 1 0
## 624 1 0
## 625 1 0
## 626 1 0
## 627 1 0
## 628 1 0
## 629 1 0
## 630 1 0
## 631 1 0
## 632 1 0
## 633 1 0
## 634 1 0
## 635 1 0
## 636 1 0
## 637 0 0
## 638 0 0
## 639 0 0
## 640 0 0
## 641 0 0
## 642 0 0
## 643 0 0
## 644 0 0
## 645 0 0
## 646 0 0
## 647 0 0
## 648 0 0
## 649 0 0
## 650 0 0
## 651 0 0
## 652 0 0
## 653 0 0
## 654 1 0
## 655 1 0
## 656 1 0
## 657 1 0
## 658 1 0
## 659 1 0
## 660 1 0
## 661 1 0
## 662 1 0
## 663 1 0
## 664 1 0
## 665 1 0
## 666 1 0
## 667 1 0
## 668 1 0
## 669 1 0
## 670 1 0
## 671 1 0
## 672 1 0
## 673 1 0
## 674 1 0
## 675 1 0
## 676 1 0
## 677 1 0
## 678 1 0
## 679 1 0
## 680 1 0
## 681 1 0
## 682 1 0
## 683 1 0
## 684 1 0
## 685 1 0
## 686 1 0
## 687 1 0
## 688 1 0
## 689 1 0
## 690 1 0
## 691 1 0
## 692 1 0
## 693 1 0
## 694 1 0
## 695 1 0
## 696 1 0
## 697 1 0
## 698 1 0
## 699 1 0
## 700 1 0
## 701 1 0
## 702 1 0
## 703 1 0
## 704 1 0
## 705 1 0
## 706 1 0
## 707 1 0
## 708 1 0
## 709 1 0
## 710 1 0
## 711 1 0
## 712 1 0
## 713 1 0
## 714 1 0
## 715 1 0
## 716 1 0
## 717 1 0
## 718 1 0
## 719 1 0
## 720 1 0
## 721 1 0
## 722 1 0
## 723 1 0
## 724 1 0
## 725 1 0
## 726 1 0
## 727 1 0
## 728 1 0
## 729 1 0
## 730 1 0
## 731 1 0
## 732 1 0
## 733 1 0
## 734 1 0
## 735 1 0
## 736 1 0
## 737 1 0
## 738 1 0
## 739 1 0
## 740 1 0
## 741 1 0
## 742 1 0
## 743 1 0
## 744 1 0
## 745 1 0
## 746 1 0
## 747 1 0
## 748 1 0
## 749 1 0
## 750 1 0
## 751 1 0
## 752 1 0
## 753 1 0
## 754 1 0
## 755 1 0
## 756 1 0
## 757 1 0
## 758 1 0
## 759 1 0
## 760 1 0
## 761 1 0
## 762 1 0
## 763 1 0
## 764 1 0
## 765 1 0
## 766 1 0
## 767 1 0
## 768 1 0
## 769 1 0
## 770 1 0
## 771 1 0
## 772 1 0
## 773 1 0
## 774 1 0
## 775 1 0
## 776 1 0
## 777 0 0
## 778 0 0
## 779 0 0
## 780 0 0
## 781 0 0
## 782 0 0
## 783 0 0
## 784 0 0
## 785 0 0
## 786 0 0
## 787 0 0
## 788 0 0
## 789 0 0
## 790 0 0
## 791 0 0
## 792 0 0
## 793 0 0
## 794 0 0
## 795 0 0
## 796 0 0
## 797 0 0
## 798 0 0
## 799 0 0
## 800 0 0
## 801 0 0
## 802 0 0
## 803 0 0
## 804 0 0
## 805 0 0
## 806 0 0
## 807 0 0
## 808 0 0
## 809 0 0
## 810 0 0
## 811 0 0
## 812 0 0
## 813 0 0
## 814 0 0
## 815 0 0
## 816 0 0
## 817 0 0
## 818 0 0
## 819 0 0
## 820 0 0
## 821 0 0
## 822 0 0
## 823 0 0
## 824 1 0
## 825 1 0
## 826 1 0
## 827 1 0
## 828 1 0
## 829 1 0
## 830 1 0
## 831 1 0
## 832 1 0
## 833 1 0
## 834 1 0
## 835 1 0
## 836 1 0
## 837 1 0
## 838 1 0
## 839 1 0
## 840 1 0
## 841 1 0
## 842 1 0
## 843 1 0
## 844 1 0
## 845 1 0
## 846 1 0
## 847 1 0
## 848 1 0
## 849 1 0
## 850 1 0
## 851 1 0
## 852 1 0
## 853 1 0
## 854 1 0
## 855 1 0
## 856 1 0
## 857 1 0
## 858 1 0
## 859 1 0
## 860 1 0
## 861 1 0
## 862 1 0
## 863 1 0
## 864 1 0
## 865 1 0
## 866 1 0
## 867 1 0
## 868 1 0
## 869 1 0
## 870 1 0
## 871 1 0
## 872 1 0
## 873 1 0
## 874 1 0
## 875 1 0
## 876 1 0
## 877 1 0
## 878 1 0
## 879 1 0
## 880 1 0
## 881 1 0
## 882 1 0
## 883 1 0
## 884 1 0
## 885 1 0
## 886 1 0
## 887 1 0
## 888 1 0
## 889 1 0
## 890 1 0
## 891 1 0
## 892 1 0
## 893 1 0
## 894 1 0
## 895 1 0
## 896 1 0
## 897 1 0
## 898 1 0
## 899 1 0
## 900 1 0
## 901 1 0
## 902 1 0
## 903 1 0
## 904 1 0
## 905 1 0
## 906 1 0
## 907 1 0
## 908 1 0
## 909 1 0
## 910 1 0
## 911 1 0
## 912 1 0
## 913 1 0
## 914 1 0
## 915 1 0
## 916 1 0
## 917 1 0
## 918 1 0
## 919 1 0
## 920 1 0
## 921 1 0
## 922 1 0
## 923 1 0
## 924 1 0
## 925 1 0
## 926 1 0
## 927 1 0
## 928 1 0
## 929 1 0
## 930 1 0
## 931 1 0
## 932 1 0
## 933 1 0
## 934 1 0
## 935 1 0
## 936 1 0
## 937 1 0
## 938 1 0
## 939 1 0
## 940 1 0
## 941 1 0
## 942 1 0
## 943 1 0
## 944 1 0
## 945 1 0
## 946 1 0
## 947 1 0
## 948 1 0
## 949 1 0
## 950 1 0
## 951 1 0
## 952 1 0
## 953 1 0
## 954 1 0
## 955 1 0
## 956 1 0
## 957 1 0
## 958 1 0
## 959 1 0
## 960 1 0
## 961 1 0
## 962 1 0
## 963 1 0
## 964 1 0
## 965 1 0
## 966 1 0
## 967 1 0
## 968 1 0
## 969 1 0
## 970 1 0
## 971 1 0
## 972 1 0
## 973 0 0
## 974 0 0
## 975 0 0
## 976 0 0
## 977 0 0
## 978 0 0
## 979 0 0
## 980 0 0
## 981 0 0
## 982 0 0
## 983 0 0
## 984 0 0
## 985 0 0
## 986 0 0
## 987 0 0
## 988 0 0
## 989 0 0
## 990 0 0
## 991 0 0
## 992 0 0
## 993 0 0
## 994 0 0
## 995 0 0
## 996 0 0
## 997 0 0
## 998 0 0
## 999 0 0
## 1000 0 0
## 1001 0 0
## 1002 0 0
## 1003 0 0
## 1004 0 0
## 1005 0 0
## 1006 0 0
## 1007 0 0
## 1008 0 0
## 1009 0 0
## 1010 0 0
## 1011 0 0
## 1012 0 0
## 1013 0 0
## 1014 0 0
## 1015 0 0
## 1016 0 0
## 1017 0 0
## 1018 0 0
## 1019 0 0
## 1020 0 0
## 1021 0 0
## 1022 0 0
## 1023 0 0
## 1024 0 0
## 1025 0 0
## 1026 0 0
## 1027 0 0
## 1028 0 0
## 1029 0 0
## 1030 0 0
## 1031 0 0
## 1032 0 0
## 1033 0 0
## 1034 0 0
## 1035 0 0
## 1036 0 0
## 1037 0 0
## 1038 0 0
## 1039 0 0
## 1040 0 0
## 1041 0 0
## 1042 0 0
## 1043 0 0
## 1044 0 0
## 1045 0 0
## 1046 0 0
## 1047 0 0
## 1048 0 0
## 1049 0 0
## 1050 0 0
## 1051 0 0
## 1052 0 0
## 1053 0 0
## 1054 0 0
## 1055 0 0
## 1056 0 0
## 1057 0 0
## 1058 0 0
## 1059 0 0
## 1060 0 0
## 1061 0 0
## 1062 0 0
## 1063 0 0
## 1064 0 0
## 1065 0 0
## 1066 0 0
## 1067 0 0
## 1068 0 0
## 1069 0 0
## 1070 0 0
## 1071 0 0
## 1072 0 0
## 1073 0 0
## 1074 0 0
## 1075 0 0
## 1076 1 0
## 1077 1 0
## 1078 1 0
## 1079 1 0
## 1080 1 0
## 1081 1 0
## 1082 1 0
## 1083 1 0
## 1084 1 0
## 1085 1 0
## 1086 1 0
## 1087 1 0
## 1088 1 0
## 1089 1 0
## 1090 1 0
## 1091 1 0
## 1092 1 0
## 1093 1 0
## 1094 1 0
## 1095 1 0
## 1096 1 0
## 1097 1 0
## 1098 1 0
## 1099 1 0
## 1100 1 0
## 1101 1 0
## 1102 1 0
## 1103 1 0
## 1104 1 0
## 1105 1 0
## 1106 1 0
## 1107 1 0
## 1108 1 0
## 1109 1 0
## 1110 1 0
## 1111 1 0
## 1112 1 0
## 1113 1 0
## 1114 1 0
## 1115 1 0
## 1116 1 0
## 1117 1 0
## 1118 1 0
## 1119 1 0
## 1120 1 0
## 1121 1 0
## 1122 1 0
## 1123 1 0
## 1124 1 0
## 1125 1 0
## 1126 1 0
## 1127 1 0
## 1128 1 0
## 1129 1 0
## 1130 1 0
## 1131 1 0
## 1132 1 0
## 1133 1 0
## 1134 1 0
## 1135 1 0
## 1136 1 0
## 1137 1 0
## 1138 1 0
## 1139 1 0
## 1140 1 0
## 1141 1 0
## 1142 1 0
## 1143 1 0
## 1144 1 0
## 1145 1 0
## 1146 1 0
## 1147 1 0
## 1148 1 0
## 1149 1 0
## 1150 1 0
## 1151 1 0
## 1152 1 0
## 1153 1 0
## 1154 1 0
## 1155 1 0
## 1156 1 0
## 1157 1 0
## 1158 1 0
## 1159 1 0
## 1160 1 0
## 1161 1 0
## 1162 1 0
## 1163 1 0
## 1164 1 0
## 1165 1 0
## 1166 1 0
## 1167 1 0
## 1168 1 0
## 1169 1 0
## 1170 1 0
## 1171 0 0
## 1172 0 0
## 1173 0 0
## 1174 0 0
## 1175 0 0
## 1176 0 0
## 1177 0 0
## 1178 0 0
## 1179 0 0
## 1180 0 0
## 1181 0 0
## 1182 0 0
## 1183 0 0
## 1184 0 0
## 1185 0 0
## 1186 0 0
## 1187 0 0
## 1188 0 0
## 1189 0 0
## 1190 0 0
## 1191 0 0
## 1192 0 0
## 1193 0 0
## 1194 0 0
## 1195 0 0
## 1196 0 0
## 1197 0 0
## 1198 0 0
## 1199 0 0
## 1200 0 0
## 1201 0 0
## 1202 0 0
## 1203 0 0
## 1204 0 0
## 1205 0 0
## 1206 0 0
## 1207 0 0
## 1208 0 0
## 1209 0 0
## 1210 0 0
## 1211 0 0
## 1212 0 0
## 1213 0 0
## 1214 0 0
## 1215 0 0
## 1216 0 0
## 1217 0 0
## 1218 0 0
## 1219 0 0
## 1220 0 0
## 1221 0 0
## 1222 0 0
## 1223 0 0
## 1224 0 0
## 1225 0 0
## 1226 0 0
## 1227 0 0
## 1228 0 0
## 1229 0 0
## 1230 0 0
## 1231 0 0
## 1232 0 0
## 1233 0 0
## 1234 0 0
## 1235 0 0
## 1236 0 0
## 1237 0 0
## 1238 0 0
## 1239 0 0
## 1240 0 0
## 1241 0 0
## 1242 0 0
## 1243 0 0
## 1244 0 0
## 1245 0 0
## 1246 0 0
## 1247 0 0
## 1248 0 0
## 1249 0 0
## 1250 0 0
## 1251 0 0
## 1252 0 0
## 1253 0 0
## 1254 0 0
## 1255 0 0
## 1256 0 0
## 1257 0 0
## 1258 0 0
## 1259 0 0
## 1260 0 0
## 1261 0 0
## 1262 0 0
## 1263 0 0
## 1264 0 0
## 1265 0 0
## 1266 0 0
## 1267 0 0
## 1268 0 0
## 1269 0 0
## 1270 0 0
## 1271 0 0
## 1272 0 0
## 1273 1 0
## 1274 1 0
## 1275 1 0
## 1276 1 0
## 1277 1 0
## 1278 1 0
## 1279 1 0
## 1280 1 0
## 1281 1 0
## 1282 1 0
## 1283 1 0
## 1284 1 0
## 1285 1 0
## 1286 1 0
## 1287 1 0
## 1288 1 0
## 1289 1 0
## 1290 1 0
## 1291 1 0
## 1292 1 0
## 1293 1 0
## 1294 1 0
## 1295 1 0
## 1296 1 0
## 1297 1 0
## 1298 1 0
## 1299 1 0
## 1300 1 0
## 1301 1 0
## 1302 1 0
## 1303 1 0
## 1304 1 0
## 1305 1 0
## 1306 0 0
## 1307 0 0
## 1308 0 0
## 1309 0 0
## 1310 0 0
## 1311 0 0
## 1312 0 0
## 1313 0 0
## 1314 0 0
## 1315 0 0
## 1316 0 0
## 1317 0 0
## 1318 0 0
## 1319 0 0
## 1320 0 0
## 1321 0 0
## 1322 0 0
## 1323 0 0
## 1324 0 0
## 1325 0 0
## 1326 0 0
## 1327 0 0
## 1328 0 0
## 1329 0 0
## 1330 0 0
## 1331 0 0
## 1332 0 0
## 1333 0 0
## 1334 0 0
## 1335 0 0
## 1336 0 0
## 1337 0 0
## 1338 0 0
## 1339 0 0
## 1340 0 0
## 1341 0 0
## 1342 0 0
## 1343 0 0
## 1344 0 0
## 1345 0 0
## 1346 0 0
## 1347 0 0
## 1348 0 0
## 1349 0 0
## 1350 0 0
## 1351 0 0
## 1352 0 0
## 1353 0 0
## 1354 0 0
## 1355 0 0
## 1356 0 0
## 1357 0 0
## 1358 0 0
## 1359 0 0
## 1360 0 0
## 1361 0 0
## 1362 0 0
## 1363 0 0
## 1364 0 0
## 1365 0 0
## 1366 0 0
## 1367 0 0
## 1368 0 0
## 1369 0 0
## 1370 0 0
## 1371 0 0
## 1372 0 0
## 1373 0 0
## 1374 0 0
## 1375 0 0
## 1376 0 0
## 1377 0 0
## 1378 0 0
## 1379 0 0
## 1380 0 0
## 1381 0 0
## 1382 0 0
## 1383 0 0
## 1384 0 0
## 1385 0 0
## 1386 0 0
## 1387 0 0
## 1388 0 0
## 1389 0 0
## 1390 0 0
## 1391 0 0
## 1392 0 0
## 1393 0 0
## 1394 0 0
## 1395 0 0
## 1396 0 0
## 1397 0 0
## 1398 0 0
## 1399 0 0
## 1400 1 0
## 1401 1 0
## 1402 1 0
## 1403 1 0
## 1404 1 0
## 1405 1 0
## 1406 1 0
## 1407 1 0
## 1408 1 0
## 1409 1 0
## 1410 1 0
## 1411 1 0
## 1412 1 0
## 1413 1 0
## 1414 1 0
## 1415 1 0
## 1416 1 0
## 1417 1 0
## 1418 1 0
## 1419 1 0
## 1420 1 0
## 1421 1 0
## 1422 1 0
## 1423 1 0
## 1424 1 0
## 1425 1 0
## 1426 1 0
## 1427 1 0
## 1428 1 0
## 1429 1 0
## 1430 1 0
## 1431 1 0
## 1432 1 0
## 1433 1 0
## 1434 1 0
## 1435 1 0
## 1436 1 0
## 1437 1 0
## 1438 1 0
## 1439 1 1
## 1440 1 1
## 1441 1 1
## 1442 1 1
## 1443 1 1
## 1444 1 1
## 1445 1 1
## 1446 1 1
## 1447 1 1
## 1448 1 1
## 1449 1 1
## 1450 1 1
## 1451 1 1
## 1452 1 1
## 1453 1 1
## 1454 1 1
## 1455 1 1
## 1456 1 1
## 1457 1 1
## 1458 1 1
## 1459 1 1
## 1460 1 1
## 1461 1 1
## 1462 1 1
## 1463 1 1
## 1464 1 1
## 1465 1 1
## 1466 1 1
## 1467 1 1
## 1468 1 1
## 1469 1 1
## 1470 0 0
## self_reported_grades_other
## 1 0
## 2 0
## 3 0
## 4 0
## 5 0
## 6 0
## 7 0
## 8 0
## 9 0
## 10 0
## 11 0
## 12 0
## 13 0
## 14 0
## 15 0
## 16 0
## 17 0
## 18 0
## 19 0
## 20 0
## 21 0
## 22 0
## 23 0
## 24 0
## 25 0
## 26 0
## 27 0
## 28 0
## 29 0
## 30 0
## 31 0
## 32 0
## 33 0
## 34 0
## 35 0
## 36 0
## 37 0
## 38 0
## 39 0
## 40 0
## 41 0
## 42 0
## 43 0
## 44 0
## 45 0
## 46 0
## 47 0
## 48 0
## 49 0
## 50 0
## 51 0
## 52 0
## 53 0
## 54 0
## 55 0
## 56 0
## 57 0
## 58 0
## 59 0
## 60 0
## 61 0
## 62 0
## 63 0
## 64 0
## 65 0
## 66 0
## 67 0
## 68 0
## 69 0
## 70 0
## 71 0
## 72 0
## 73 0
## 74 0
## 75 0
## 76 0
## 77 0
## 78 0
## 79 0
## 80 0
## 81 0
## 82 0
## 83 0
## 84 0
## 85 0
## 86 0
## 87 0
## 88 0
## 89 0
## 90 0
## 91 0
## 92 0
## 93 0
## 94 0
## 95 0
## 96 0
## 97 0
## 98 0
## 99 0
## 100 0
## 101 0
## 102 0
## 103 0
## 104 0
## 105 0
## 106 0
## 107 0
## 108 0
## 109 0
## 110 0
## 111 0
## 112 0
## 113 0
## 114 0
## 115 0
## 116 0
## 117 0
## 118 0
## 119 0
## 120 0
## 121 0
## 122 0
## 123 0
## 124 0
## 125 0
## 126 0
## 127 0
## 128 0
## 129 0
## 130 0
## 131 0
## 132 0
## 133 0
## 134 0
## 135 0
## 136 0
## 137 0
## 138 0
## 139 0
## 140 0
## 141 0
## 142 0
## 143 0
## 144 0
## 145 0
## 146 0
## 147 0
## 148 0
## 149 0
## 150 0
## 151 0
## 152 0
## 153 0
## 154 0
## 155 0
## 156 0
## 157 0
## 158 0
## 159 0
## 160 0
## 161 0
## 162 0
## 163 0
## 164 0
## 165 0
## 166 0
## 167 0
## 168 0
## 169 0
## 170 0
## 171 0
## 172 0
## 173 0
## 174 0
## 175 0
## 176 0
## 177 0
## 178 0
## 179 0
## 180 0
## 181 0
## 182 0
## 183 0
## 184 0
## 185 0
## 186 0
## 187 0
## 188 0
## 189 0
## 190 0
## 191 0
## 192 0
## 193 0
## 194 0
## 195 0
## 196 0
## 197 0
## 198 0
## 199 0
## 200 0
## 201 0
## 202 0
## 203 0
## 204 0
## 205 0
## 206 0
## 207 0
## 208 0
## 209 0
## 210 0
## 211 0
## 212 0
## 213 0
## 214 0
## 215 0
## 216 0
## 217 0
## 218 0
## 219 0
## 220 0
## 221 0
## 222 0
## 223 0
## 224 0
## 225 0
## 226 0
## 227 0
## 228 0
## 229 0
## 230 0
## 231 0
## 232 0
## 233 0
## 234 0
## 235 0
## 236 0
## 237 0
## 238 0
## 239 0
## 240 0
## 241 0
## 242 0
## 243 0
## 244 0
## 245 0
## 246 0
## 247 0
## 248 0
## 249 0
## 250 0
## 251 0
## 252 0
## 253 0
## 254 0
## 255 0
## 256 0
## 257 0
## 258 0
## 259 0
## 260 0
## 261 0
## 262 0
## 263 0
## 264 0
## 265 0
## 266 0
## 267 0
## 268 0
## 269 0
## 270 0
## 271 0
## 272 0
## 273 0
## 274 0
## 275 0
## 276 0
## 277 0
## 278 0
## 279 0
## 280 0
## 281 0
## 282 0
## 283 0
## 284 0
## 285 0
## 286 0
## 287 0
## 288 0
## 289 0
## 290 0
## 291 0
## 292 0
## 293 0
## 294 0
## 295 0
## 296 0
## 297 0
## 298 0
## 299 0
## 300 0
## 301 0
## 302 0
## 303 0
## 304 0
## 305 0
## 306 0
## 307 0
## 308 0
## 309 0
## 310 0
## 311 0
## 312 0
## 313 0
## 314 0
## 315 0
## 316 0
## 317 0
## 318 0
## 319 0
## 320 0
## 321 0
## 322 0
## 323 0
## 324 0
## 325 0
## 326 0
## 327 0
## 328 0
## 329 0
## 330 0
## 331 0
## 332 0
## 333 0
## 334 0
## 335 0
## 336 0
## 337 0
## 338 0
## 339 0
## 340 0
## 341 0
## 342 0
## 343 0
## 344 0
## 345 0
## 346 0
## 347 0
## 348 0
## 349 0
## 350 0
## 351 0
## 352 0
## 353 0
## 354 0
## 355 0
## 356 0
## 357 0
## 358 0
## 359 0
## 360 0
## 361 0
## 362 0
## 363 0
## 364 0
## 365 0
## 366 0
## 367 0
## 368 0
## 369 0
## 370 0
## 371 0
## 372 0
## 373 0
## 374 0
## 375 0
## 376 0
## 377 0
## 378 0
## 379 0
## 380 0
## 381 0
## 382 0
## 383 0
## 384 0
## 385 0
## 386 0
## 387 0
## 388 0
## 389 0
## 390 0
## 391 0
## 392 0
## 393 0
## 394 0
## 395 0
## 396 0
## 397 0
## 398 0
## 399 0
## 400 0
## 401 0
## 402 0
## 403 0
## 404 0
## 405 0
## 406 0
## 407 0
## 408 0
## 409 0
## 410 0
## 411 0
## 412 0
## 413 0
## 414 0
## 415 0
## 416 0
## 417 0
## 418 0
## 419 0
## 420 0
## 421 0
## 422 0
## 423 0
## 424 0
## 425 0
## 426 0
## 427 0
## 428 0
## 429 0
## 430 0
## 431 0
## 432 0
## 433 0
## 434 0
## 435 0
## 436 0
## 437 0
## 438 0
## 439 0
## 440 0
## 441 0
## 442 0
## 443 0
## 444 0
## 445 0
## 446 0
## 447 0
## 448 0
## 449 0
## 450 0
## 451 0
## 452 0
## 453 0
## 454 0
## 455 0
## 456 0
## 457 0
## 458 0
## 459 0
## 460 0
## 461 0
## 462 0
## 463 0
## 464 0
## 465 0
## 466 0
## 467 0
## 468 0
## 469 0
## 470 0
## 471 0
## 472 0
## 473 0
## 474 0
## 475 0
## 476 0
## 477 0
## 478 0
## 479 0
## 480 0
## 481 0
## 482 0
## 483 0
## 484 0
## 485 0
## 486 0
## 487 0
## 488 0
## 489 0
## 490 0
## 491 0
## 492 0
## 493 0
## 494 0
## 495 0
## 496 0
## 497 0
## 498 0
## 499 0
## 500 0
## 501 0
## 502 0
## 503 0
## 504 0
## 505 0
## 506 0
## 507 0
## 508 0
## 509 0
## 510 0
## 511 0
## 512 0
## 513 0
## 514 0
## 515 0
## 516 0
## 517 0
## 518 0
## 519 0
## 520 0
## 521 0
## 522 0
## 523 0
## 524 0
## 525 0
## 526 0
## 527 0
## 528 0
## 529 0
## 530 0
## 531 0
## 532 0
## 533 0
## 534 0
## 535 0
## 536 0
## 537 0
## 538 0
## 539 0
## 540 0
## 541 0
## 542 0
## 543 0
## 544 0
## 545 0
## 546 0
## 547 0
## 548 0
## 549 0
## 550 0
## 551 0
## 552 0
## 553 0
## 554 0
## 555 0
## 556 0
## 557 0
## 558 0
## 559 0
## 560 0
## 561 0
## 562 0
## 563 0
## 564 0
## 565 0
## 566 0
## 567 0
## 568 0
## 569 0
## 570 0
## 571 0
## 572 0
## 573 0
## 574 0
## 575 0
## 576 0
## 577 0
## 578 0
## 579 0
## 580 0
## 581 0
## 582 0
## 583 0
## 584 0
## 585 0
## 586 0
## 587 0
## 588 0
## 589 0
## 590 0
## 591 0
## 592 0
## 593 0
## 594 0
## 595 0
## 596 0
## 597 0
## 598 0
## 599 0
## 600 0
## 601 0
## 602 0
## 603 0
## 604 0
## 605 0
## 606 0
## 607 0
## 608 0
## 609 0
## 610 0
## 611 0
## 612 0
## 613 0
## 614 0
## 615 0
## 616 0
## 617 0
## 618 0
## 619 0
## 620 0
## 621 0
## 622 0
## 623 0
## 624 0
## 625 0
## 626 0
## 627 0
## 628 0
## 629 0
## 630 0
## 631 0
## 632 0
## 633 0
## 634 0
## 635 0
## 636 0
## 637 1
## 638 1
## 639 1
## 640 1
## 641 1
## 642 1
## 643 1
## 644 1
## 645 1
## 646 1
## 647 1
## 648 1
## 649 1
## 650 1
## 651 1
## 652 1
## 653 1
## 654 0
## 655 0
## 656 0
## 657 0
## 658 0
## 659 0
## 660 0
## 661 0
## 662 0
## 663 0
## 664 0
## 665 0
## 666 0
## 667 0
## 668 0
## 669 0
## 670 0
## 671 0
## 672 0
## 673 0
## 674 0
## 675 0
## 676 0
## 677 0
## 678 0
## 679 0
## 680 0
## 681 0
## 682 0
## 683 0
## 684 0
## 685 0
## 686 0
## 687 0
## 688 0
## 689 0
## 690 0
## 691 0
## 692 0
## 693 0
## 694 0
## 695 0
## 696 0
## 697 0
## 698 0
## 699 0
## 700 0
## 701 0
## 702 0
## 703 0
## 704 0
## 705 0
## 706 0
## 707 0
## 708 0
## 709 0
## 710 0
## 711 0
## 712 0
## 713 0
## 714 0
## 715 0
## 716 0
## 717 0
## 718 0
## 719 0
## 720 0
## 721 0
## 722 0
## 723 0
## 724 0
## 725 0
## 726 0
## 727 0
## 728 0
## 729 0
## 730 0
## 731 0
## 732 0
## 733 0
## 734 0
## 735 0
## 736 0
## 737 0
## 738 0
## 739 0
## 740 0
## 741 0
## 742 0
## 743 0
## 744 0
## 745 0
## 746 0
## 747 0
## 748 0
## 749 0
## 750 0
## 751 0
## 752 0
## 753 0
## 754 0
## 755 0
## 756 0
## 757 0
## 758 0
## 759 0
## 760 0
## 761 0
## 762 0
## 763 0
## 764 0
## 765 0
## 766 0
## 767 0
## 768 0
## 769 0
## 770 0
## 771 0
## 772 0
## 773 0
## 774 0
## 775 0
## 776 0
## 777 0
## 778 0
## 779 0
## 780 0
## 781 0
## 782 0
## 783 0
## 784 0
## 785 0
## 786 0
## 787 0
## 788 0
## 789 0
## 790 0
## 791 0
## 792 0
## 793 0
## 794 0
## 795 0
## 796 0
## 797 0
## 798 0
## 799 0
## 800 0
## 801 0
## 802 0
## 803 0
## 804 0
## 805 0
## 806 0
## 807 0
## 808 0
## 809 0
## 810 0
## 811 0
## 812 0
## 813 0
## 814 0
## 815 0
## 816 0
## 817 0
## 818 0
## 819 0
## 820 0
## 821 0
## 822 0
## 823 0
## 824 0
## 825 0
## 826 0
## 827 0
## 828 0
## 829 0
## 830 0
## 831 0
## 832 0
## 833 0
## 834 0
## 835 0
## 836 0
## 837 0
## 838 0
## 839 0
## 840 0
## 841 0
## 842 0
## 843 0
## 844 0
## 845 0
## 846 0
## 847 0
## 848 0
## 849 0
## 850 0
## 851 0
## 852 0
## 853 0
## 854 0
## 855 0
## 856 0
## 857 0
## 858 0
## 859 0
## 860 0
## 861 0
## 862 0
## 863 0
## 864 0
## 865 0
## 866 0
## 867 0
## 868 0
## 869 0
## 870 0
## 871 0
## 872 0
## 873 0
## 874 0
## 875 0
## 876 0
## 877 0
## 878 0
## 879 0
## 880 0
## 881 0
## 882 0
## 883 0
## 884 0
## 885 0
## 886 0
## 887 0
## 888 0
## 889 0
## 890 0
## 891 0
## 892 0
## 893 0
## 894 0
## 895 0
## 896 0
## 897 0
## 898 0
## 899 0
## 900 0
## 901 0
## 902 0
## 903 0
## 904 0
## 905 0
## 906 0
## 907 0
## 908 0
## 909 0
## 910 0
## 911 0
## 912 0
## 913 0
## 914 0
## 915 0
## 916 0
## 917 0
## 918 0
## 919 0
## 920 0
## 921 0
## 922 0
## 923 0
## 924 0
## 925 0
## 926 0
## 927 0
## 928 0
## 929 0
## 930 0
## 931 0
## 932 0
## 933 0
## 934 0
## 935 0
## 936 0
## 937 0
## 938 0
## 939 0
## 940 0
## 941 0
## 942 0
## 943 0
## 944 0
## 945 0
## 946 0
## 947 0
## 948 0
## 949 0
## 950 0
## 951 0
## 952 0
## 953 0
## 954 0
## 955 0
## 956 0
## 957 0
## 958 0
## 959 0
## 960 0
## 961 0
## 962 0
## 963 0
## 964 0
## 965 0
## 966 0
## 967 0
## 968 0
## 969 0
## 970 0
## 971 0
## 972 0
## 973 0
## 974 0
## 975 0
## 976 0
## 977 0
## 978 0
## 979 0
## 980 0
## 981 0
## 982 0
## 983 0
## 984 0
## 985 0
## 986 0
## 987 0
## 988 0
## 989 0
## 990 0
## 991 0
## 992 0
## 993 0
## 994 0
## 995 0
## 996 0
## 997 0
## 998 0
## 999 0
## 1000 0
## 1001 0
## 1002 0
## 1003 0
## 1004 0
## 1005 0
## 1006 0
## 1007 0
## 1008 0
## 1009 0
## 1010 0
## 1011 0
## 1012 0
## 1013 0
## 1014 0
## 1015 0
## 1016 0
## 1017 0
## 1018 0
## 1019 0
## 1020 0
## 1021 0
## 1022 0
## 1023 0
## 1024 0
## 1025 0
## 1026 0
## 1027 0
## 1028 0
## 1029 0
## 1030 0
## 1031 0
## 1032 0
## 1033 0
## 1034 0
## 1035 0
## 1036 0
## 1037 0
## 1038 0
## 1039 0
## 1040 0
## 1041 0
## 1042 0
## 1043 0
## 1044 0
## 1045 0
## 1046 0
## 1047 0
## 1048 0
## 1049 0
## 1050 0
## 1051 0
## 1052 0
## 1053 0
## 1054 0
## 1055 0
## 1056 0
## 1057 0
## 1058 0
## 1059 0
## 1060 0
## 1061 0
## 1062 0
## 1063 0
## 1064 0
## 1065 0
## 1066 0
## 1067 0
## 1068 0
## 1069 0
## 1070 0
## 1071 0
## 1072 0
## 1073 0
## 1074 0
## 1075 0
## 1076 0
## 1077 0
## 1078 0
## 1079 0
## 1080 0
## 1081 0
## 1082 0
## 1083 0
## 1084 0
## 1085 0
## 1086 0
## 1087 0
## 1088 0
## 1089 0
## 1090 0
## 1091 0
## 1092 0
## 1093 0
## 1094 0
## 1095 0
## 1096 0
## 1097 0
## 1098 0
## 1099 0
## 1100 0
## 1101 0
## 1102 0
## 1103 0
## 1104 0
## 1105 0
## 1106 0
## 1107 0
## 1108 0
## 1109 0
## 1110 0
## 1111 0
## 1112 0
## 1113 0
## 1114 0
## 1115 0
## 1116 0
## 1117 0
## 1118 0
## 1119 0
## 1120 0
## 1121 0
## 1122 0
## 1123 0
## 1124 0
## 1125 0
## 1126 0
## 1127 0
## 1128 0
## 1129 0
## 1130 0
## 1131 0
## 1132 0
## 1133 0
## 1134 0
## 1135 0
## 1136 0
## 1137 0
## 1138 0
## 1139 0
## 1140 0
## 1141 0
## 1142 0
## 1143 0
## 1144 0
## 1145 0
## 1146 0
## 1147 0
## 1148 0
## 1149 0
## 1150 0
## 1151 0
## 1152 0
## 1153 0
## 1154 0
## 1155 0
## 1156 0
## 1157 0
## 1158 0
## 1159 0
## 1160 0
## 1161 0
## 1162 0
## 1163 0
## 1164 0
## 1165 0
## 1166 0
## 1167 0
## 1168 0
## 1169 0
## 1170 0
## 1171 0
## 1172 0
## 1173 0
## 1174 0
## 1175 0
## 1176 0
## 1177 0
## 1178 0
## 1179 0
## 1180 0
## 1181 0
## 1182 0
## 1183 0
## 1184 0
## 1185 0
## 1186 0
## 1187 0
## 1188 0
## 1189 0
## 1190 0
## 1191 0
## 1192 0
## 1193 0
## 1194 0
## 1195 0
## 1196 0
## 1197 0
## 1198 0
## 1199 0
## 1200 0
## 1201 0
## 1202 0
## 1203 0
## 1204 0
## 1205 0
## 1206 0
## 1207 0
## 1208 0
## 1209 0
## 1210 0
## 1211 0
## 1212 0
## 1213 0
## 1214 0
## 1215 0
## 1216 0
## 1217 0
## 1218 0
## 1219 0
## 1220 0
## 1221 0
## 1222 0
## 1223 0
## 1224 0
## 1225 0
## 1226 0
## 1227 0
## 1228 0
## 1229 0
## 1230 0
## 1231 0
## 1232 0
## 1233 0
## 1234 0
## 1235 0
## 1236 0
## 1237 0
## 1238 0
## 1239 0
## 1240 0
## 1241 0
## 1242 0
## 1243 0
## 1244 0
## 1245 0
## 1246 0
## 1247 0
## 1248 0
## 1249 0
## 1250 0
## 1251 0
## 1252 0
## 1253 0
## 1254 0
## 1255 0
## 1256 0
## 1257 0
## 1258 0
## 1259 0
## 1260 0
## 1261 0
## 1262 0
## 1263 0
## 1264 0
## 1265 0
## 1266 0
## 1267 0
## 1268 0
## 1269 0
## 1270 0
## 1271 0
## 1272 0
## 1273 0
## 1274 0
## 1275 0
## 1276 0
## 1277 0
## 1278 0
## 1279 0
## 1280 0
## 1281 0
## 1282 0
## 1283 0
## 1284 0
## 1285 0
## 1286 0
## 1287 0
## 1288 0
## 1289 0
## 1290 0
## 1291 0
## 1292 0
## 1293 0
## 1294 0
## 1295 0
## 1296 0
## 1297 0
## 1298 0
## 1299 0
## 1300 0
## 1301 0
## 1302 0
## 1303 0
## 1304 0
## 1305 0
## 1306 0
## 1307 0
## 1308 0
## 1309 0
## 1310 0
## 1311 0
## 1312 0
## 1313 0
## 1314 0
## 1315 0
## 1316 0
## 1317 0
## 1318 0
## 1319 0
## 1320 0
## 1321 0
## 1322 0
## 1323 0
## 1324 0
## 1325 0
## 1326 0
## 1327 0
## 1328 0
## 1329 0
## 1330 0
## 1331 0
## 1332 0
## 1333 0
## 1334 0
## 1335 0
## 1336 0
## 1337 0
## 1338 0
## 1339 0
## 1340 0
## 1341 0
## 1342 0
## 1343 0
## 1344 0
## 1345 0
## 1346 0
## 1347 0
## 1348 0
## 1349 0
## 1350 0
## 1351 0
## 1352 0
## 1353 0
## 1354 0
## 1355 0
## 1356 0
## 1357 0
## 1358 0
## 1359 0
## 1360 0
## 1361 0
## 1362 0
## 1363 0
## 1364 0
## 1365 0
## 1366 0
## 1367 0
## 1368 0
## 1369 0
## 1370 0
## 1371 0
## 1372 0
## 1373 0
## 1374 0
## 1375 0
## 1376 0
## 1377 0
## 1378 0
## 1379 0
## 1380 0
## 1381 0
## 1382 0
## 1383 0
## 1384 0
## 1385 0
## 1386 0
## 1387 0
## 1388 0
## 1389 0
## 1390 0
## 1391 0
## 1392 0
## 1393 0
## 1394 0
## 1395 0
## 1396 0
## 1397 0
## 1398 0
## 1399 0
## 1400 0
## 1401 0
## 1402 0
## 1403 0
## 1404 0
## 1405 0
## 1406 0
## 1407 0
## 1408 0
## 1409 0
## 1410 0
## 1411 0
## 1412 0
## 1413 0
## 1414 0
## 1415 0
## 1416 0
## 1417 0
## 1418 0
## 1419 0
## 1420 0
## 1421 0
## 1422 0
## 1423 0
## 1424 0
## 1425 0
## 1426 0
## 1427 0
## 1428 0
## 1429 0
## 1430 0
## 1431 0
## 1432 0
## 1433 0
## 1434 0
## 1435 0
## 1436 0
## 1437 0
## 1438 0
## 1439 0
## 1440 0
## 1441 0
## 1442 0
## 1443 0
## 1444 0
## 1445 0
## 1446 0
## 1447 0
## 1448 0
## 1449 0
## 1450 0
## 1451 0
## 1452 0
## 1453 0
## 1454 0
## 1455 0
## 1456 0
## 1457 0
## 1458 0
## 1459 0
## 1460 0
## 1461 0
## 1462 0
## 1463 0
## 1464 0
## 1465 0
## 1466 0
## 1467 0
## 1468 0
## 1469 0
## 1470 0
## self_reported_grades_other_text
## 1 <NA>
## 2 <NA>
## 3 <NA>
## 4 <NA>
## 5 <NA>
## 6 <NA>
## 7 <NA>
## 8 <NA>
## 9 <NA>
## 10 <NA>
## 11 <NA>
## 12 <NA>
## 13 <NA>
## 14 <NA>
## 15 <NA>
## 16 <NA>
## 17 <NA>
## 18 <NA>
## 19 <NA>
## 20 <NA>
## 21 <NA>
## 22 <NA>
## 23 <NA>
## 24 <NA>
## 25 <NA>
## 26 <NA>
## 27 <NA>
## 28 <NA>
## 29 <NA>
## 30 <NA>
## 31 <NA>
## 32 <NA>
## 33 <NA>
## 34 <NA>
## 35 <NA>
## 36 <NA>
## 37 <NA>
## 38 <NA>
## 39 <NA>
## 40 <NA>
## 41 <NA>
## 42 <NA>
## 43 <NA>
## 44 <NA>
## 45 <NA>
## 46 <NA>
## 47 <NA>
## 48 <NA>
## 49 <NA>
## 50 <NA>
## 51 <NA>
## 52 <NA>
## 53 <NA>
## 54 <NA>
## 55 <NA>
## 56 <NA>
## 57 <NA>
## 58 <NA>
## 59 <NA>
## 60 <NA>
## 61 <NA>
## 62 <NA>
## 63 <NA>
## 64 <NA>
## 65 <NA>
## 66 <NA>
## 67 <NA>
## 68 <NA>
## 69 <NA>
## 70 <NA>
## 71 <NA>
## 72 <NA>
## 73 <NA>
## 74 <NA>
## 75 <NA>
## 76 <NA>
## 77 <NA>
## 78 <NA>
## 79 <NA>
## 80 <NA>
## 81 <NA>
## 82 <NA>
## 83 <NA>
## 84 <NA>
## 85 <NA>
## 86 <NA>
## 87 <NA>
## 88 <NA>
## 89 <NA>
## 90 <NA>
## 91 <NA>
## 92 <NA>
## 93 <NA>
## 94 <NA>
## 95 <NA>
## 96 <NA>
## 97 <NA>
## 98 <NA>
## 99 <NA>
## 100 <NA>
## 101 <NA>
## 102 <NA>
## 103 <NA>
## 104 <NA>
## 105 <NA>
## 106 <NA>
## 107 <NA>
## 108 <NA>
## 109 <NA>
## 110 <NA>
## 111 <NA>
## 112 <NA>
## 113 <NA>
## 114 <NA>
## 115 <NA>
## 116 <NA>
## 117 <NA>
## 118 <NA>
## 119 <NA>
## 120 <NA>
## 121 <NA>
## 122 <NA>
## 123 <NA>
## 124 <NA>
## 125 <NA>
## 126 <NA>
## 127 <NA>
## 128 <NA>
## 129 <NA>
## 130 <NA>
## 131 <NA>
## 132 <NA>
## 133 <NA>
## 134 <NA>
## 135 <NA>
## 136 <NA>
## 137 <NA>
## 138 <NA>
## 139 <NA>
## 140 <NA>
## 141 <NA>
## 142 <NA>
## 143 <NA>
## 144 <NA>
## 145 <NA>
## 146 <NA>
## 147 <NA>
## 148 <NA>
## 149 <NA>
## 150 <NA>
## 151 <NA>
## 152 <NA>
## 153 <NA>
## 154 <NA>
## 155 <NA>
## 156 <NA>
## 157 <NA>
## 158 <NA>
## 159 <NA>
## 160 <NA>
## 161 <NA>
## 162 <NA>
## 163 <NA>
## 164 <NA>
## 165 <NA>
## 166 <NA>
## 167 <NA>
## 168 <NA>
## 169 <NA>
## 170 <NA>
## 171 <NA>
## 172 <NA>
## 173 <NA>
## 174 <NA>
## 175 <NA>
## 176 <NA>
## 177 <NA>
## 178 <NA>
## 179 <NA>
## 180 <NA>
## 181 <NA>
## 182 <NA>
## 183 <NA>
## 184 <NA>
## 185 <NA>
## 186 <NA>
## 187 <NA>
## 188 <NA>
## 189 <NA>
## 190 <NA>
## 191 <NA>
## 192 <NA>
## 193 <NA>
## 194 <NA>
## 195 <NA>
## 196 <NA>
## 197 <NA>
## 198 <NA>
## 199 <NA>
## 200 <NA>
## 201 <NA>
## 202 <NA>
## 203 <NA>
## 204 <NA>
## 205 <NA>
## 206 <NA>
## 207 <NA>
## 208 <NA>
## 209 <NA>
## 210 <NA>
## 211 <NA>
## 212 <NA>
## 213 <NA>
## 214 <NA>
## 215 <NA>
## 216 <NA>
## 217 <NA>
## 218 <NA>
## 219 <NA>
## 220 <NA>
## 221 <NA>
## 222 <NA>
## 223 <NA>
## 224 <NA>
## 225 <NA>
## 226 <NA>
## 227 <NA>
## 228 <NA>
## 229 <NA>
## 230 <NA>
## 231 <NA>
## 232 <NA>
## 233 <NA>
## 234 <NA>
## 235 <NA>
## 236 <NA>
## 237 <NA>
## 238 <NA>
## 239 <NA>
## 240 <NA>
## 241 <NA>
## 242 <NA>
## 243 <NA>
## 244 <NA>
## 245 <NA>
## 246 <NA>
## 247 <NA>
## 248 <NA>
## 249 <NA>
## 250 <NA>
## 251 <NA>
## 252 <NA>
## 253 <NA>
## 254 <NA>
## 255 <NA>
## 256 <NA>
## 257 <NA>
## 258 <NA>
## 259 <NA>
## 260 <NA>
## 261 <NA>
## 262 <NA>
## 263 <NA>
## 264 <NA>
## 265 <NA>
## 266 <NA>
## 267 <NA>
## 268 <NA>
## 269 <NA>
## 270 <NA>
## 271 <NA>
## 272 <NA>
## 273 <NA>
## 274 <NA>
## 275 <NA>
## 276 <NA>
## 277 <NA>
## 278 <NA>
## 279 <NA>
## 280 <NA>
## 281 <NA>
## 282 <NA>
## 283 <NA>
## 284 <NA>
## 285 <NA>
## 286 <NA>
## 287 <NA>
## 288 <NA>
## 289 <NA>
## 290 <NA>
## 291 <NA>
## 292 <NA>
## 293 <NA>
## 294 <NA>
## 295 <NA>
## 296 <NA>
## 297 <NA>
## 298 <NA>
## 299 <NA>
## 300 <NA>
## 301 <NA>
## 302 <NA>
## 303 <NA>
## 304 <NA>
## 305 <NA>
## 306 <NA>
## 307 <NA>
## 308 <NA>
## 309 <NA>
## 310 <NA>
## 311 <NA>
## 312 <NA>
## 313 <NA>
## 314 <NA>
## 315 <NA>
## 316 <NA>
## 317 <NA>
## 318 <NA>
## 319 <NA>
## 320 <NA>
## 321 <NA>
## 322 <NA>
## 323 <NA>
## 324 <NA>
## 325 <NA>
## 326 <NA>
## 327 <NA>
## 328 <NA>
## 329 <NA>
## 330 <NA>
## 331 <NA>
## 332 <NA>
## 333 <NA>
## 334 <NA>
## 335 <NA>
## 336 <NA>
## 337 <NA>
## 338 <NA>
## 339 <NA>
## 340 <NA>
## 341 <NA>
## 342 <NA>
## 343 <NA>
## 344 <NA>
## 345 <NA>
## 346 <NA>
## 347 <NA>
## 348 <NA>
## 349 <NA>
## 350 <NA>
## 351 <NA>
## 352 <NA>
## 353 <NA>
## 354 <NA>
## 355 <NA>
## 356 <NA>
## 357 <NA>
## 358 <NA>
## 359 <NA>
## 360 <NA>
## 361 <NA>
## 362 <NA>
## 363 <NA>
## 364 <NA>
## 365 <NA>
## 366 <NA>
## 367 <NA>
## 368 <NA>
## 369 <NA>
## 370 <NA>
## 371 <NA>
## 372 <NA>
## 373 <NA>
## 374 <NA>
## 375 <NA>
## 376 <NA>
## 377 <NA>
## 378 <NA>
## 379 <NA>
## 380 <NA>
## 381 <NA>
## 382 <NA>
## 383 <NA>
## 384 <NA>
## 385 <NA>
## 386 <NA>
## 387 <NA>
## 388 <NA>
## 389 <NA>
## 390 <NA>
## 391 <NA>
## 392 <NA>
## 393 <NA>
## 394 <NA>
## 395 <NA>
## 396 <NA>
## 397 <NA>
## 398 <NA>
## 399 <NA>
## 400 <NA>
## 401 <NA>
## 402 <NA>
## 403 <NA>
## 404 <NA>
## 405 <NA>
## 406 <NA>
## 407 <NA>
## 408 <NA>
## 409 <NA>
## 410 <NA>
## 411 <NA>
## 412 <NA>
## 413 <NA>
## 414 <NA>
## 415 <NA>
## 416 <NA>
## 417 <NA>
## 418 <NA>
## 419 <NA>
## 420 <NA>
## 421 <NA>
## 422 <NA>
## 423 <NA>
## 424 <NA>
## 425 <NA>
## 426 <NA>
## 427 <NA>
## 428 <NA>
## 429 <NA>
## 430 <NA>
## 431 <NA>
## 432 <NA>
## 433 <NA>
## 434 <NA>
## 435 <NA>
## 436 <NA>
## 437 <NA>
## 438 <NA>
## 439 <NA>
## 440 <NA>
## 441 <NA>
## 442 <NA>
## 443 <NA>
## 444 <NA>
## 445 <NA>
## 446 <NA>
## 447 <NA>
## 448 <NA>
## 449 <NA>
## 450 <NA>
## 451 <NA>
## 452 <NA>
## 453 <NA>
## 454 <NA>
## 455 <NA>
## 456 <NA>
## 457 <NA>
## 458 <NA>
## 459 <NA>
## 460 <NA>
## 461 <NA>
## 462 <NA>
## 463 <NA>
## 464 <NA>
## 465 <NA>
## 466 <NA>
## 467 <NA>
## 468 <NA>
## 469 <NA>
## 470 <NA>
## 471 <NA>
## 472 <NA>
## 473 <NA>
## 474 <NA>
## 475 <NA>
## 476 <NA>
## 477 <NA>
## 478 <NA>
## 479 <NA>
## 480 <NA>
## 481 <NA>
## 482 <NA>
## 483 <NA>
## 484 <NA>
## 485 <NA>
## 486 <NA>
## 487 <NA>
## 488 <NA>
## 489 <NA>
## 490 <NA>
## 491 <NA>
## 492 <NA>
## 493 <NA>
## 494 <NA>
## 495 <NA>
## 496 <NA>
## 497 <NA>
## 498 <NA>
## 499 <NA>
## 500 <NA>
## 501 <NA>
## 502 <NA>
## 503 <NA>
## 504 <NA>
## 505 <NA>
## 506 <NA>
## 507 <NA>
## 508 <NA>
## 509 <NA>
## 510 <NA>
## 511 <NA>
## 512 <NA>
## 513 <NA>
## 514 <NA>
## 515 <NA>
## 516 <NA>
## 517 <NA>
## 518 <NA>
## 519 <NA>
## 520 <NA>
## 521 <NA>
## 522 <NA>
## 523 <NA>
## 524 <NA>
## 525 <NA>
## 526 <NA>
## 527 <NA>
## 528 <NA>
## 529 <NA>
## 530 <NA>
## 531 <NA>
## 532 <NA>
## 533 <NA>
## 534 <NA>
## 535 <NA>
## 536 <NA>
## 537 <NA>
## 538 <NA>
## 539 <NA>
## 540 <NA>
## 541 <NA>
## 542 <NA>
## 543 <NA>
## 544 <NA>
## 545 <NA>
## 546 <NA>
## 547 <NA>
## 548 <NA>
## 549 <NA>
## 550 <NA>
## 551 <NA>
## 552 <NA>
## 553 <NA>
## 554 <NA>
## 555 <NA>
## 556 <NA>
## 557 <NA>
## 558 <NA>
## 559 <NA>
## 560 <NA>
## 561 <NA>
## 562 <NA>
## 563 <NA>
## 564 <NA>
## 565 <NA>
## 566 <NA>
## 567 <NA>
## 568 <NA>
## 569 <NA>
## 570 <NA>
## 571 <NA>
## 572 <NA>
## 573 <NA>
## 574 <NA>
## 575 <NA>
## 576 <NA>
## 577 <NA>
## 578 <NA>
## 579 <NA>
## 580 <NA>
## 581 <NA>
## 582 <NA>
## 583 <NA>
## 584 <NA>
## 585 <NA>
## 586 <NA>
## 587 <NA>
## 588 <NA>
## 589 <NA>
## 590 <NA>
## 591 <NA>
## 592 <NA>
## 593 <NA>
## 594 <NA>
## 595 <NA>
## 596 <NA>
## 597 <NA>
## 598 <NA>
## 599 <NA>
## 600 <NA>
## 601 <NA>
## 602 <NA>
## 603 <NA>
## 604 <NA>
## 605 <NA>
## 606 <NA>
## 607 <NA>
## 608 <NA>
## 609 <NA>
## 610 <NA>
## 611 <NA>
## 612 <NA>
## 613 <NA>
## 614 <NA>
## 615 <NA>
## 616 <NA>
## 617 <NA>
## 618 <NA>
## 619 <NA>
## 620 <NA>
## 621 <NA>
## 622 <NA>
## 623 <NA>
## 624 <NA>
## 625 <NA>
## 626 <NA>
## 627 <NA>
## 628 <NA>
## 629 <NA>
## 630 <NA>
## 631 <NA>
## 632 <NA>
## 633 <NA>
## 634 <NA>
## 635 <NA>
## 636 <NA>
## 637 We are still growing to full scale. We will ultimate serve students in grades 6 to 12.
## 638 We are still growing to full scale. We will ultimate serve students in grades 6 to 12.
## 639 We are still growing to full scale. We will ultimate serve students in grades 6 to 12.
## 640 We are still growing to full scale. We will ultimate serve students in grades 6 to 12.
## 641 We are still growing to full scale. We will ultimate serve students in grades 6 to 12.
## 642 We are still growing to full scale. We will ultimate serve students in grades 6 to 12.
## 643 We are still growing to full scale. We will ultimate serve students in grades 6 to 12.
## 644 We are still growing to full scale. We will ultimate serve students in grades 6 to 12.
## 645 We are still growing to full scale. We will ultimate serve students in grades 6 to 12.
## 646 We are still growing to full scale. We will ultimate serve students in grades 6 to 12.
## 647 We are still growing to full scale. We will ultimate serve students in grades 6 to 12.
## 648 We are still growing to full scale. We will ultimate serve students in grades 6 to 12.
## 649 We are still growing to full scale. We will ultimate serve students in grades 6 to 12.
## 650 We are still growing to full scale. We will ultimate serve students in grades 6 to 12.
## 651 We are still growing to full scale. We will ultimate serve students in grades 6 to 12.
## 652 We are still growing to full scale. We will ultimate serve students in grades 6 to 12.
## 653 We are still growing to full scale. We will ultimate serve students in grades 6 to 12.
## 654 <NA>
## 655 <NA>
## 656 <NA>
## 657 <NA>
## 658 <NA>
## 659 <NA>
## 660 <NA>
## 661 <NA>
## 662 <NA>
## 663 <NA>
## 664 <NA>
## 665 <NA>
## 666 <NA>
## 667 <NA>
## 668 <NA>
## 669 <NA>
## 670 <NA>
## 671 <NA>
## 672 <NA>
## 673 <NA>
## 674 <NA>
## 675 <NA>
## 676 <NA>
## 677 <NA>
## 678 <NA>
## 679 <NA>
## 680 <NA>
## 681 <NA>
## 682 <NA>
## 683 <NA>
## 684 <NA>
## 685 <NA>
## 686 <NA>
## 687 <NA>
## 688 <NA>
## 689 <NA>
## 690 <NA>
## 691 <NA>
## 692 <NA>
## 693 <NA>
## 694 <NA>
## 695 <NA>
## 696 <NA>
## 697 <NA>
## 698 <NA>
## 699 <NA>
## 700 <NA>
## 701 <NA>
## 702 <NA>
## 703 <NA>
## 704 <NA>
## 705 <NA>
## 706 <NA>
## 707 <NA>
## 708 <NA>
## 709 <NA>
## 710 <NA>
## 711 <NA>
## 712 <NA>
## 713 <NA>
## 714 <NA>
## 715 <NA>
## 716 <NA>
## 717 <NA>
## 718 <NA>
## 719 <NA>
## 720 <NA>
## 721 <NA>
## 722 <NA>
## 723 <NA>
## 724 <NA>
## 725 <NA>
## 726 <NA>
## 727 <NA>
## 728 <NA>
## 729 <NA>
## 730 <NA>
## 731 <NA>
## 732 <NA>
## 733 <NA>
## 734 <NA>
## 735 <NA>
## 736 <NA>
## 737 <NA>
## 738 <NA>
## 739 <NA>
## 740 <NA>
## 741 <NA>
## 742 <NA>
## 743 <NA>
## 744 <NA>
## 745 <NA>
## 746 <NA>
## 747 <NA>
## 748 <NA>
## 749 <NA>
## 750 <NA>
## 751 <NA>
## 752 <NA>
## 753 <NA>
## 754 <NA>
## 755 <NA>
## 756 <NA>
## 757 <NA>
## 758 <NA>
## 759 <NA>
## 760 <NA>
## 761 <NA>
## 762 <NA>
## 763 <NA>
## 764 <NA>
## 765 <NA>
## 766 <NA>
## 767 <NA>
## 768 <NA>
## 769 <NA>
## 770 <NA>
## 771 <NA>
## 772 <NA>
## 773 <NA>
## 774 <NA>
## 775 <NA>
## 776 <NA>
## 777 <NA>
## 778 <NA>
## 779 <NA>
## 780 <NA>
## 781 <NA>
## 782 <NA>
## 783 <NA>
## 784 <NA>
## 785 <NA>
## 786 <NA>
## 787 <NA>
## 788 <NA>
## 789 <NA>
## 790 <NA>
## 791 <NA>
## 792 <NA>
## 793 <NA>
## 794 <NA>
## 795 <NA>
## 796 <NA>
## 797 <NA>
## 798 <NA>
## 799 <NA>
## 800 <NA>
## 801 <NA>
## 802 <NA>
## 803 <NA>
## 804 <NA>
## 805 <NA>
## 806 <NA>
## 807 <NA>
## 808 <NA>
## 809 <NA>
## 810 <NA>
## 811 <NA>
## 812 <NA>
## 813 <NA>
## 814 <NA>
## 815 <NA>
## 816 <NA>
## 817 <NA>
## 818 <NA>
## 819 <NA>
## 820 <NA>
## 821 <NA>
## 822 <NA>
## 823 <NA>
## 824 <NA>
## 825 <NA>
## 826 <NA>
## 827 <NA>
## 828 <NA>
## 829 <NA>
## 830 <NA>
## 831 <NA>
## 832 <NA>
## 833 <NA>
## 834 <NA>
## 835 <NA>
## 836 <NA>
## 837 <NA>
## 838 <NA>
## 839 <NA>
## 840 <NA>
## 841 <NA>
## 842 <NA>
## 843 <NA>
## 844 <NA>
## 845 <NA>
## 846 <NA>
## 847 <NA>
## 848 <NA>
## 849 <NA>
## 850 <NA>
## 851 <NA>
## 852 <NA>
## 853 <NA>
## 854 <NA>
## 855 <NA>
## 856 <NA>
## 857 <NA>
## 858 <NA>
## 859 <NA>
## 860 <NA>
## 861 <NA>
## 862 <NA>
## 863 <NA>
## 864 <NA>
## 865 <NA>
## 866 <NA>
## 867 <NA>
## 868 <NA>
## 869 <NA>
## 870 <NA>
## 871 <NA>
## 872 <NA>
## 873 <NA>
## 874 <NA>
## 875 <NA>
## 876 <NA>
## 877 <NA>
## 878 <NA>
## 879 <NA>
## 880 <NA>
## 881 <NA>
## 882 <NA>
## 883 <NA>
## 884 <NA>
## 885 <NA>
## 886 <NA>
## 887 <NA>
## 888 <NA>
## 889 <NA>
## 890 <NA>
## 891 <NA>
## 892 <NA>
## 893 <NA>
## 894 <NA>
## 895 <NA>
## 896 <NA>
## 897 <NA>
## 898 <NA>
## 899 <NA>
## 900 <NA>
## 901 <NA>
## 902 <NA>
## 903 <NA>
## 904 <NA>
## 905 <NA>
## 906 <NA>
## 907 <NA>
## 908 <NA>
## 909 <NA>
## 910 <NA>
## 911 <NA>
## 912 <NA>
## 913 <NA>
## 914 <NA>
## 915 <NA>
## 916 <NA>
## 917 <NA>
## 918 <NA>
## 919 <NA>
## 920 <NA>
## 921 <NA>
## 922 <NA>
## 923 <NA>
## 924 <NA>
## 925 <NA>
## 926 <NA>
## 927 <NA>
## 928 <NA>
## 929 <NA>
## 930 <NA>
## 931 <NA>
## 932 <NA>
## 933 <NA>
## 934 <NA>
## 935 <NA>
## 936 <NA>
## 937 <NA>
## 938 <NA>
## 939 <NA>
## 940 <NA>
## 941 <NA>
## 942 <NA>
## 943 <NA>
## 944 <NA>
## 945 <NA>
## 946 <NA>
## 947 <NA>
## 948 <NA>
## 949 <NA>
## 950 <NA>
## 951 <NA>
## 952 <NA>
## 953 <NA>
## 954 <NA>
## 955 <NA>
## 956 <NA>
## 957 <NA>
## 958 <NA>
## 959 <NA>
## 960 <NA>
## 961 <NA>
## 962 <NA>
## 963 <NA>
## 964 <NA>
## 965 <NA>
## 966 <NA>
## 967 <NA>
## 968 <NA>
## 969 <NA>
## 970 <NA>
## 971 <NA>
## 972 <NA>
## 973 <NA>
## 974 <NA>
## 975 <NA>
## 976 <NA>
## 977 <NA>
## 978 <NA>
## 979 <NA>
## 980 <NA>
## 981 <NA>
## 982 <NA>
## 983 <NA>
## 984 <NA>
## 985 <NA>
## 986 <NA>
## 987 <NA>
## 988 <NA>
## 989 <NA>
## 990 <NA>
## 991 <NA>
## 992 <NA>
## 993 <NA>
## 994 <NA>
## 995 <NA>
## 996 <NA>
## 997 <NA>
## 998 <NA>
## 999 <NA>
## 1000 <NA>
## 1001 <NA>
## 1002 <NA>
## 1003 <NA>
## 1004 <NA>
## 1005 <NA>
## 1006 <NA>
## 1007 <NA>
## 1008 <NA>
## 1009 <NA>
## 1010 <NA>
## 1011 <NA>
## 1012 <NA>
## 1013 <NA>
## 1014 <NA>
## 1015 <NA>
## 1016 <NA>
## 1017 <NA>
## 1018 <NA>
## 1019 <NA>
## 1020 <NA>
## 1021 <NA>
## 1022 <NA>
## 1023 <NA>
## 1024 <NA>
## 1025 <NA>
## 1026 <NA>
## 1027 <NA>
## 1028 <NA>
## 1029 <NA>
## 1030 <NA>
## 1031 <NA>
## 1032 <NA>
## 1033 <NA>
## 1034 <NA>
## 1035 <NA>
## 1036 <NA>
## 1037 <NA>
## 1038 <NA>
## 1039 <NA>
## 1040 <NA>
## 1041 <NA>
## 1042 <NA>
## 1043 <NA>
## 1044 <NA>
## 1045 <NA>
## 1046 <NA>
## 1047 <NA>
## 1048 <NA>
## 1049 <NA>
## 1050 <NA>
## 1051 <NA>
## 1052 <NA>
## 1053 <NA>
## 1054 <NA>
## 1055 <NA>
## 1056 <NA>
## 1057 <NA>
## 1058 <NA>
## 1059 <NA>
## 1060 <NA>
## 1061 <NA>
## 1062 <NA>
## 1063 <NA>
## 1064 <NA>
## 1065 <NA>
## 1066 <NA>
## 1067 <NA>
## 1068 <NA>
## 1069 <NA>
## 1070 <NA>
## 1071 <NA>
## 1072 <NA>
## 1073 <NA>
## 1074 <NA>
## 1075 <NA>
## 1076 <NA>
## 1077 <NA>
## 1078 <NA>
## 1079 <NA>
## 1080 <NA>
## 1081 <NA>
## 1082 <NA>
## 1083 <NA>
## 1084 <NA>
## 1085 <NA>
## 1086 <NA>
## 1087 <NA>
## 1088 <NA>
## 1089 <NA>
## 1090 <NA>
## 1091 <NA>
## 1092 <NA>
## 1093 <NA>
## 1094 <NA>
## 1095 <NA>
## 1096 <NA>
## 1097 <NA>
## 1098 <NA>
## 1099 <NA>
## 1100 <NA>
## 1101 <NA>
## 1102 <NA>
## 1103 <NA>
## 1104 <NA>
## 1105 <NA>
## 1106 <NA>
## 1107 <NA>
## 1108 <NA>
## 1109 <NA>
## 1110 <NA>
## 1111 <NA>
## 1112 <NA>
## 1113 <NA>
## 1114 <NA>
## 1115 <NA>
## 1116 <NA>
## 1117 <NA>
## 1118 <NA>
## 1119 <NA>
## 1120 <NA>
## 1121 <NA>
## 1122 <NA>
## 1123 <NA>
## 1124 <NA>
## 1125 <NA>
## 1126 <NA>
## 1127 <NA>
## 1128 <NA>
## 1129 <NA>
## 1130 <NA>
## 1131 <NA>
## 1132 <NA>
## 1133 <NA>
## 1134 <NA>
## 1135 <NA>
## 1136 <NA>
## 1137 <NA>
## 1138 <NA>
## 1139 <NA>
## 1140 <NA>
## 1141 <NA>
## 1142 <NA>
## 1143 <NA>
## 1144 <NA>
## 1145 <NA>
## 1146 <NA>
## 1147 <NA>
## 1148 <NA>
## 1149 <NA>
## 1150 <NA>
## 1151 <NA>
## 1152 <NA>
## 1153 <NA>
## 1154 <NA>
## 1155 <NA>
## 1156 <NA>
## 1157 <NA>
## 1158 <NA>
## 1159 <NA>
## 1160 <NA>
## 1161 <NA>
## 1162 <NA>
## 1163 <NA>
## 1164 <NA>
## 1165 <NA>
## 1166 <NA>
## 1167 <NA>
## 1168 <NA>
## 1169 <NA>
## 1170 <NA>
## 1171 <NA>
## 1172 <NA>
## 1173 <NA>
## 1174 <NA>
## 1175 <NA>
## 1176 <NA>
## 1177 <NA>
## 1178 <NA>
## 1179 <NA>
## 1180 <NA>
## 1181 <NA>
## 1182 <NA>
## 1183 <NA>
## 1184 <NA>
## 1185 <NA>
## 1186 <NA>
## 1187 <NA>
## 1188 <NA>
## 1189 <NA>
## 1190 <NA>
## 1191 <NA>
## 1192 <NA>
## 1193 <NA>
## 1194 <NA>
## 1195 <NA>
## 1196 <NA>
## 1197 <NA>
## 1198 <NA>
## 1199 <NA>
## 1200 <NA>
## 1201 <NA>
## 1202 <NA>
## 1203 <NA>
## 1204 <NA>
## 1205 <NA>
## 1206 <NA>
## 1207 <NA>
## 1208 <NA>
## 1209 <NA>
## 1210 <NA>
## 1211 <NA>
## 1212 <NA>
## 1213 <NA>
## 1214 <NA>
## 1215 <NA>
## 1216 <NA>
## 1217 <NA>
## 1218 <NA>
## 1219 <NA>
## 1220 <NA>
## 1221 <NA>
## 1222 <NA>
## 1223 <NA>
## 1224 <NA>
## 1225 <NA>
## 1226 <NA>
## 1227 <NA>
## 1228 <NA>
## 1229 <NA>
## 1230 <NA>
## 1231 <NA>
## 1232 <NA>
## 1233 <NA>
## 1234 <NA>
## 1235 <NA>
## 1236 <NA>
## 1237 <NA>
## 1238 <NA>
## 1239 <NA>
## 1240 <NA>
## 1241 <NA>
## 1242 <NA>
## 1243 <NA>
## 1244 <NA>
## 1245 <NA>
## 1246 <NA>
## 1247 <NA>
## 1248 <NA>
## 1249 <NA>
## 1250 <NA>
## 1251 <NA>
## 1252 <NA>
## 1253 <NA>
## 1254 <NA>
## 1255 <NA>
## 1256 <NA>
## 1257 <NA>
## 1258 <NA>
## 1259 <NA>
## 1260 <NA>
## 1261 <NA>
## 1262 <NA>
## 1263 <NA>
## 1264 <NA>
## 1265 <NA>
## 1266 <NA>
## 1267 <NA>
## 1268 <NA>
## 1269 <NA>
## 1270 <NA>
## 1271 <NA>
## 1272 <NA>
## 1273 <NA>
## 1274 <NA>
## 1275 <NA>
## 1276 <NA>
## 1277 <NA>
## 1278 <NA>
## 1279 <NA>
## 1280 <NA>
## 1281 <NA>
## 1282 <NA>
## 1283 <NA>
## 1284 <NA>
## 1285 <NA>
## 1286 <NA>
## 1287 <NA>
## 1288 <NA>
## 1289 <NA>
## 1290 <NA>
## 1291 <NA>
## 1292 <NA>
## 1293 <NA>
## 1294 <NA>
## 1295 <NA>
## 1296 <NA>
## 1297 <NA>
## 1298 <NA>
## 1299 <NA>
## 1300 <NA>
## 1301 <NA>
## 1302 <NA>
## 1303 <NA>
## 1304 <NA>
## 1305 <NA>
## 1306 <NA>
## 1307 <NA>
## 1308 <NA>
## 1309 <NA>
## 1310 <NA>
## 1311 <NA>
## 1312 <NA>
## 1313 <NA>
## 1314 <NA>
## 1315 <NA>
## 1316 <NA>
## 1317 <NA>
## 1318 <NA>
## 1319 <NA>
## 1320 <NA>
## 1321 <NA>
## 1322 <NA>
## 1323 <NA>
## 1324 <NA>
## 1325 <NA>
## 1326 <NA>
## 1327 <NA>
## 1328 <NA>
## 1329 <NA>
## 1330 <NA>
## 1331 <NA>
## 1332 <NA>
## 1333 <NA>
## 1334 <NA>
## 1335 <NA>
## 1336 <NA>
## 1337 <NA>
## 1338 <NA>
## 1339 <NA>
## 1340 <NA>
## 1341 <NA>
## 1342 <NA>
## 1343 <NA>
## 1344 <NA>
## 1345 <NA>
## 1346 <NA>
## 1347 <NA>
## 1348 <NA>
## 1349 <NA>
## 1350 <NA>
## 1351 <NA>
## 1352 <NA>
## 1353 <NA>
## 1354 <NA>
## 1355 <NA>
## 1356 <NA>
## 1357 <NA>
## 1358 <NA>
## 1359 <NA>
## 1360 <NA>
## 1361 <NA>
## 1362 <NA>
## 1363 <NA>
## 1364 <NA>
## 1365 <NA>
## 1366 <NA>
## 1367 <NA>
## 1368 <NA>
## 1369 <NA>
## 1370 <NA>
## 1371 <NA>
## 1372 <NA>
## 1373 <NA>
## 1374 <NA>
## 1375 <NA>
## 1376 <NA>
## 1377 <NA>
## 1378 <NA>
## 1379 <NA>
## 1380 <NA>
## 1381 <NA>
## 1382 <NA>
## 1383 <NA>
## 1384 <NA>
## 1385 <NA>
## 1386 <NA>
## 1387 <NA>
## 1388 <NA>
## 1389 <NA>
## 1390 <NA>
## 1391 <NA>
## 1392 <NA>
## 1393 <NA>
## 1394 <NA>
## 1395 <NA>
## 1396 <NA>
## 1397 <NA>
## 1398 <NA>
## 1399 <NA>
## 1400 <NA>
## 1401 <NA>
## 1402 <NA>
## 1403 <NA>
## 1404 <NA>
## 1405 <NA>
## 1406 <NA>
## 1407 <NA>
## 1408 <NA>
## 1409 <NA>
## 1410 <NA>
## 1411 <NA>
## 1412 <NA>
## 1413 <NA>
## 1414 <NA>
## 1415 <NA>
## 1416 <NA>
## 1417 <NA>
## 1418 <NA>
## 1419 <NA>
## 1420 <NA>
## 1421 <NA>
## 1422 <NA>
## 1423 <NA>
## 1424 <NA>
## 1425 <NA>
## 1426 <NA>
## 1427 <NA>
## 1428 <NA>
## 1429 <NA>
## 1430 <NA>
## 1431 <NA>
## 1432 <NA>
## 1433 <NA>
## 1434 <NA>
## 1435 <NA>
## 1436 <NA>
## 1437 <NA>
## 1438 <NA>
## 1439 <NA>
## 1440 <NA>
## 1441 <NA>
## 1442 <NA>
## 1443 <NA>
## 1444 <NA>
## 1445 <NA>
## 1446 <NA>
## 1447 <NA>
## 1448 <NA>
## 1449 <NA>
## 1450 <NA>
## 1451 <NA>
## 1452 <NA>
## 1453 <NA>
## 1454 <NA>
## 1455 <NA>
## 1456 <NA>
## 1457 <NA>
## 1458 <NA>
## 1459 <NA>
## 1460 <NA>
## 1461 <NA>
## 1462 <NA>
## 1463 <NA>
## 1464 <NA>
## 1465 <NA>
## 1466 <NA>
## 1467 <NA>
## 1468 <NA>
## 1469 <NA>
## 1470 <NA>
## self_reported_learner_none_collected self_reported_locale_other
## 1 1 0
## 2 1 0
## 3 1 0
## 4 1 0
## 5 1 0
## 6 1 0
## 7 1 0
## 8 1 0
## 9 1 0
## 10 1 0
## 11 1 0
## 12 1 0
## 13 1 0
## 14 1 0
## 15 1 0
## 16 1 0
## 17 1 0
## 18 1 0
## 19 1 0
## 20 1 0
## 21 1 0
## 22 1 0
## 23 1 0
## 24 1 0
## 25 1 0
## 26 1 0
## 27 1 0
## 28 1 0
## 29 1 0
## 30 1 0
## 31 1 0
## 32 1 0
## 33 1 0
## 34 1 0
## 35 1 0
## 36 1 0
## 37 1 0
## 38 1 0
## 39 1 0
## 40 1 0
## 41 1 0
## 42 1 0
## 43 1 0
## 44 1 0
## 45 1 0
## 46 1 0
## 47 1 0
## 48 1 0
## 49 1 0
## 50 1 0
## 51 1 0
## 52 1 0
## 53 1 0
## 54 1 0
## 55 1 0
## 56 1 0
## 57 1 0
## 58 1 0
## 59 1 0
## 60 1 0
## 61 1 0
## 62 1 0
## 63 1 0
## 64 1 0
## 65 1 0
## 66 1 0
## 67 1 0
## 68 1 0
## 69 1 0
## 70 1 0
## 71 1 0
## 72 1 0
## 73 1 0
## 74 1 0
## 75 1 0
## 76 1 0
## 77 1 0
## 78 1 0
## 79 1 0
## 80 1 0
## 81 1 0
## 82 1 0
## 83 1 0
## 84 1 0
## 85 1 0
## 86 1 0
## 87 1 0
## 88 1 0
## 89 1 0
## 90 1 0
## 91 1 0
## 92 1 0
## 93 1 0
## 94 1 0
## 95 1 0
## 96 1 0
## 97 1 0
## 98 1 0
## 99 1 0
## 100 1 0
## 101 1 0
## 102 1 0
## 103 1 0
## 104 1 0
## 105 1 0
## 106 1 0
## 107 1 0
## 108 1 0
## 109 1 0
## 110 1 0
## 111 1 0
## 112 1 0
## 113 1 0
## 114 1 0
## 115 1 0
## 116 1 0
## 117 1 0
## 118 1 0
## 119 1 0
## 120 1 0
## 121 1 0
## 122 1 0
## 123 1 0
## 124 1 0
## 125 1 0
## 126 1 0
## 127 1 0
## 128 1 0
## 129 1 0
## 130 1 0
## 131 1 0
## 132 1 0
## 133 1 0
## 134 1 0
## 135 1 0
## 136 1 0
## 137 1 0
## 138 1 0
## 139 1 0
## 140 1 0
## 141 1 0
## 142 1 0
## 143 1 0
## 144 1 0
## 145 1 0
## 146 1 0
## 147 1 0
## 148 1 0
## 149 1 0
## 150 1 0
## 151 1 0
## 152 1 0
## 153 1 0
## 154 1 0
## 155 1 0
## 156 1 0
## 157 1 0
## 158 1 0
## 159 1 0
## 160 1 0
## 161 1 0
## 162 1 0
## 163 1 0
## 164 1 0
## 165 1 0
## 166 1 0
## 167 1 0
## 168 1 0
## 169 1 0
## 170 1 0
## 171 1 0
## 172 1 0
## 173 1 0
## 174 1 0
## 175 1 0
## 176 1 0
## 177 1 0
## 178 1 0
## 179 1 0
## 180 1 0
## 181 1 0
## 182 1 0
## 183 1 0
## 184 1 0
## 185 1 0
## 186 1 0
## 187 1 0
## 188 1 0
## 189 1 0
## 190 1 0
## 191 1 0
## 192 1 0
## 193 1 0
## 194 1 0
## 195 1 0
## 196 1 0
## 197 1 0
## 198 1 0
## 199 1 0
## 200 1 0
## 201 1 0
## 202 1 0
## 203 1 0
## 204 1 0
## 205 1 0
## 206 1 0
## 207 1 0
## 208 1 0
## 209 1 0
## 210 1 0
## 211 1 0
## 212 1 0
## 213 1 0
## 214 1 0
## 215 1 0
## 216 1 0
## 217 1 0
## 218 1 0
## 219 1 0
## 220 1 0
## 221 1 0
## 222 1 0
## 223 1 0
## 224 1 0
## 225 1 0
## 226 1 0
## 227 1 0
## 228 1 0
## 229 1 0
## 230 1 0
## 231 1 0
## 232 1 0
## 233 1 0
## 234 1 0
## 235 1 0
## 236 1 0
## 237 1 0
## 238 1 0
## 239 1 0
## 240 1 0
## 241 1 0
## 242 1 0
## 243 1 0
## 244 1 0
## 245 1 0
## 246 1 0
## 247 1 0
## 248 1 0
## 249 1 0
## 250 1 0
## 251 1 0
## 252 1 0
## 253 1 0
## 254 1 0
## 255 1 0
## 256 1 0
## 257 1 0
## 258 1 0
## 259 1 0
## 260 1 0
## 261 1 0
## 262 1 0
## 263 1 0
## 264 1 0
## 265 1 0
## 266 1 0
## 267 1 0
## 268 1 0
## 269 1 0
## 270 1 0
## 271 1 0
## 272 1 0
## 273 1 0
## 274 1 0
## 275 1 0
## 276 1 0
## 277 1 0
## 278 1 0
## 279 1 0
## 280 1 0
## 281 1 0
## 282 1 0
## 283 1 0
## 284 1 0
## 285 1 0
## 286 1 0
## 287 1 0
## 288 1 0
## 289 1 0
## 290 1 0
## 291 1 0
## 292 1 0
## 293 1 0
## 294 1 0
## 295 1 0
## 296 1 0
## 297 1 0
## 298 1 0
## 299 1 0
## 300 1 0
## 301 1 0
## 302 1 0
## 303 1 0
## 304 1 0
## 305 1 0
## 306 1 0
## 307 1 0
## 308 1 0
## 309 1 0
## 310 1 0
## 311 1 0
## 312 1 0
## 313 1 0
## 314 1 0
## 315 1 0
## 316 1 0
## 317 1 0
## 318 1 0
## 319 1 0
## 320 1 0
## 321 1 0
## 322 1 0
## 323 1 0
## 324 1 0
## 325 1 0
## 326 1 0
## 327 1 0
## 328 1 0
## 329 1 0
## 330 1 0
## 331 1 0
## 332 1 0
## 333 1 0
## 334 1 0
## 335 1 0
## 336 1 0
## 337 1 0
## 338 1 0
## 339 1 0
## 340 1 0
## 341 1 0
## 342 1 0
## 343 1 0
## 344 1 0
## 345 1 0
## 346 1 0
## 347 1 0
## 348 1 0
## 349 1 0
## 350 1 0
## 351 1 0
## 352 1 0
## 353 1 0
## 354 1 0
## 355 1 0
## 356 1 0
## 357 1 0
## 358 1 0
## 359 1 0
## 360 1 0
## 361 1 0
## 362 1 0
## 363 1 0
## 364 1 0
## 365 1 0
## 366 1 0
## 367 1 0
## 368 1 0
## 369 1 0
## 370 1 0
## 371 1 0
## 372 1 0
## 373 1 0
## 374 1 0
## 375 1 0
## 376 1 0
## 377 1 0
## 378 1 0
## 379 1 0
## 380 1 0
## 381 1 0
## 382 1 0
## 383 1 0
## 384 1 0
## 385 1 0
## 386 1 0
## 387 1 0
## 388 1 0
## 389 1 0
## 390 1 0
## 391 1 0
## 392 1 0
## 393 1 0
## 394 1 0
## 395 1 0
## 396 1 0
## 397 1 0
## 398 1 0
## 399 1 0
## 400 1 0
## 401 1 0
## 402 1 0
## 403 1 0
## 404 1 0
## 405 1 0
## 406 1 0
## 407 1 0
## 408 1 0
## 409 1 0
## 410 1 0
## 411 1 0
## 412 1 0
## 413 1 0
## 414 1 0
## 415 1 0
## 416 1 0
## 417 1 0
## 418 1 0
## 419 1 0
## 420 1 0
## 421 1 0
## 422 1 0
## 423 1 0
## 424 1 0
## 425 1 0
## 426 1 0
## 427 1 0
## 428 1 0
## 429 1 0
## 430 1 0
## 431 1 0
## 432 1 0
## 433 1 0
## 434 1 0
## 435 1 0
## 436 1 0
## 437 1 0
## 438 1 0
## 439 1 0
## 440 1 0
## 441 1 0
## 442 1 0
## 443 1 0
## 444 1 0
## 445 1 0
## 446 1 0
## 447 1 0
## 448 1 0
## 449 1 0
## 450 1 0
## 451 1 0
## 452 1 0
## 453 1 0
## 454 1 0
## 455 1 0
## 456 1 0
## 457 1 0
## 458 1 0
## 459 1 0
## 460 1 0
## 461 1 0
## 462 1 0
## 463 1 0
## 464 1 0
## 465 1 0
## 466 1 0
## 467 1 0
## 468 1 0
## 469 1 0
## 470 1 0
## 471 1 0
## 472 1 0
## 473 1 0
## 474 1 0
## 475 1 0
## 476 1 0
## 477 1 0
## 478 1 0
## 479 1 0
## 480 1 0
## 481 1 0
## 482 1 0
## 483 1 0
## 484 1 0
## 485 1 0
## 486 1 0
## 487 1 0
## 488 1 0
## 489 1 0
## 490 1 0
## 491 1 0
## 492 1 0
## 493 1 0
## 494 1 0
## 495 1 0
## 496 1 0
## 497 1 0
## 498 1 0
## 499 1 0
## 500 1 0
## 501 1 0
## 502 1 0
## 503 1 0
## 504 1 0
## 505 1 0
## 506 1 0
## 507 1 0
## 508 1 0
## 509 1 0
## 510 1 0
## 511 1 0
## 512 1 0
## 513 1 0
## 514 1 0
## 515 1 0
## 516 1 0
## 517 1 0
## 518 1 0
## 519 1 0
## 520 1 0
## 521 1 0
## 522 1 0
## 523 1 0
## 524 1 0
## 525 1 0
## 526 1 0
## 527 1 0
## 528 1 0
## 529 1 0
## 530 1 0
## 531 1 0
## 532 1 0
## 533 1 0
## 534 1 0
## 535 1 0
## 536 1 0
## 537 1 0
## 538 1 0
## 539 1 0
## 540 1 0
## 541 1 0
## 542 1 0
## 543 1 0
## 544 1 0
## 545 1 0
## 546 1 0
## 547 1 0
## 548 1 0
## 549 1 0
## 550 1 0
## 551 1 0
## 552 1 0
## 553 1 0
## 554 1 0
## 555 1 0
## 556 1 0
## 557 1 0
## 558 1 0
## 559 1 0
## 560 1 0
## 561 1 0
## 562 1 0
## 563 1 0
## 564 1 0
## 565 1 0
## 566 1 0
## 567 1 0
## 568 1 0
## 569 1 0
## 570 1 0
## 571 1 0
## 572 1 0
## 573 1 0
## 574 1 0
## 575 1 0
## 576 1 0
## 577 1 0
## 578 1 0
## 579 1 0
## 580 1 0
## 581 1 0
## 582 1 0
## 583 1 0
## 584 1 0
## 585 1 0
## 586 1 0
## 587 1 0
## 588 1 0
## 589 1 0
## 590 1 0
## 591 1 0
## 592 1 0
## 593 1 0
## 594 1 0
## 595 1 0
## 596 1 0
## 597 1 0
## 598 1 0
## 599 1 0
## 600 1 0
## 601 1 0
## 602 1 0
## 603 1 0
## 604 1 0
## 605 1 0
## 606 1 0
## 607 1 0
## 608 1 0
## 609 1 0
## 610 1 0
## 611 1 0
## 612 1 0
## 613 1 0
## 614 1 0
## 615 1 0
## 616 1 0
## 617 1 0
## 618 1 0
## 619 1 0
## 620 1 0
## 621 1 0
## 622 1 0
## 623 1 0
## 624 1 0
## 625 1 0
## 626 1 0
## 627 1 0
## 628 1 0
## 629 1 0
## 630 1 0
## 631 1 0
## 632 1 0
## 633 1 0
## 634 1 0
## 635 1 0
## 636 1 0
## 637 1 1
## 638 1 1
## 639 1 1
## 640 1 1
## 641 1 1
## 642 1 1
## 643 1 1
## 644 1 1
## 645 1 1
## 646 1 1
## 647 1 1
## 648 1 1
## 649 1 1
## 650 1 1
## 651 1 1
## 652 1 1
## 653 1 1
## 654 1 0
## 655 1 0
## 656 1 0
## 657 1 0
## 658 1 0
## 659 1 0
## 660 1 0
## 661 1 0
## 662 1 0
## 663 1 0
## 664 1 0
## 665 1 0
## 666 1 0
## 667 1 0
## 668 1 0
## 669 1 0
## 670 1 0
## 671 1 0
## 672 1 0
## 673 1 0
## 674 1 0
## 675 1 0
## 676 1 0
## 677 1 0
## 678 1 0
## 679 1 0
## 680 1 0
## 681 1 0
## 682 1 0
## 683 1 0
## 684 1 0
## 685 1 0
## 686 1 0
## 687 1 0
## 688 1 0
## 689 1 0
## 690 1 0
## 691 1 0
## 692 1 0
## 693 1 0
## 694 1 0
## 695 1 0
## 696 1 0
## 697 1 0
## 698 1 0
## 699 1 0
## 700 1 0
## 701 1 0
## 702 1 0
## 703 1 0
## 704 1 0
## 705 1 0
## 706 1 0
## 707 1 0
## 708 1 0
## 709 1 0
## 710 1 0
## 711 1 0
## 712 1 0
## 713 1 0
## 714 1 0
## 715 1 0
## 716 1 0
## 717 1 0
## 718 1 0
## 719 1 0
## 720 1 0
## 721 1 0
## 722 1 0
## 723 1 0
## 724 1 0
## 725 1 0
## 726 1 0
## 727 1 0
## 728 1 0
## 729 1 0
## 730 1 0
## 731 1 0
## 732 1 0
## 733 1 0
## 734 1 0
## 735 1 0
## 736 1 0
## 737 1 0
## 738 1 0
## 739 1 0
## 740 1 0
## 741 1 0
## 742 1 0
## 743 1 0
## 744 1 0
## 745 1 0
## 746 1 0
## 747 1 0
## 748 1 0
## 749 1 0
## 750 1 0
## 751 1 0
## 752 1 0
## 753 1 0
## 754 1 0
## 755 1 0
## 756 1 0
## 757 1 0
## 758 1 0
## 759 1 0
## 760 1 0
## 761 1 0
## 762 1 0
## 763 1 0
## 764 1 0
## 765 1 0
## 766 1 0
## 767 1 0
## 768 1 0
## 769 1 0
## 770 1 0
## 771 1 0
## 772 1 0
## 773 1 0
## 774 1 0
## 775 1 0
## 776 1 0
## 777 1 0
## 778 1 0
## 779 1 0
## 780 1 0
## 781 1 0
## 782 1 0
## 783 1 0
## 784 1 0
## 785 1 0
## 786 1 0
## 787 1 0
## 788 1 0
## 789 1 0
## 790 1 0
## 791 1 0
## 792 1 0
## 793 1 0
## 794 1 0
## 795 1 0
## 796 1 0
## 797 1 0
## 798 1 0
## 799 1 0
## 800 1 0
## 801 1 0
## 802 1 0
## 803 1 0
## 804 1 0
## 805 1 0
## 806 1 0
## 807 1 0
## 808 1 0
## 809 1 0
## 810 1 0
## 811 1 0
## 812 1 0
## 813 1 0
## 814 1 0
## 815 1 0
## 816 1 0
## 817 1 0
## 818 1 0
## 819 1 0
## 820 1 0
## 821 1 0
## 822 1 0
## 823 1 0
## 824 1 0
## 825 1 0
## 826 1 0
## 827 1 0
## 828 1 0
## 829 1 0
## 830 1 0
## 831 1 0
## 832 1 0
## 833 1 0
## 834 1 0
## 835 1 0
## 836 1 0
## 837 1 0
## 838 1 0
## 839 1 0
## 840 1 0
## 841 1 0
## 842 1 0
## 843 1 0
## 844 1 0
## 845 1 0
## 846 1 0
## 847 1 0
## 848 1 0
## 849 1 0
## 850 1 0
## 851 1 0
## 852 1 0
## 853 1 0
## 854 1 0
## 855 1 0
## 856 1 0
## 857 1 0
## 858 1 0
## 859 1 0
## 860 1 0
## 861 1 0
## 862 1 0
## 863 1 0
## 864 1 0
## 865 1 0
## 866 1 0
## 867 1 0
## 868 1 0
## 869 1 0
## 870 1 0
## 871 1 0
## 872 1 0
## 873 1 0
## 874 1 0
## 875 1 0
## 876 1 0
## 877 1 0
## 878 1 0
## 879 1 0
## 880 1 0
## 881 1 0
## 882 1 0
## 883 1 0
## 884 1 0
## 885 1 0
## 886 1 0
## 887 1 0
## 888 1 0
## 889 1 0
## 890 1 0
## 891 1 0
## 892 1 0
## 893 1 0
## 894 1 0
## 895 1 0
## 896 1 0
## 897 1 0
## 898 1 0
## 899 1 0
## 900 1 0
## 901 1 0
## 902 1 0
## 903 1 0
## 904 1 0
## 905 1 0
## 906 1 0
## 907 1 0
## 908 1 0
## 909 1 0
## 910 1 0
## 911 1 0
## 912 1 0
## 913 1 0
## 914 1 0
## 915 1 0
## 916 1 0
## 917 1 0
## 918 1 0
## 919 1 0
## 920 1 0
## 921 1 0
## 922 1 0
## 923 1 0
## 924 1 0
## 925 1 0
## 926 1 0
## 927 1 0
## 928 1 0
## 929 1 0
## 930 1 0
## 931 1 0
## 932 1 0
## 933 1 0
## 934 1 0
## 935 1 0
## 936 1 0
## 937 1 0
## 938 1 0
## 939 1 0
## 940 1 0
## 941 1 0
## 942 1 0
## 943 1 0
## 944 1 0
## 945 1 0
## 946 1 0
## 947 1 0
## 948 1 0
## 949 1 0
## 950 1 0
## 951 1 0
## 952 1 0
## 953 1 0
## 954 1 0
## 955 1 0
## 956 1 0
## 957 1 0
## 958 1 0
## 959 1 0
## 960 1 0
## 961 1 0
## 962 1 0
## 963 1 0
## 964 1 0
## 965 1 0
## 966 1 0
## 967 1 0
## 968 1 0
## 969 1 0
## 970 1 0
## 971 1 0
## 972 1 0
## 973 1 0
## 974 1 0
## 975 1 0
## 976 1 0
## 977 1 0
## 978 1 0
## 979 1 0
## 980 1 0
## 981 1 0
## 982 1 0
## 983 1 0
## 984 1 0
## 985 1 0
## 986 1 0
## 987 1 0
## 988 1 0
## 989 1 0
## 990 1 0
## 991 1 0
## 992 1 0
## 993 1 0
## 994 1 0
## 995 1 0
## 996 1 0
## 997 1 0
## 998 1 0
## 999 1 0
## 1000 1 0
## 1001 1 0
## 1002 1 0
## 1003 1 0
## 1004 1 0
## 1005 1 0
## 1006 1 0
## 1007 1 0
## 1008 1 0
## 1009 1 0
## 1010 1 0
## 1011 1 0
## 1012 1 0
## 1013 1 0
## 1014 1 0
## 1015 1 0
## 1016 1 0
## 1017 1 0
## 1018 1 0
## 1019 1 0
## 1020 1 0
## 1021 1 0
## 1022 1 0
## 1023 1 0
## 1024 1 0
## 1025 1 0
## 1026 1 0
## 1027 1 0
## 1028 1 0
## 1029 1 0
## 1030 1 0
## 1031 1 0
## 1032 1 0
## 1033 1 0
## 1034 1 0
## 1035 1 0
## 1036 1 0
## 1037 1 0
## 1038 1 0
## 1039 1 0
## 1040 1 0
## 1041 1 0
## 1042 1 0
## 1043 1 0
## 1044 1 0
## 1045 1 0
## 1046 1 0
## 1047 1 0
## 1048 1 0
## 1049 1 0
## 1050 1 0
## 1051 1 0
## 1052 1 0
## 1053 1 0
## 1054 1 0
## 1055 1 0
## 1056 1 0
## 1057 1 0
## 1058 1 0
## 1059 1 0
## 1060 1 0
## 1061 1 0
## 1062 1 0
## 1063 1 0
## 1064 1 0
## 1065 1 0
## 1066 1 0
## 1067 1 0
## 1068 1 0
## 1069 1 0
## 1070 1 0
## 1071 1 0
## 1072 1 0
## 1073 1 0
## 1074 1 0
## 1075 1 0
## 1076 1 1
## 1077 1 1
## 1078 1 1
## 1079 1 1
## 1080 1 1
## 1081 1 1
## 1082 1 1
## 1083 1 1
## 1084 1 1
## 1085 1 1
## 1086 1 1
## 1087 1 1
## 1088 1 1
## 1089 1 1
## 1090 1 1
## 1091 1 1
## 1092 1 1
## 1093 1 1
## 1094 1 1
## 1095 1 1
## 1096 1 1
## 1097 1 1
## 1098 1 1
## 1099 1 1
## 1100 1 1
## 1101 1 1
## 1102 1 1
## 1103 1 1
## 1104 1 1
## 1105 1 1
## 1106 1 1
## 1107 1 1
## 1108 1 1
## 1109 1 1
## 1110 1 1
## 1111 1 1
## 1112 1 1
## 1113 1 1
## 1114 1 1
## 1115 1 1
## 1116 1 1
## 1117 1 0
## 1118 1 0
## 1119 1 0
## 1120 1 0
## 1121 1 0
## 1122 1 0
## 1123 1 0
## 1124 1 0
## 1125 1 0
## 1126 1 0
## 1127 1 0
## 1128 1 0
## 1129 1 0
## 1130 1 0
## 1131 1 0
## 1132 1 0
## 1133 1 0
## 1134 1 0
## 1135 1 0
## 1136 1 0
## 1137 1 0
## 1138 1 0
## 1139 1 0
## 1140 1 0
## 1141 1 0
## 1142 1 0
## 1143 1 0
## 1144 1 0
## 1145 1 0
## 1146 1 0
## 1147 1 0
## 1148 1 0
## 1149 1 0
## 1150 1 0
## 1151 1 0
## 1152 1 0
## 1153 1 0
## 1154 1 0
## 1155 1 0
## 1156 1 0
## 1157 1 0
## 1158 1 0
## 1159 1 0
## 1160 1 0
## 1161 1 0
## 1162 1 0
## 1163 1 0
## 1164 1 0
## 1165 1 0
## 1166 1 0
## 1167 1 0
## 1168 1 0
## 1169 1 0
## 1170 1 0
## 1171 1 0
## 1172 1 0
## 1173 1 0
## 1174 1 0
## 1175 1 0
## 1176 1 0
## 1177 1 0
## 1178 1 0
## 1179 1 0
## 1180 1 0
## 1181 1 0
## 1182 1 0
## 1183 1 0
## 1184 1 0
## 1185 1 0
## 1186 1 0
## 1187 1 0
## 1188 1 0
## 1189 1 0
## 1190 1 0
## 1191 1 0
## 1192 1 0
## 1193 1 0
## 1194 1 0
## 1195 1 0
## 1196 1 0
## 1197 1 0
## 1198 1 0
## 1199 1 0
## 1200 1 0
## 1201 1 0
## 1202 1 0
## 1203 1 0
## 1204 1 0
## 1205 1 0
## 1206 1 0
## 1207 1 0
## 1208 1 0
## 1209 1 0
## 1210 1 0
## 1211 1 0
## 1212 1 0
## 1213 1 0
## 1214 1 0
## 1215 1 0
## 1216 1 0
## 1217 1 0
## 1218 1 0
## 1219 1 0
## 1220 1 0
## 1221 1 0
## 1222 1 0
## 1223 1 0
## 1224 1 0
## 1225 1 0
## 1226 1 0
## 1227 1 0
## 1228 1 0
## 1229 1 0
## 1230 1 0
## 1231 1 0
## 1232 1 0
## 1233 1 0
## 1234 1 0
## 1235 1 0
## 1236 1 0
## 1237 1 0
## 1238 1 0
## 1239 1 0
## 1240 1 0
## 1241 1 0
## 1242 1 0
## 1243 1 0
## 1244 1 0
## 1245 1 0
## 1246 1 0
## 1247 1 0
## 1248 1 0
## 1249 1 0
## 1250 1 0
## 1251 1 0
## 1252 1 0
## 1253 1 0
## 1254 1 0
## 1255 1 0
## 1256 1 0
## 1257 1 0
## 1258 1 0
## 1259 1 0
## 1260 1 0
## 1261 1 0
## 1262 1 0
## 1263 1 0
## 1264 1 0
## 1265 1 0
## 1266 1 0
## 1267 1 0
## 1268 1 0
## 1269 1 0
## 1270 1 0
## 1271 1 0
## 1272 1 0
## 1273 1 0
## 1274 1 0
## 1275 1 0
## 1276 1 0
## 1277 1 0
## 1278 1 0
## 1279 1 0
## 1280 1 0
## 1281 1 0
## 1282 1 0
## 1283 1 0
## 1284 1 0
## 1285 1 0
## 1286 1 0
## 1287 1 0
## 1288 1 0
## 1289 1 0
## 1290 1 0
## 1291 1 0
## 1292 1 0
## 1293 1 0
## 1294 1 0
## 1295 1 0
## 1296 1 0
## 1297 1 0
## 1298 1 0
## 1299 1 0
## 1300 1 0
## 1301 1 0
## 1302 1 0
## 1303 1 0
## 1304 1 0
## 1305 1 0
## 1306 1 0
## 1307 1 0
## 1308 1 0
## 1309 1 0
## 1310 1 0
## 1311 1 0
## 1312 1 0
## 1313 1 0
## 1314 1 0
## 1315 1 0
## 1316 1 0
## 1317 1 0
## 1318 1 0
## 1319 1 0
## 1320 1 0
## 1321 1 0
## 1322 1 0
## 1323 1 0
## 1324 1 0
## 1325 1 0
## 1326 1 0
## 1327 1 0
## 1328 1 0
## 1329 1 0
## 1330 1 0
## 1331 1 0
## 1332 1 0
## 1333 1 0
## 1334 1 0
## 1335 1 0
## 1336 1 0
## 1337 1 0
## 1338 1 0
## 1339 1 0
## 1340 1 0
## 1341 1 0
## 1342 1 0
## 1343 1 0
## 1344 1 0
## 1345 1 0
## 1346 1 0
## 1347 1 0
## 1348 1 0
## 1349 1 0
## 1350 1 0
## 1351 1 0
## 1352 1 0
## 1353 1 0
## 1354 1 0
## 1355 1 0
## 1356 1 0
## 1357 1 0
## 1358 1 0
## 1359 1 0
## 1360 1 0
## 1361 1 0
## 1362 1 0
## 1363 1 0
## 1364 1 0
## 1365 1 0
## 1366 1 0
## 1367 1 0
## 1368 1 0
## 1369 1 0
## 1370 1 0
## 1371 1 0
## 1372 1 0
## 1373 1 0
## 1374 1 0
## 1375 1 0
## 1376 1 0
## 1377 1 0
## 1378 1 0
## 1379 1 0
## 1380 1 0
## 1381 1 0
## 1382 1 0
## 1383 1 0
## 1384 1 0
## 1385 1 0
## 1386 1 0
## 1387 1 0
## 1388 1 0
## 1389 1 0
## 1390 1 0
## 1391 1 0
## 1392 1 0
## 1393 1 0
## 1394 1 0
## 1395 1 0
## 1396 1 0
## 1397 1 0
## 1398 1 0
## 1399 1 0
## 1400 1 0
## 1401 1 0
## 1402 1 0
## 1403 1 0
## 1404 1 0
## 1405 1 0
## 1406 1 0
## 1407 1 0
## 1408 1 0
## 1409 1 0
## 1410 1 0
## 1411 1 0
## 1412 1 0
## 1413 1 0
## 1414 1 0
## 1415 1 0
## 1416 1 0
## 1417 1 0
## 1418 1 0
## 1419 1 0
## 1420 1 0
## 1421 1 0
## 1422 1 0
## 1423 1 0
## 1424 1 0
## 1425 1 0
## 1426 1 0
## 1427 1 0
## 1428 1 0
## 1429 1 0
## 1430 1 0
## 1431 1 0
## 1432 1 0
## 1433 1 0
## 1434 1 0
## 1435 1 0
## 1436 1 0
## 1437 1 0
## 1438 1 0
## 1439 1 0
## 1440 1 0
## 1441 1 0
## 1442 1 0
## 1443 1 0
## 1444 1 0
## 1445 1 0
## 1446 1 0
## 1447 1 0
## 1448 1 0
## 1449 1 0
## 1450 1 0
## 1451 1 0
## 1452 1 0
## 1453 1 0
## 1454 1 0
## 1455 1 0
## 1456 1 0
## 1457 1 0
## 1458 1 0
## 1459 1 0
## 1460 1 0
## 1461 1 0
## 1462 1 0
## 1463 1 0
## 1464 1 0
## 1465 1 0
## 1466 1 0
## 1467 1 0
## 1468 1 0
## 1469 1 0
## 1470 1 0
## self_reported_locale_other_text
## 1 <NA>
## 2 <NA>
## 3 <NA>
## 4 <NA>
## 5 <NA>
## 6 <NA>
## 7 <NA>
## 8 <NA>
## 9 <NA>
## 10 <NA>
## 11 <NA>
## 12 <NA>
## 13 <NA>
## 14 <NA>
## 15 <NA>
## 16 <NA>
## 17 <NA>
## 18 <NA>
## 19 <NA>
## 20 <NA>
## 21 <NA>
## 22 <NA>
## 23 <NA>
## 24 <NA>
## 25 <NA>
## 26 <NA>
## 27 <NA>
## 28 <NA>
## 29 <NA>
## 30 <NA>
## 31 <NA>
## 32 <NA>
## 33 <NA>
## 34 <NA>
## 35 <NA>
## 36 <NA>
## 37 <NA>
## 38 <NA>
## 39 <NA>
## 40 <NA>
## 41 <NA>
## 42 <NA>
## 43 <NA>
## 44 <NA>
## 45 <NA>
## 46 <NA>
## 47 <NA>
## 48 <NA>
## 49 <NA>
## 50 <NA>
## 51 <NA>
## 52 <NA>
## 53 <NA>
## 54 <NA>
## 55 <NA>
## 56 <NA>
## 57 <NA>
## 58 <NA>
## 59 <NA>
## 60 <NA>
## 61 <NA>
## 62 <NA>
## 63 <NA>
## 64 <NA>
## 65 <NA>
## 66 <NA>
## 67 <NA>
## 68 <NA>
## 69 <NA>
## 70 <NA>
## 71 <NA>
## 72 <NA>
## 73 <NA>
## 74 <NA>
## 75 <NA>
## 76 <NA>
## 77 <NA>
## 78 <NA>
## 79 <NA>
## 80 <NA>
## 81 <NA>
## 82 <NA>
## 83 <NA>
## 84 <NA>
## 85 <NA>
## 86 <NA>
## 87 <NA>
## 88 <NA>
## 89 <NA>
## 90 <NA>
## 91 <NA>
## 92 <NA>
## 93 <NA>
## 94 <NA>
## 95 <NA>
## 96 <NA>
## 97 <NA>
## 98 <NA>
## 99 <NA>
## 100 <NA>
## 101 <NA>
## 102 <NA>
## 103 <NA>
## 104 <NA>
## 105 <NA>
## 106 <NA>
## 107 <NA>
## 108 <NA>
## 109 <NA>
## 110 <NA>
## 111 <NA>
## 112 <NA>
## 113 <NA>
## 114 <NA>
## 115 <NA>
## 116 <NA>
## 117 <NA>
## 118 <NA>
## 119 <NA>
## 120 <NA>
## 121 <NA>
## 122 <NA>
## 123 <NA>
## 124 <NA>
## 125 <NA>
## 126 <NA>
## 127 <NA>
## 128 <NA>
## 129 <NA>
## 130 <NA>
## 131 <NA>
## 132 <NA>
## 133 <NA>
## 134 <NA>
## 135 <NA>
## 136 <NA>
## 137 <NA>
## 138 <NA>
## 139 <NA>
## 140 <NA>
## 141 <NA>
## 142 <NA>
## 143 <NA>
## 144 <NA>
## 145 <NA>
## 146 <NA>
## 147 <NA>
## 148 <NA>
## 149 <NA>
## 150 <NA>
## 151 <NA>
## 152 <NA>
## 153 <NA>
## 154 <NA>
## 155 <NA>
## 156 <NA>
## 157 <NA>
## 158 <NA>
## 159 <NA>
## 160 <NA>
## 161 <NA>
## 162 <NA>
## 163 <NA>
## 164 <NA>
## 165 <NA>
## 166 <NA>
## 167 <NA>
## 168 <NA>
## 169 <NA>
## 170 <NA>
## 171 <NA>
## 172 <NA>
## 173 <NA>
## 174 <NA>
## 175 <NA>
## 176 <NA>
## 177 <NA>
## 178 <NA>
## 179 <NA>
## 180 <NA>
## 181 <NA>
## 182 <NA>
## 183 <NA>
## 184 <NA>
## 185 <NA>
## 186 <NA>
## 187 <NA>
## 188 <NA>
## 189 <NA>
## 190 <NA>
## 191 <NA>
## 192 <NA>
## 193 <NA>
## 194 <NA>
## 195 <NA>
## 196 <NA>
## 197 <NA>
## 198 <NA>
## 199 <NA>
## 200 <NA>
## 201 <NA>
## 202 <NA>
## 203 <NA>
## 204 <NA>
## 205 <NA>
## 206 <NA>
## 207 <NA>
## 208 <NA>
## 209 <NA>
## 210 <NA>
## 211 <NA>
## 212 <NA>
## 213 <NA>
## 214 <NA>
## 215 <NA>
## 216 <NA>
## 217 <NA>
## 218 <NA>
## 219 <NA>
## 220 <NA>
## 221 <NA>
## 222 <NA>
## 223 <NA>
## 224 <NA>
## 225 <NA>
## 226 <NA>
## 227 <NA>
## 228 <NA>
## 229 <NA>
## 230 <NA>
## 231 <NA>
## 232 <NA>
## 233 <NA>
## 234 <NA>
## 235 <NA>
## 236 <NA>
## 237 <NA>
## 238 <NA>
## 239 <NA>
## 240 <NA>
## 241 <NA>
## 242 <NA>
## 243 <NA>
## 244 <NA>
## 245 <NA>
## 246 <NA>
## 247 <NA>
## 248 <NA>
## 249 <NA>
## 250 <NA>
## 251 <NA>
## 252 <NA>
## 253 <NA>
## 254 <NA>
## 255 <NA>
## 256 <NA>
## 257 <NA>
## 258 <NA>
## 259 <NA>
## 260 <NA>
## 261 <NA>
## 262 <NA>
## 263 <NA>
## 264 <NA>
## 265 <NA>
## 266 <NA>
## 267 <NA>
## 268 <NA>
## 269 <NA>
## 270 <NA>
## 271 <NA>
## 272 <NA>
## 273 <NA>
## 274 <NA>
## 275 <NA>
## 276 <NA>
## 277 <NA>
## 278 <NA>
## 279 <NA>
## 280 <NA>
## 281 <NA>
## 282 <NA>
## 283 <NA>
## 284 <NA>
## 285 <NA>
## 286 <NA>
## 287 <NA>
## 288 <NA>
## 289 <NA>
## 290 <NA>
## 291 <NA>
## 292 <NA>
## 293 <NA>
## 294 <NA>
## 295 <NA>
## 296 <NA>
## 297 <NA>
## 298 <NA>
## 299 <NA>
## 300 <NA>
## 301 <NA>
## 302 <NA>
## 303 <NA>
## 304 <NA>
## 305 <NA>
## 306 <NA>
## 307 <NA>
## 308 <NA>
## 309 <NA>
## 310 <NA>
## 311 <NA>
## 312 <NA>
## 313 <NA>
## 314 <NA>
## 315 <NA>
## 316 <NA>
## 317 <NA>
## 318 <NA>
## 319 <NA>
## 320 <NA>
## 321 <NA>
## 322 <NA>
## 323 <NA>
## 324 <NA>
## 325 <NA>
## 326 <NA>
## 327 <NA>
## 328 <NA>
## 329 <NA>
## 330 <NA>
## 331 <NA>
## 332 <NA>
## 333 <NA>
## 334 <NA>
## 335 <NA>
## 336 <NA>
## 337 <NA>
## 338 <NA>
## 339 <NA>
## 340 <NA>
## 341 <NA>
## 342 <NA>
## 343 <NA>
## 344 <NA>
## 345 <NA>
## 346 <NA>
## 347 <NA>
## 348 <NA>
## 349 <NA>
## 350 <NA>
## 351 <NA>
## 352 <NA>
## 353 <NA>
## 354 <NA>
## 355 <NA>
## 356 <NA>
## 357 <NA>
## 358 <NA>
## 359 <NA>
## 360 <NA>
## 361 <NA>
## 362 <NA>
## 363 <NA>
## 364 <NA>
## 365 <NA>
## 366 <NA>
## 367 <NA>
## 368 <NA>
## 369 <NA>
## 370 <NA>
## 371 <NA>
## 372 <NA>
## 373 <NA>
## 374 <NA>
## 375 <NA>
## 376 <NA>
## 377 <NA>
## 378 <NA>
## 379 <NA>
## 380 <NA>
## 381 <NA>
## 382 <NA>
## 383 <NA>
## 384 <NA>
## 385 <NA>
## 386 <NA>
## 387 <NA>
## 388 <NA>
## 389 <NA>
## 390 <NA>
## 391 <NA>
## 392 <NA>
## 393 <NA>
## 394 <NA>
## 395 <NA>
## 396 <NA>
## 397 <NA>
## 398 <NA>
## 399 <NA>
## 400 <NA>
## 401 <NA>
## 402 <NA>
## 403 <NA>
## 404 <NA>
## 405 <NA>
## 406 <NA>
## 407 <NA>
## 408 <NA>
## 409 <NA>
## 410 <NA>
## 411 <NA>
## 412 <NA>
## 413 <NA>
## 414 <NA>
## 415 <NA>
## 416 <NA>
## 417 <NA>
## 418 <NA>
## 419 <NA>
## 420 <NA>
## 421 <NA>
## 422 <NA>
## 423 <NA>
## 424 <NA>
## 425 <NA>
## 426 <NA>
## 427 <NA>
## 428 <NA>
## 429 <NA>
## 430 <NA>
## 431 <NA>
## 432 <NA>
## 433 <NA>
## 434 <NA>
## 435 <NA>
## 436 <NA>
## 437 <NA>
## 438 <NA>
## 439 <NA>
## 440 <NA>
## 441 <NA>
## 442 <NA>
## 443 <NA>
## 444 <NA>
## 445 <NA>
## 446 <NA>
## 447 <NA>
## 448 <NA>
## 449 <NA>
## 450 <NA>
## 451 <NA>
## 452 <NA>
## 453 <NA>
## 454 <NA>
## 455 <NA>
## 456 <NA>
## 457 <NA>
## 458 <NA>
## 459 <NA>
## 460 <NA>
## 461 <NA>
## 462 <NA>
## 463 <NA>
## 464 <NA>
## 465 <NA>
## 466 <NA>
## 467 <NA>
## 468 <NA>
## 469 <NA>
## 470 <NA>
## 471 <NA>
## 472 <NA>
## 473 <NA>
## 474 <NA>
## 475 <NA>
## 476 <NA>
## 477 <NA>
## 478 <NA>
## 479 <NA>
## 480 <NA>
## 481 <NA>
## 482 <NA>
## 483 <NA>
## 484 <NA>
## 485 <NA>
## 486 <NA>
## 487 <NA>
## 488 <NA>
## 489 <NA>
## 490 <NA>
## 491 <NA>
## 492 <NA>
## 493 <NA>
## 494 <NA>
## 495 <NA>
## 496 <NA>
## 497 <NA>
## 498 <NA>
## 499 <NA>
## 500 <NA>
## 501 <NA>
## 502 <NA>
## 503 <NA>
## 504 <NA>
## 505 <NA>
## 506 <NA>
## 507 <NA>
## 508 <NA>
## 509 <NA>
## 510 <NA>
## 511 <NA>
## 512 <NA>
## 513 <NA>
## 514 <NA>
## 515 <NA>
## 516 <NA>
## 517 <NA>
## 518 <NA>
## 519 <NA>
## 520 <NA>
## 521 <NA>
## 522 <NA>
## 523 <NA>
## 524 <NA>
## 525 <NA>
## 526 <NA>
## 527 <NA>
## 528 <NA>
## 529 <NA>
## 530 <NA>
## 531 <NA>
## 532 <NA>
## 533 <NA>
## 534 <NA>
## 535 <NA>
## 536 <NA>
## 537 <NA>
## 538 <NA>
## 539 <NA>
## 540 <NA>
## 541 <NA>
## 542 <NA>
## 543 <NA>
## 544 <NA>
## 545 <NA>
## 546 <NA>
## 547 <NA>
## 548 <NA>
## 549 <NA>
## 550 <NA>
## 551 <NA>
## 552 <NA>
## 553 <NA>
## 554 <NA>
## 555 <NA>
## 556 <NA>
## 557 <NA>
## 558 <NA>
## 559 <NA>
## 560 <NA>
## 561 <NA>
## 562 <NA>
## 563 <NA>
## 564 <NA>
## 565 <NA>
## 566 <NA>
## 567 <NA>
## 568 <NA>
## 569 <NA>
## 570 <NA>
## 571 <NA>
## 572 <NA>
## 573 <NA>
## 574 <NA>
## 575 <NA>
## 576 <NA>
## 577 <NA>
## 578 <NA>
## 579 <NA>
## 580 <NA>
## 581 <NA>
## 582 <NA>
## 583 <NA>
## 584 <NA>
## 585 <NA>
## 586 <NA>
## 587 <NA>
## 588 <NA>
## 589 <NA>
## 590 <NA>
## 591 <NA>
## 592 <NA>
## 593 <NA>
## 594 <NA>
## 595 <NA>
## 596 <NA>
## 597 <NA>
## 598 <NA>
## 599 <NA>
## 600 <NA>
## 601 <NA>
## 602 <NA>
## 603 <NA>
## 604 <NA>
## 605 <NA>
## 606 <NA>
## 607 <NA>
## 608 <NA>
## 609 <NA>
## 610 <NA>
## 611 <NA>
## 612 <NA>
## 613 <NA>
## 614 <NA>
## 615 <NA>
## 616 <NA>
## 617 <NA>
## 618 <NA>
## 619 <NA>
## 620 <NA>
## 621 <NA>
## 622 <NA>
## 623 <NA>
## 624 <NA>
## 625 <NA>
## 626 <NA>
## 627 <NA>
## 628 <NA>
## 629 <NA>
## 630 <NA>
## 631 <NA>
## 632 <NA>
## 633 <NA>
## 634 <NA>
## 635 <NA>
## 636 <NA>
## 637 Most of our students who attend DPA lives in DC's Wards 7 and 8.
## 638 Most of our students who attend DPA lives in DC's Wards 7 and 8.
## 639 Most of our students who attend DPA lives in DC's Wards 7 and 8.
## 640 Most of our students who attend DPA lives in DC's Wards 7 and 8.
## 641 Most of our students who attend DPA lives in DC's Wards 7 and 8.
## 642 Most of our students who attend DPA lives in DC's Wards 7 and 8.
## 643 Most of our students who attend DPA lives in DC's Wards 7 and 8.
## 644 Most of our students who attend DPA lives in DC's Wards 7 and 8.
## 645 Most of our students who attend DPA lives in DC's Wards 7 and 8.
## 646 Most of our students who attend DPA lives in DC's Wards 7 and 8.
## 647 Most of our students who attend DPA lives in DC's Wards 7 and 8.
## 648 Most of our students who attend DPA lives in DC's Wards 7 and 8.
## 649 Most of our students who attend DPA lives in DC's Wards 7 and 8.
## 650 Most of our students who attend DPA lives in DC's Wards 7 and 8.
## 651 Most of our students who attend DPA lives in DC's Wards 7 and 8.
## 652 Most of our students who attend DPA lives in DC's Wards 7 and 8.
## 653 Most of our students who attend DPA lives in DC's Wards 7 and 8.
## 654 <NA>
## 655 <NA>
## 656 <NA>
## 657 <NA>
## 658 <NA>
## 659 <NA>
## 660 <NA>
## 661 <NA>
## 662 <NA>
## 663 <NA>
## 664 <NA>
## 665 <NA>
## 666 <NA>
## 667 <NA>
## 668 <NA>
## 669 <NA>
## 670 <NA>
## 671 <NA>
## 672 <NA>
## 673 <NA>
## 674 <NA>
## 675 <NA>
## 676 <NA>
## 677 <NA>
## 678 <NA>
## 679 <NA>
## 680 <NA>
## 681 <NA>
## 682 <NA>
## 683 <NA>
## 684 <NA>
## 685 <NA>
## 686 <NA>
## 687 <NA>
## 688 <NA>
## 689 <NA>
## 690 <NA>
## 691 <NA>
## 692 <NA>
## 693 <NA>
## 694 <NA>
## 695 <NA>
## 696 <NA>
## 697 <NA>
## 698 <NA>
## 699 <NA>
## 700 <NA>
## 701 <NA>
## 702 <NA>
## 703 <NA>
## 704 <NA>
## 705 <NA>
## 706 <NA>
## 707 <NA>
## 708 <NA>
## 709 <NA>
## 710 <NA>
## 711 <NA>
## 712 <NA>
## 713 <NA>
## 714 <NA>
## 715 <NA>
## 716 <NA>
## 717 <NA>
## 718 <NA>
## 719 <NA>
## 720 <NA>
## 721 <NA>
## 722 <NA>
## 723 <NA>
## 724 <NA>
## 725 <NA>
## 726 <NA>
## 727 <NA>
## 728 <NA>
## 729 <NA>
## 730 <NA>
## 731 <NA>
## 732 <NA>
## 733 <NA>
## 734 <NA>
## 735 <NA>
## 736 <NA>
## 737 <NA>
## 738 <NA>
## 739 <NA>
## 740 <NA>
## 741 <NA>
## 742 <NA>
## 743 <NA>
## 744 <NA>
## 745 <NA>
## 746 <NA>
## 747 <NA>
## 748 <NA>
## 749 <NA>
## 750 <NA>
## 751 <NA>
## 752 <NA>
## 753 <NA>
## 754 <NA>
## 755 <NA>
## 756 <NA>
## 757 <NA>
## 758 <NA>
## 759 <NA>
## 760 <NA>
## 761 <NA>
## 762 <NA>
## 763 <NA>
## 764 <NA>
## 765 <NA>
## 766 <NA>
## 767 <NA>
## 768 <NA>
## 769 <NA>
## 770 <NA>
## 771 <NA>
## 772 <NA>
## 773 <NA>
## 774 <NA>
## 775 <NA>
## 776 <NA>
## 777 <NA>
## 778 <NA>
## 779 <NA>
## 780 <NA>
## 781 <NA>
## 782 <NA>
## 783 <NA>
## 784 <NA>
## 785 <NA>
## 786 <NA>
## 787 <NA>
## 788 <NA>
## 789 <NA>
## 790 <NA>
## 791 <NA>
## 792 <NA>
## 793 <NA>
## 794 <NA>
## 795 <NA>
## 796 <NA>
## 797 <NA>
## 798 <NA>
## 799 <NA>
## 800 <NA>
## 801 <NA>
## 802 <NA>
## 803 <NA>
## 804 <NA>
## 805 <NA>
## 806 <NA>
## 807 <NA>
## 808 <NA>
## 809 <NA>
## 810 <NA>
## 811 <NA>
## 812 <NA>
## 813 <NA>
## 814 <NA>
## 815 <NA>
## 816 <NA>
## 817 <NA>
## 818 <NA>
## 819 <NA>
## 820 <NA>
## 821 <NA>
## 822 <NA>
## 823 <NA>
## 824 <NA>
## 825 <NA>
## 826 <NA>
## 827 <NA>
## 828 <NA>
## 829 <NA>
## 830 <NA>
## 831 <NA>
## 832 <NA>
## 833 <NA>
## 834 <NA>
## 835 <NA>
## 836 <NA>
## 837 <NA>
## 838 <NA>
## 839 <NA>
## 840 <NA>
## 841 <NA>
## 842 <NA>
## 843 <NA>
## 844 <NA>
## 845 <NA>
## 846 <NA>
## 847 <NA>
## 848 <NA>
## 849 <NA>
## 850 <NA>
## 851 <NA>
## 852 <NA>
## 853 <NA>
## 854 <NA>
## 855 <NA>
## 856 <NA>
## 857 <NA>
## 858 <NA>
## 859 <NA>
## 860 <NA>
## 861 <NA>
## 862 <NA>
## 863 <NA>
## 864 <NA>
## 865 <NA>
## 866 <NA>
## 867 <NA>
## 868 <NA>
## 869 <NA>
## 870 <NA>
## 871 <NA>
## 872 <NA>
## 873 <NA>
## 874 <NA>
## 875 <NA>
## 876 <NA>
## 877 <NA>
## 878 <NA>
## 879 <NA>
## 880 <NA>
## 881 <NA>
## 882 <NA>
## 883 <NA>
## 884 <NA>
## 885 <NA>
## 886 <NA>
## 887 <NA>
## 888 <NA>
## 889 <NA>
## 890 <NA>
## 891 <NA>
## 892 <NA>
## 893 <NA>
## 894 <NA>
## 895 <NA>
## 896 <NA>
## 897 <NA>
## 898 <NA>
## 899 <NA>
## 900 <NA>
## 901 <NA>
## 902 <NA>
## 903 <NA>
## 904 <NA>
## 905 <NA>
## 906 <NA>
## 907 <NA>
## 908 <NA>
## 909 <NA>
## 910 <NA>
## 911 <NA>
## 912 <NA>
## 913 <NA>
## 914 <NA>
## 915 <NA>
## 916 <NA>
## 917 <NA>
## 918 <NA>
## 919 <NA>
## 920 <NA>
## 921 <NA>
## 922 <NA>
## 923 <NA>
## 924 <NA>
## 925 <NA>
## 926 <NA>
## 927 <NA>
## 928 <NA>
## 929 <NA>
## 930 <NA>
## 931 <NA>
## 932 <NA>
## 933 <NA>
## 934 <NA>
## 935 <NA>
## 936 <NA>
## 937 <NA>
## 938 <NA>
## 939 <NA>
## 940 <NA>
## 941 <NA>
## 942 <NA>
## 943 <NA>
## 944 <NA>
## 945 <NA>
## 946 <NA>
## 947 <NA>
## 948 <NA>
## 949 <NA>
## 950 <NA>
## 951 <NA>
## 952 <NA>
## 953 <NA>
## 954 <NA>
## 955 <NA>
## 956 <NA>
## 957 <NA>
## 958 <NA>
## 959 <NA>
## 960 <NA>
## 961 <NA>
## 962 <NA>
## 963 <NA>
## 964 <NA>
## 965 <NA>
## 966 <NA>
## 967 <NA>
## 968 <NA>
## 969 <NA>
## 970 <NA>
## 971 <NA>
## 972 <NA>
## 973 <NA>
## 974 <NA>
## 975 <NA>
## 976 <NA>
## 977 <NA>
## 978 <NA>
## 979 <NA>
## 980 <NA>
## 981 <NA>
## 982 <NA>
## 983 <NA>
## 984 <NA>
## 985 <NA>
## 986 <NA>
## 987 <NA>
## 988 <NA>
## 989 <NA>
## 990 <NA>
## 991 <NA>
## 992 <NA>
## 993 <NA>
## 994 <NA>
## 995 <NA>
## 996 <NA>
## 997 <NA>
## 998 <NA>
## 999 <NA>
## 1000 <NA>
## 1001 <NA>
## 1002 <NA>
## 1003 <NA>
## 1004 <NA>
## 1005 <NA>
## 1006 <NA>
## 1007 <NA>
## 1008 <NA>
## 1009 <NA>
## 1010 <NA>
## 1011 <NA>
## 1012 <NA>
## 1013 <NA>
## 1014 <NA>
## 1015 <NA>
## 1016 <NA>
## 1017 <NA>
## 1018 <NA>
## 1019 <NA>
## 1020 <NA>
## 1021 <NA>
## 1022 <NA>
## 1023 <NA>
## 1024 <NA>
## 1025 <NA>
## 1026 <NA>
## 1027 <NA>
## 1028 <NA>
## 1029 <NA>
## 1030 <NA>
## 1031 <NA>
## 1032 <NA>
## 1033 <NA>
## 1034 <NA>
## 1035 <NA>
## 1036 <NA>
## 1037 <NA>
## 1038 <NA>
## 1039 <NA>
## 1040 <NA>
## 1041 <NA>
## 1042 <NA>
## 1043 <NA>
## 1044 <NA>
## 1045 <NA>
## 1046 <NA>
## 1047 <NA>
## 1048 <NA>
## 1049 <NA>
## 1050 <NA>
## 1051 <NA>
## 1052 <NA>
## 1053 <NA>
## 1054 <NA>
## 1055 <NA>
## 1056 <NA>
## 1057 <NA>
## 1058 <NA>
## 1059 <NA>
## 1060 <NA>
## 1061 <NA>
## 1062 <NA>
## 1063 <NA>
## 1064 <NA>
## 1065 <NA>
## 1066 <NA>
## 1067 <NA>
## 1068 <NA>
## 1069 <NA>
## 1070 <NA>
## 1071 <NA>
## 1072 <NA>
## 1073 <NA>
## 1074 <NA>
## 1075 <NA>
## 1076 Gem Prep: Nampa serves nearly twice the percentage of Latino students as the average Idaho school.
## 1077 Gem Prep: Nampa serves nearly twice the percentage of Latino students as the average Idaho school.
## 1078 Gem Prep: Nampa serves nearly twice the percentage of Latino students as the average Idaho school.
## 1079 Gem Prep: Nampa serves nearly twice the percentage of Latino students as the average Idaho school.
## 1080 Gem Prep: Nampa serves nearly twice the percentage of Latino students as the average Idaho school.
## 1081 Gem Prep: Nampa serves nearly twice the percentage of Latino students as the average Idaho school.
## 1082 Gem Prep: Nampa serves nearly twice the percentage of Latino students as the average Idaho school.
## 1083 Gem Prep: Nampa serves nearly twice the percentage of Latino students as the average Idaho school.
## 1084 Gem Prep: Nampa serves nearly twice the percentage of Latino students as the average Idaho school.
## 1085 Gem Prep: Nampa serves nearly twice the percentage of Latino students as the average Idaho school.
## 1086 Gem Prep: Nampa serves nearly twice the percentage of Latino students as the average Idaho school.
## 1087 Gem Prep: Nampa serves nearly twice the percentage of Latino students as the average Idaho school.
## 1088 Gem Prep: Nampa serves nearly twice the percentage of Latino students as the average Idaho school.
## 1089 Gem Prep: Nampa serves nearly twice the percentage of Latino students as the average Idaho school.
## 1090 Gem Prep: Nampa serves nearly twice the percentage of Latino students as the average Idaho school.
## 1091 Gem Prep: Nampa serves nearly twice the percentage of Latino students as the average Idaho school.
## 1092 Gem Prep: Nampa serves nearly twice the percentage of Latino students as the average Idaho school.
## 1093 Gem Prep: Nampa serves nearly twice the percentage of Latino students as the average Idaho school.
## 1094 Gem Prep: Nampa serves nearly twice the percentage of Latino students as the average Idaho school.
## 1095 Gem Prep: Nampa serves nearly twice the percentage of Latino students as the average Idaho school.
## 1096 Gem Prep: Nampa serves nearly twice the percentage of Latino students as the average Idaho school.
## 1097 Gem Prep: Nampa serves nearly twice the percentage of Latino students as the average Idaho school.
## 1098 Gem Prep: Nampa serves nearly twice the percentage of Latino students as the average Idaho school.
## 1099 Gem Prep: Nampa serves nearly twice the percentage of Latino students as the average Idaho school.
## 1100 Gem Prep: Nampa serves nearly twice the percentage of Latino students as the average Idaho school.
## 1101 Gem Prep: Nampa serves nearly twice the percentage of Latino students as the average Idaho school.
## 1102 Gem Prep: Nampa serves nearly twice the percentage of Latino students as the average Idaho school.
## 1103 Gem Prep: Nampa serves nearly twice the percentage of Latino students as the average Idaho school.
## 1104 Gem Prep: Nampa serves nearly twice the percentage of Latino students as the average Idaho school.
## 1105 Gem Prep: Nampa serves nearly twice the percentage of Latino students as the average Idaho school.
## 1106 Gem Prep: Nampa serves nearly twice the percentage of Latino students as the average Idaho school.
## 1107 Gem Prep: Nampa serves nearly twice the percentage of Latino students as the average Idaho school.
## 1108 Gem Prep: Nampa serves nearly twice the percentage of Latino students as the average Idaho school.
## 1109 Gem Prep: Nampa serves nearly twice the percentage of Latino students as the average Idaho school.
## 1110 Gem Prep: Nampa serves nearly twice the percentage of Latino students as the average Idaho school.
## 1111 Gem Prep: Nampa serves nearly twice the percentage of Latino students as the average Idaho school.
## 1112 Gem Prep: Nampa serves nearly twice the percentage of Latino students as the average Idaho school.
## 1113 Gem Prep: Nampa serves nearly twice the percentage of Latino students as the average Idaho school.
## 1114 Gem Prep: Nampa serves nearly twice the percentage of Latino students as the average Idaho school.
## 1115 Gem Prep: Nampa serves nearly twice the percentage of Latino students as the average Idaho school.
## 1116 Gem Prep: Nampa serves nearly twice the percentage of Latino students as the average Idaho school.
## 1117 <NA>
## 1118 <NA>
## 1119 <NA>
## 1120 <NA>
## 1121 <NA>
## 1122 <NA>
## 1123 <NA>
## 1124 <NA>
## 1125 <NA>
## 1126 <NA>
## 1127 <NA>
## 1128 <NA>
## 1129 <NA>
## 1130 <NA>
## 1131 <NA>
## 1132 <NA>
## 1133 <NA>
## 1134 <NA>
## 1135 <NA>
## 1136 <NA>
## 1137 <NA>
## 1138 <NA>
## 1139 <NA>
## 1140 <NA>
## 1141 <NA>
## 1142 <NA>
## 1143 <NA>
## 1144 <NA>
## 1145 <NA>
## 1146 <NA>
## 1147 <NA>
## 1148 <NA>
## 1149 <NA>
## 1150 <NA>
## 1151 <NA>
## 1152 <NA>
## 1153 <NA>
## 1154 <NA>
## 1155 <NA>
## 1156 <NA>
## 1157 <NA>
## 1158 <NA>
## 1159 <NA>
## 1160 <NA>
## 1161 <NA>
## 1162 <NA>
## 1163 <NA>
## 1164 <NA>
## 1165 <NA>
## 1166 <NA>
## 1167 <NA>
## 1168 <NA>
## 1169 <NA>
## 1170 <NA>
## 1171 <NA>
## 1172 <NA>
## 1173 <NA>
## 1174 <NA>
## 1175 <NA>
## 1176 <NA>
## 1177 <NA>
## 1178 <NA>
## 1179 <NA>
## 1180 <NA>
## 1181 <NA>
## 1182 <NA>
## 1183 <NA>
## 1184 <NA>
## 1185 <NA>
## 1186 <NA>
## 1187 <NA>
## 1188 <NA>
## 1189 <NA>
## 1190 <NA>
## 1191 <NA>
## 1192 <NA>
## 1193 <NA>
## 1194 <NA>
## 1195 <NA>
## 1196 <NA>
## 1197 <NA>
## 1198 <NA>
## 1199 <NA>
## 1200 <NA>
## 1201 <NA>
## 1202 <NA>
## 1203 <NA>
## 1204 <NA>
## 1205 <NA>
## 1206 <NA>
## 1207 <NA>
## 1208 <NA>
## 1209 <NA>
## 1210 <NA>
## 1211 <NA>
## 1212 <NA>
## 1213 <NA>
## 1214 <NA>
## 1215 <NA>
## 1216 <NA>
## 1217 <NA>
## 1218 <NA>
## 1219 <NA>
## 1220 <NA>
## 1221 <NA>
## 1222 <NA>
## 1223 <NA>
## 1224 <NA>
## 1225 <NA>
## 1226 <NA>
## 1227 <NA>
## 1228 <NA>
## 1229 <NA>
## 1230 <NA>
## 1231 <NA>
## 1232 <NA>
## 1233 <NA>
## 1234 <NA>
## 1235 <NA>
## 1236 <NA>
## 1237 <NA>
## 1238 <NA>
## 1239 <NA>
## 1240 <NA>
## 1241 <NA>
## 1242 <NA>
## 1243 <NA>
## 1244 <NA>
## 1245 <NA>
## 1246 <NA>
## 1247 <NA>
## 1248 <NA>
## 1249 <NA>
## 1250 <NA>
## 1251 <NA>
## 1252 <NA>
## 1253 <NA>
## 1254 <NA>
## 1255 <NA>
## 1256 <NA>
## 1257 <NA>
## 1258 <NA>
## 1259 <NA>
## 1260 <NA>
## 1261 <NA>
## 1262 <NA>
## 1263 <NA>
## 1264 <NA>
## 1265 <NA>
## 1266 <NA>
## 1267 <NA>
## 1268 <NA>
## 1269 <NA>
## 1270 <NA>
## 1271 <NA>
## 1272 <NA>
## 1273 <NA>
## 1274 <NA>
## 1275 <NA>
## 1276 <NA>
## 1277 <NA>
## 1278 <NA>
## 1279 <NA>
## 1280 <NA>
## 1281 <NA>
## 1282 <NA>
## 1283 <NA>
## 1284 <NA>
## 1285 <NA>
## 1286 <NA>
## 1287 <NA>
## 1288 <NA>
## 1289 <NA>
## 1290 <NA>
## 1291 <NA>
## 1292 <NA>
## 1293 <NA>
## 1294 <NA>
## 1295 <NA>
## 1296 <NA>
## 1297 <NA>
## 1298 <NA>
## 1299 <NA>
## 1300 <NA>
## 1301 <NA>
## 1302 <NA>
## 1303 <NA>
## 1304 <NA>
## 1305 <NA>
## 1306 <NA>
## 1307 <NA>
## 1308 <NA>
## 1309 <NA>
## 1310 <NA>
## 1311 <NA>
## 1312 <NA>
## 1313 <NA>
## 1314 <NA>
## 1315 <NA>
## 1316 <NA>
## 1317 <NA>
## 1318 <NA>
## 1319 <NA>
## 1320 <NA>
## 1321 <NA>
## 1322 <NA>
## 1323 <NA>
## 1324 <NA>
## 1325 <NA>
## 1326 <NA>
## 1327 <NA>
## 1328 <NA>
## 1329 <NA>
## 1330 <NA>
## 1331 <NA>
## 1332 <NA>
## 1333 <NA>
## 1334 <NA>
## 1335 <NA>
## 1336 <NA>
## 1337 <NA>
## 1338 <NA>
## 1339 <NA>
## 1340 <NA>
## 1341 <NA>
## 1342 <NA>
## 1343 <NA>
## 1344 <NA>
## 1345 <NA>
## 1346 <NA>
## 1347 <NA>
## 1348 <NA>
## 1349 <NA>
## 1350 <NA>
## 1351 <NA>
## 1352 <NA>
## 1353 <NA>
## 1354 <NA>
## 1355 <NA>
## 1356 <NA>
## 1357 <NA>
## 1358 <NA>
## 1359 <NA>
## 1360 <NA>
## 1361 <NA>
## 1362 <NA>
## 1363 <NA>
## 1364 <NA>
## 1365 <NA>
## 1366 <NA>
## 1367 <NA>
## 1368 <NA>
## 1369 <NA>
## 1370 <NA>
## 1371 <NA>
## 1372 <NA>
## 1373 <NA>
## 1374 <NA>
## 1375 <NA>
## 1376 <NA>
## 1377 <NA>
## 1378 <NA>
## 1379 <NA>
## 1380 <NA>
## 1381 <NA>
## 1382 <NA>
## 1383 <NA>
## 1384 <NA>
## 1385 <NA>
## 1386 <NA>
## 1387 <NA>
## 1388 <NA>
## 1389 <NA>
## 1390 <NA>
## 1391 <NA>
## 1392 <NA>
## 1393 <NA>
## 1394 <NA>
## 1395 <NA>
## 1396 <NA>
## 1397 <NA>
## 1398 <NA>
## 1399 <NA>
## 1400 <NA>
## 1401 <NA>
## 1402 <NA>
## 1403 <NA>
## 1404 <NA>
## 1405 <NA>
## 1406 <NA>
## 1407 <NA>
## 1408 <NA>
## 1409 <NA>
## 1410 <NA>
## 1411 <NA>
## 1412 <NA>
## 1413 <NA>
## 1414 <NA>
## 1415 <NA>
## 1416 <NA>
## 1417 <NA>
## 1418 <NA>
## 1419 <NA>
## 1420 <NA>
## 1421 <NA>
## 1422 <NA>
## 1423 <NA>
## 1424 <NA>
## 1425 <NA>
## 1426 <NA>
## 1427 <NA>
## 1428 <NA>
## 1429 <NA>
## 1430 <NA>
## 1431 <NA>
## 1432 <NA>
## 1433 <NA>
## 1434 <NA>
## 1435 <NA>
## 1436 <NA>
## 1437 <NA>
## 1438 <NA>
## 1439 <NA>
## 1440 <NA>
## 1441 <NA>
## 1442 <NA>
## 1443 <NA>
## 1444 <NA>
## 1445 <NA>
## 1446 <NA>
## 1447 <NA>
## 1448 <NA>
## 1449 <NA>
## 1450 <NA>
## 1451 <NA>
## 1452 <NA>
## 1453 <NA>
## 1454 <NA>
## 1455 <NA>
## 1456 <NA>
## 1457 <NA>
## 1458 <NA>
## 1459 <NA>
## 1460 <NA>
## 1461 <NA>
## 1462 <NA>
## 1463 <NA>
## 1464 <NA>
## 1465 <NA>
## 1466 <NA>
## 1467 <NA>
## 1468 <NA>
## 1469 <NA>
## 1470 <NA>
## self_reported_locale_rural self_reported_locale_suburban
## 1 0 0
## 2 0 0
## 3 0 0
## 4 0 0
## 5 0 0
## 6 0 0
## 7 0 0
## 8 0 0
## 9 0 0
## 10 0 0
## 11 0 0
## 12 0 0
## 13 0 0
## 14 0 0
## 15 0 0
## 16 0 0
## 17 0 0
## 18 0 0
## 19 0 0
## 20 0 0
## 21 0 0
## 22 0 0
## 23 0 0
## 24 0 0
## 25 0 0
## 26 0 0
## 27 0 0
## 28 0 0
## 29 0 0
## 30 0 0
## 31 0 0
## 32 0 0
## 33 0 0
## 34 0 0
## 35 0 0
## 36 0 0
## 37 0 0
## 38 0 0
## 39 0 0
## 40 0 0
## 41 0 0
## 42 0 0
## 43 0 0
## 44 0 0
## 45 0 0
## 46 0 0
## 47 0 0
## 48 0 0
## 49 0 0
## 50 0 0
## 51 0 0
## 52 0 0
## 53 0 0
## 54 0 0
## 55 0 0
## 56 0 0
## 57 0 0
## 58 0 0
## 59 0 0
## 60 0 0
## 61 0 0
## 62 0 0
## 63 0 0
## 64 0 0
## 65 0 0
## 66 0 0
## 67 0 0
## 68 0 0
## 69 0 0
## 70 0 0
## 71 0 0
## 72 0 0
## 73 0 0
## 74 0 0
## 75 0 0
## 76 0 0
## 77 0 0
## 78 0 0
## 79 0 0
## 80 0 0
## 81 0 0
## 82 0 0
## 83 0 0
## 84 0 0
## 85 0 0
## 86 0 0
## 87 0 0
## 88 0 0
## 89 0 0
## 90 0 0
## 91 0 0
## 92 0 0
## 93 0 0
## 94 0 0
## 95 0 0
## 96 0 0
## 97 0 0
## 98 0 0
## 99 0 0
## 100 0 0
## 101 0 0
## 102 0 0
## 103 0 0
## 104 0 0
## 105 0 0
## 106 0 0
## 107 0 0
## 108 0 0
## 109 0 0
## 110 0 0
## 111 0 0
## 112 0 0
## 113 0 0
## 114 0 0
## 115 0 0
## 116 0 0
## 117 0 0
## 118 0 0
## 119 0 0
## 120 0 0
## 121 0 0
## 122 0 0
## 123 0 0
## 124 0 0
## 125 0 0
## 126 0 0
## 127 0 0
## 128 0 0
## 129 0 0
## 130 0 0
## 131 0 0
## 132 0 0
## 133 0 0
## 134 0 0
## 135 0 0
## 136 0 0
## 137 0 0
## 138 0 0
## 139 0 0
## 140 0 0
## 141 0 0
## 142 0 0
## 143 0 0
## 144 0 0
## 145 0 0
## 146 0 0
## 147 0 0
## 148 0 0
## 149 0 0
## 150 0 0
## 151 0 0
## 152 0 0
## 153 0 0
## 154 0 0
## 155 0 0
## 156 0 0
## 157 0 0
## 158 0 0
## 159 0 0
## 160 0 0
## 161 0 0
## 162 0 0
## 163 0 0
## 164 0 0
## 165 0 0
## 166 0 0
## 167 0 0
## 168 0 0
## 169 0 0
## 170 0 0
## 171 0 0
## 172 0 0
## 173 0 0
## 174 0 0
## 175 0 0
## 176 0 0
## 177 0 0
## 178 0 0
## 179 0 0
## 180 0 0
## 181 0 0
## 182 0 0
## 183 0 0
## 184 0 0
## 185 0 0
## 186 0 0
## 187 0 0
## 188 0 0
## 189 0 0
## 190 0 0
## 191 0 0
## 192 0 0
## 193 0 0
## 194 0 0
## 195 0 0
## 196 0 0
## 197 0 0
## 198 0 0
## 199 0 0
## 200 0 0
## 201 0 0
## 202 0 0
## 203 0 0
## 204 0 0
## 205 0 0
## 206 0 0
## 207 0 0
## 208 0 0
## 209 0 0
## 210 0 0
## 211 0 0
## 212 0 0
## 213 0 0
## 214 0 0
## 215 0 0
## 216 0 0
## 217 0 0
## 218 0 0
## 219 0 0
## 220 0 0
## 221 0 0
## 222 0 0
## 223 0 0
## 224 0 0
## 225 0 0
## 226 0 0
## 227 0 0
## 228 0 0
## 229 0 0
## 230 0 0
## 231 0 0
## 232 0 0
## 233 0 0
## 234 0 0
## 235 0 0
## 236 0 0
## 237 0 0
## 238 0 0
## 239 0 0
## 240 0 0
## 241 0 0
## 242 0 0
## 243 0 0
## 244 0 0
## 245 0 0
## 246 0 0
## 247 0 0
## 248 0 0
## 249 0 0
## 250 0 0
## 251 0 0
## 252 0 0
## 253 0 0
## 254 0 0
## 255 0 0
## 256 0 0
## 257 0 0
## 258 0 0
## 259 0 0
## 260 0 0
## 261 0 0
## 262 0 0
## 263 0 0
## 264 0 0
## 265 0 0
## 266 0 0
## 267 0 0
## 268 0 0
## 269 0 0
## 270 0 0
## 271 0 0
## 272 0 0
## 273 0 0
## 274 0 0
## 275 0 0
## 276 0 0
## 277 0 0
## 278 0 0
## 279 1 0
## 280 1 0
## 281 1 0
## 282 1 0
## 283 1 0
## 284 1 0
## 285 1 0
## 286 1 0
## 287 1 0
## 288 1 0
## 289 1 0
## 290 1 0
## 291 1 0
## 292 1 0
## 293 1 0
## 294 1 0
## 295 1 0
## 296 1 0
## 297 1 0
## 298 1 0
## 299 1 0
## 300 1 0
## 301 1 0
## 302 1 0
## 303 1 0
## 304 1 0
## 305 1 0
## 306 1 0
## 307 1 0
## 308 1 0
## 309 1 0
## 310 1 0
## 311 1 0
## 312 1 0
## 313 1 0
## 314 1 0
## 315 1 0
## 316 1 0
## 317 1 0
## 318 1 0
## 319 1 0
## 320 1 0
## 321 1 0
## 322 1 0
## 323 1 0
## 324 1 0
## 325 1 0
## 326 1 0
## 327 1 0
## 328 1 0
## 329 1 0
## 330 1 0
## 331 1 0
## 332 1 0
## 333 1 0
## 334 1 0
## 335 1 0
## 336 1 0
## 337 1 0
## 338 1 0
## 339 1 0
## 340 1 0
## 341 0 0
## 342 0 0
## 343 0 0
## 344 0 0
## 345 0 0
## 346 0 0
## 347 0 0
## 348 0 0
## 349 0 0
## 350 0 0
## 351 0 0
## 352 0 0
## 353 0 0
## 354 0 0
## 355 0 0
## 356 0 0
## 357 0 0
## 358 0 0
## 359 0 0
## 360 0 0
## 361 0 0
## 362 0 0
## 363 0 0
## 364 0 0
## 365 0 0
## 366 0 0
## 367 0 0
## 368 0 0
## 369 0 0
## 370 0 0
## 371 0 0
## 372 0 0
## 373 0 0
## 374 0 0
## 375 0 0
## 376 0 0
## 377 0 0
## 378 0 0
## 379 0 0
## 380 0 0
## 381 0 0
## 382 0 0
## 383 0 0
## 384 0 0
## 385 0 0
## 386 0 0
## 387 0 0
## 388 0 0
## 389 0 0
## 390 0 0
## 391 0 0
## 392 0 0
## 393 0 0
## 394 0 0
## 395 0 0
## 396 0 0
## 397 0 0
## 398 0 0
## 399 0 0
## 400 0 0
## 401 0 0
## 402 0 0
## 403 0 0
## 404 0 0
## 405 0 0
## 406 0 0
## 407 0 0
## 408 0 0
## 409 0 0
## 410 0 0
## 411 0 0
## 412 0 0
## 413 0 0
## 414 0 0
## 415 0 0
## 416 0 0
## 417 0 0
## 418 0 0
## 419 0 0
## 420 0 0
## 421 0 0
## 422 0 0
## 423 0 0
## 424 0 0
## 425 0 0
## 426 0 0
## 427 0 0
## 428 0 0
## 429 0 0
## 430 0 0
## 431 0 0
## 432 0 0
## 433 0 0
## 434 0 0
## 435 0 0
## 436 0 0
## 437 0 0
## 438 0 0
## 439 0 0
## 440 0 0
## 441 0 0
## 442 0 0
## 443 0 0
## 444 0 0
## 445 0 0
## 446 0 0
## 447 0 0
## 448 0 0
## 449 0 0
## 450 0 0
## 451 0 0
## 452 0 0
## 453 1 1
## 454 1 1
## 455 1 1
## 456 1 1
## 457 1 1
## 458 1 1
## 459 1 1
## 460 1 1
## 461 1 1
## 462 1 1
## 463 1 1
## 464 1 1
## 465 1 1
## 466 1 1
## 467 1 1
## 468 1 1
## 469 1 1
## 470 1 1
## 471 1 1
## 472 1 1
## 473 1 1
## 474 1 1
## 475 1 1
## 476 1 1
## 477 1 1
## 478 1 1
## 479 1 1
## 480 1 1
## 481 1 1
## 482 1 1
## 483 1 1
## 484 1 1
## 485 1 1
## 486 1 1
## 487 1 1
## 488 1 1
## 489 1 1
## 490 1 1
## 491 1 1
## 492 1 1
## 493 1 1
## 494 1 1
## 495 1 1
## 496 1 1
## 497 1 1
## 498 0 0
## 499 0 0
## 500 0 0
## 501 0 0
## 502 0 0
## 503 0 0
## 504 0 0
## 505 0 0
## 506 0 0
## 507 0 0
## 508 0 0
## 509 0 0
## 510 0 0
## 511 0 0
## 512 0 0
## 513 0 0
## 514 0 0
## 515 0 0
## 516 0 0
## 517 0 0
## 518 0 0
## 519 0 0
## 520 0 0
## 521 0 0
## 522 0 0
## 523 0 0
## 524 0 0
## 525 0 0
## 526 0 0
## 527 0 0
## 528 0 0
## 529 0 0
## 530 0 0
## 531 0 0
## 532 0 0
## 533 0 0
## 534 0 0
## 535 0 0
## 536 0 0
## 537 0 0
## 538 0 0
## 539 0 0
## 540 0 0
## 541 0 0
## 542 0 0
## 543 0 0
## 544 0 0
## 545 0 0
## 546 0 0
## 547 0 0
## 548 0 0
## 549 0 0
## 550 0 0
## 551 0 0
## 552 0 0
## 553 0 0
## 554 0 0
## 555 0 0
## 556 0 0
## 557 0 0
## 558 0 0
## 559 0 0
## 560 0 0
## 561 0 0
## 562 0 0
## 563 0 0
## 564 0 0
## 565 0 0
## 566 0 0
## 567 0 0
## 568 0 0
## 569 0 0
## 570 0 0
## 571 0 0
## 572 0 0
## 573 0 0
## 574 0 0
## 575 0 0
## 576 0 0
## 577 0 0
## 578 0 0
## 579 0 0
## 580 0 0
## 581 0 0
## 582 0 0
## 583 0 0
## 584 0 0
## 585 0 0
## 586 0 0
## 587 0 0
## 588 0 0
## 589 0 1
## 590 0 1
## 591 0 1
## 592 0 1
## 593 0 1
## 594 0 1
## 595 0 1
## 596 0 1
## 597 0 1
## 598 0 1
## 599 0 1
## 600 0 1
## 601 0 1
## 602 0 1
## 603 0 1
## 604 0 1
## 605 0 1
## 606 0 1
## 607 0 1
## 608 0 1
## 609 0 1
## 610 0 1
## 611 0 1
## 612 0 1
## 613 0 1
## 614 0 1
## 615 0 1
## 616 0 1
## 617 0 1
## 618 0 1
## 619 0 1
## 620 0 1
## 621 0 1
## 622 0 1
## 623 0 1
## 624 0 1
## 625 0 1
## 626 0 1
## 627 0 1
## 628 0 1
## 629 0 1
## 630 0 1
## 631 0 1
## 632 0 1
## 633 0 1
## 634 0 1
## 635 0 1
## 636 0 1
## 637 0 0
## 638 0 0
## 639 0 0
## 640 0 0
## 641 0 0
## 642 0 0
## 643 0 0
## 644 0 0
## 645 0 0
## 646 0 0
## 647 0 0
## 648 0 0
## 649 0 0
## 650 0 0
## 651 0 0
## 652 0 0
## 653 0 0
## 654 0 0
## 655 0 0
## 656 0 0
## 657 0 0
## 658 0 0
## 659 0 0
## 660 0 0
## 661 0 0
## 662 0 0
## 663 0 0
## 664 0 0
## 665 0 0
## 666 0 0
## 667 0 0
## 668 0 0
## 669 0 0
## 670 0 0
## 671 0 0
## 672 0 0
## 673 0 0
## 674 0 0
## 675 0 0
## 676 0 0
## 677 0 0
## 678 0 0
## 679 0 0
## 680 0 0
## 681 0 0
## 682 0 0
## 683 0 0
## 684 0 0
## 685 0 0
## 686 0 0
## 687 0 0
## 688 0 0
## 689 0 0
## 690 0 0
## 691 0 0
## 692 0 0
## 693 0 0
## 694 0 0
## 695 0 0
## 696 0 0
## 697 0 0
## 698 0 0
## 699 0 0
## 700 0 0
## 701 0 0
## 702 0 0
## 703 0 0
## 704 0 0
## 705 0 0
## 706 0 0
## 707 0 0
## 708 0 0
## 709 0 0
## 710 0 0
## 711 0 0
## 712 0 0
## 713 0 0
## 714 0 0
## 715 0 0
## 716 0 0
## 717 0 0
## 718 0 0
## 719 0 0
## 720 0 0
## 721 0 0
## 722 0 0
## 723 0 0
## 724 0 0
## 725 0 0
## 726 0 0
## 727 0 0
## 728 0 0
## 729 0 0
## 730 0 0
## 731 0 0
## 732 0 0
## 733 0 0
## 734 0 0
## 735 0 0
## 736 0 0
## 737 0 0
## 738 0 0
## 739 0 0
## 740 0 0
## 741 0 0
## 742 0 0
## 743 0 0
## 744 0 0
## 745 0 0
## 746 0 0
## 747 0 0
## 748 0 0
## 749 0 0
## 750 0 0
## 751 0 0
## 752 0 0
## 753 0 0
## 754 0 0
## 755 0 0
## 756 0 0
## 757 0 0
## 758 0 0
## 759 0 0
## 760 0 0
## 761 0 0
## 762 0 0
## 763 0 0
## 764 0 0
## 765 0 0
## 766 0 0
## 767 0 0
## 768 0 0
## 769 0 0
## 770 0 0
## 771 0 0
## 772 0 0
## 773 0 0
## 774 0 0
## 775 0 0
## 776 0 0
## 777 1 1
## 778 1 1
## 779 1 1
## 780 1 1
## 781 1 1
## 782 1 1
## 783 1 1
## 784 1 1
## 785 1 1
## 786 1 1
## 787 1 1
## 788 1 1
## 789 1 1
## 790 1 1
## 791 1 1
## 792 1 1
## 793 1 1
## 794 1 1
## 795 1 1
## 796 1 1
## 797 1 1
## 798 1 1
## 799 1 1
## 800 1 1
## 801 1 1
## 802 1 1
## 803 1 1
## 804 1 1
## 805 1 1
## 806 1 1
## 807 1 1
## 808 1 1
## 809 1 1
## 810 1 1
## 811 1 1
## 812 1 1
## 813 1 1
## 814 1 1
## 815 1 1
## 816 1 1
## 817 1 1
## 818 1 1
## 819 1 1
## 820 1 1
## 821 1 1
## 822 1 1
## 823 1 1
## 824 0 0
## 825 0 0
## 826 0 0
## 827 0 0
## 828 0 0
## 829 0 0
## 830 0 0
## 831 0 0
## 832 0 0
## 833 0 0
## 834 0 0
## 835 0 0
## 836 0 0
## 837 0 0
## 838 0 0
## 839 0 0
## 840 0 0
## 841 0 0
## 842 0 0
## 843 0 0
## 844 0 0
## 845 0 0
## 846 0 0
## 847 0 0
## 848 0 0
## 849 0 0
## 850 0 0
## 851 0 0
## 852 0 0
## 853 0 0
## 854 0 0
## 855 0 0
## 856 0 0
## 857 0 0
## 858 0 0
## 859 0 0
## 860 0 0
## 861 0 0
## 862 0 0
## 863 0 0
## 864 0 0
## 865 0 0
## 866 0 0
## 867 0 0
## 868 0 0
## 869 0 0
## 870 0 0
## 871 0 0
## 872 0 0
## 873 0 0
## 874 0 0
## 875 0 0
## 876 0 0
## 877 0 0
## 878 0 0
## 879 0 0
## 880 0 0
## 881 0 0
## 882 0 0
## 883 0 0
## 884 0 0
## 885 0 0
## 886 0 0
## 887 0 0
## 888 0 0
## 889 0 0
## 890 0 0
## 891 0 0
## 892 0 0
## 893 0 0
## 894 0 0
## 895 0 0
## 896 0 0
## 897 0 0
## 898 0 0
## 899 0 0
## 900 0 0
## 901 0 0
## 902 0 0
## 903 0 0
## 904 0 0
## 905 0 0
## 906 0 0
## 907 0 0
## 908 0 0
## 909 0 0
## 910 0 0
## 911 0 0
## 912 0 0
## 913 0 0
## 914 0 0
## 915 0 0
## 916 0 0
## 917 0 0
## 918 0 0
## 919 0 0
## 920 0 0
## 921 0 0
## 922 0 0
## 923 0 0
## 924 0 0
## 925 0 0
## 926 0 0
## 927 0 0
## 928 0 0
## 929 0 0
## 930 0 0
## 931 0 0
## 932 0 0
## 933 0 0
## 934 0 0
## 935 0 0
## 936 0 0
## 937 0 0
## 938 0 0
## 939 0 0
## 940 0 0
## 941 0 0
## 942 0 0
## 943 0 0
## 944 0 0
## 945 0 0
## 946 0 0
## 947 0 0
## 948 0 0
## 949 0 0
## 950 0 0
## 951 0 0
## 952 0 0
## 953 0 0
## 954 0 0
## 955 0 0
## 956 0 0
## 957 0 0
## 958 0 0
## 959 0 0
## 960 0 0
## 961 0 0
## 962 0 0
## 963 0 0
## 964 0 0
## 965 0 0
## 966 0 0
## 967 0 0
## 968 0 0
## 969 0 0
## 970 0 0
## 971 0 0
## 972 0 0
## 973 0 0
## 974 0 0
## 975 0 0
## 976 0 0
## 977 0 0
## 978 0 0
## 979 0 0
## 980 0 0
## 981 0 0
## 982 0 0
## 983 0 0
## 984 0 0
## 985 0 0
## 986 0 0
## 987 0 0
## 988 0 0
## 989 0 0
## 990 0 0
## 991 0 0
## 992 0 0
## 993 0 0
## 994 0 0
## 995 0 0
## 996 0 0
## 997 0 0
## 998 0 0
## 999 0 0
## 1000 0 0
## 1001 0 0
## 1002 0 0
## 1003 0 0
## 1004 0 0
## 1005 0 0
## 1006 0 0
## 1007 0 0
## 1008 0 0
## 1009 0 0
## 1010 0 0
## 1011 0 0
## 1012 0 0
## 1013 0 0
## 1014 0 0
## 1015 0 0
## 1016 0 0
## 1017 0 0
## 1018 0 0
## 1019 0 0
## 1020 0 0
## 1021 0 0
## 1022 0 0
## 1023 0 0
## 1024 0 0
## 1025 0 0
## 1026 0 0
## 1027 0 0
## 1028 0 0
## 1029 0 0
## 1030 0 0
## 1031 0 0
## 1032 0 0
## 1033 0 1
## 1034 0 1
## 1035 0 1
## 1036 0 1
## 1037 0 1
## 1038 0 1
## 1039 0 1
## 1040 0 1
## 1041 0 1
## 1042 0 1
## 1043 0 1
## 1044 0 1
## 1045 0 1
## 1046 0 1
## 1047 0 1
## 1048 0 1
## 1049 0 1
## 1050 0 1
## 1051 0 1
## 1052 0 1
## 1053 0 1
## 1054 0 1
## 1055 0 1
## 1056 0 1
## 1057 0 1
## 1058 0 1
## 1059 0 1
## 1060 0 1
## 1061 0 1
## 1062 0 1
## 1063 0 1
## 1064 0 1
## 1065 0 1
## 1066 0 1
## 1067 0 1
## 1068 0 1
## 1069 0 1
## 1070 0 1
## 1071 0 1
## 1072 0 1
## 1073 0 1
## 1074 0 1
## 1075 0 1
## 1076 0 1
## 1077 0 1
## 1078 0 1
## 1079 0 1
## 1080 0 1
## 1081 0 1
## 1082 0 1
## 1083 0 1
## 1084 0 1
## 1085 0 1
## 1086 0 1
## 1087 0 1
## 1088 0 1
## 1089 0 1
## 1090 0 1
## 1091 0 1
## 1092 0 1
## 1093 0 1
## 1094 0 1
## 1095 0 1
## 1096 0 1
## 1097 0 1
## 1098 0 1
## 1099 0 1
## 1100 0 1
## 1101 0 1
## 1102 0 1
## 1103 0 1
## 1104 0 1
## 1105 0 1
## 1106 0 1
## 1107 0 1
## 1108 0 1
## 1109 0 1
## 1110 0 1
## 1111 0 1
## 1112 0 1
## 1113 0 1
## 1114 0 1
## 1115 0 1
## 1116 0 1
## 1117 0 1
## 1118 0 1
## 1119 0 1
## 1120 0 1
## 1121 0 1
## 1122 0 1
## 1123 0 1
## 1124 0 1
## 1125 0 1
## 1126 0 1
## 1127 0 1
## 1128 0 1
## 1129 0 1
## 1130 0 1
## 1131 0 1
## 1132 0 1
## 1133 0 1
## 1134 0 1
## 1135 0 1
## 1136 0 1
## 1137 0 1
## 1138 0 1
## 1139 0 1
## 1140 0 1
## 1141 0 1
## 1142 0 1
## 1143 0 1
## 1144 0 1
## 1145 0 1
## 1146 0 1
## 1147 0 1
## 1148 0 1
## 1149 0 1
## 1150 0 1
## 1151 0 1
## 1152 0 1
## 1153 0 1
## 1154 0 1
## 1155 0 1
## 1156 0 1
## 1157 0 1
## 1158 0 1
## 1159 0 1
## 1160 0 1
## 1161 0 1
## 1162 0 1
## 1163 0 1
## 1164 0 1
## 1165 0 1
## 1166 0 1
## 1167 0 1
## 1168 0 1
## 1169 0 1
## 1170 0 1
## 1171 0 0
## 1172 0 0
## 1173 0 0
## 1174 0 0
## 1175 0 0
## 1176 0 0
## 1177 0 0
## 1178 0 0
## 1179 0 0
## 1180 0 0
## 1181 0 0
## 1182 0 0
## 1183 0 0
## 1184 0 0
## 1185 0 0
## 1186 0 0
## 1187 0 0
## 1188 0 0
## 1189 0 0
## 1190 0 0
## 1191 0 0
## 1192 0 0
## 1193 0 0
## 1194 0 0
## 1195 0 0
## 1196 0 0
## 1197 0 0
## 1198 0 0
## 1199 0 0
## 1200 0 0
## 1201 0 0
## 1202 0 0
## 1203 0 0
## 1204 0 0
## 1205 0 0
## 1206 0 0
## 1207 0 0
## 1208 0 0
## 1209 0 0
## 1210 0 0
## 1211 0 0
## 1212 0 0
## 1213 0 0
## 1214 0 0
## 1215 0 0
## 1216 0 0
## 1217 0 0
## 1218 0 0
## 1219 0 0
## 1220 0 0
## 1221 0 0
## 1222 0 0
## 1223 0 0
## 1224 0 0
## 1225 0 0
## 1226 0 0
## 1227 0 0
## 1228 0 0
## 1229 0 0
## 1230 0 0
## 1231 0 0
## 1232 0 0
## 1233 0 0
## 1234 0 0
## 1235 0 0
## 1236 0 0
## 1237 0 0
## 1238 0 0
## 1239 0 0
## 1240 0 0
## 1241 0 0
## 1242 0 0
## 1243 0 0
## 1244 0 0
## 1245 0 0
## 1246 0 0
## 1247 0 0
## 1248 0 0
## 1249 0 0
## 1250 0 0
## 1251 0 0
## 1252 0 0
## 1253 0 0
## 1254 0 0
## 1255 0 0
## 1256 0 0
## 1257 0 0
## 1258 0 0
## 1259 0 0
## 1260 0 0
## 1261 0 0
## 1262 0 0
## 1263 0 0
## 1264 0 0
## 1265 0 0
## 1266 0 0
## 1267 0 0
## 1268 0 0
## 1269 0 0
## 1270 0 0
## 1271 0 0
## 1272 0 0
## 1273 1 0
## 1274 1 0
## 1275 1 0
## 1276 1 0
## 1277 1 0
## 1278 1 0
## 1279 1 0
## 1280 1 0
## 1281 1 0
## 1282 1 0
## 1283 1 0
## 1284 1 0
## 1285 1 0
## 1286 1 0
## 1287 1 0
## 1288 1 0
## 1289 1 0
## 1290 1 0
## 1291 1 0
## 1292 1 0
## 1293 1 0
## 1294 1 0
## 1295 1 0
## 1296 1 0
## 1297 1 0
## 1298 1 0
## 1299 1 0
## 1300 1 0
## 1301 1 0
## 1302 1 0
## 1303 1 0
## 1304 1 0
## 1305 1 0
## 1306 0 0
## 1307 0 0
## 1308 0 0
## 1309 0 0
## 1310 0 0
## 1311 0 0
## 1312 0 0
## 1313 0 0
## 1314 0 0
## 1315 0 0
## 1316 0 0
## 1317 0 0
## 1318 0 0
## 1319 0 0
## 1320 0 0
## 1321 0 0
## 1322 0 0
## 1323 0 0
## 1324 0 0
## 1325 0 0
## 1326 0 0
## 1327 0 0
## 1328 0 0
## 1329 0 0
## 1330 0 0
## 1331 0 0
## 1332 0 0
## 1333 0 0
## 1334 0 0
## 1335 0 0
## 1336 0 0
## 1337 0 0
## 1338 0 0
## 1339 0 0
## 1340 0 0
## 1341 0 0
## 1342 0 0
## 1343 0 0
## 1344 0 0
## 1345 0 0
## 1346 0 0
## 1347 0 0
## 1348 0 0
## 1349 0 0
## 1350 0 0
## 1351 0 0
## 1352 0 0
## 1353 0 0
## 1354 0 0
## 1355 0 0
## 1356 0 0
## 1357 0 0
## 1358 0 0
## 1359 0 0
## 1360 0 0
## 1361 0 0
## 1362 0 0
## 1363 0 0
## 1364 0 0
## 1365 0 0
## 1366 0 0
## 1367 0 0
## 1368 0 0
## 1369 0 0
## 1370 0 0
## 1371 0 0
## 1372 0 0
## 1373 0 0
## 1374 0 0
## 1375 0 0
## 1376 0 0
## 1377 0 0
## 1378 0 0
## 1379 0 0
## 1380 0 0
## 1381 0 0
## 1382 0 0
## 1383 0 0
## 1384 0 0
## 1385 0 0
## 1386 0 0
## 1387 0 0
## 1388 0 0
## 1389 0 0
## 1390 0 0
## 1391 0 0
## 1392 0 0
## 1393 0 0
## 1394 0 0
## 1395 0 0
## 1396 0 0
## 1397 0 0
## 1398 0 0
## 1399 0 0
## 1400 1 0
## 1401 1 0
## 1402 1 0
## 1403 1 0
## 1404 1 0
## 1405 1 0
## 1406 1 0
## 1407 1 0
## 1408 1 0
## 1409 1 0
## 1410 1 0
## 1411 1 0
## 1412 1 0
## 1413 1 0
## 1414 1 0
## 1415 1 0
## 1416 1 0
## 1417 1 0
## 1418 1 0
## 1419 1 0
## 1420 1 0
## 1421 1 0
## 1422 1 0
## 1423 1 0
## 1424 1 0
## 1425 1 0
## 1426 1 0
## 1427 1 0
## 1428 1 0
## 1429 1 0
## 1430 1 0
## 1431 1 0
## 1432 1 0
## 1433 1 0
## 1434 1 0
## 1435 1 0
## 1436 1 0
## 1437 1 0
## 1438 1 0
## 1439 0 0
## 1440 0 0
## 1441 0 0
## 1442 0 0
## 1443 0 0
## 1444 0 0
## 1445 0 0
## 1446 0 0
## 1447 0 0
## 1448 0 0
## 1449 0 0
## 1450 0 0
## 1451 0 0
## 1452 0 0
## 1453 0 0
## 1454 0 0
## 1455 0 0
## 1456 0 0
## 1457 0 0
## 1458 0 0
## 1459 0 0
## 1460 0 0
## 1461 0 0
## 1462 0 0
## 1463 0 0
## 1464 0 0
## 1465 0 0
## 1466 0 0
## 1467 0 0
## 1468 0 0
## 1469 0 0
## 1470 0 0
## self_reported_locale_urban exclusive_locale self_reported_math
## 1 1 Urban NA
## 2 1 Urban NA
## 3 1 Urban NA
## 4 1 Urban NA
## 5 1 Urban NA
## 6 1 Urban NA
## 7 1 Urban NA
## 8 1 Urban NA
## 9 1 Urban NA
## 10 1 Urban NA
## 11 1 Urban NA
## 12 1 Urban NA
## 13 1 Urban NA
## 14 1 Urban NA
## 15 1 Urban NA
## 16 1 Urban NA
## 17 1 Urban NA
## 18 1 Urban NA
## 19 1 Urban NA
## 20 1 Urban NA
## 21 1 Urban NA
## 22 1 Urban NA
## 23 1 Urban NA
## 24 1 Urban NA
## 25 1 Urban NA
## 26 1 Urban NA
## 27 1 Urban NA
## 28 1 Urban NA
## 29 1 Urban NA
## 30 1 Urban NA
## 31 1 Urban NA
## 32 1 Urban NA
## 33 1 Urban NA
## 34 1 Urban NA
## 35 1 Urban NA
## 36 1 Urban NA
## 37 1 Urban NA
## 38 1 Urban NA
## 39 1 Urban NA
## 40 1 Urban NA
## 41 1 Urban NA
## 42 1 Urban NA
## 43 1 Urban NA
## 44 1 Urban NA
## 45 1 Urban NA
## 46 1 Urban NA
## 47 1 Urban NA
## 48 1 Urban NA
## 49 1 Urban NA
## 50 1 Urban NA
## 51 1 Urban NA
## 52 1 Urban NA
## 53 1 Urban NA
## 54 1 Urban NA
## 55 1 Urban NA
## 56 1 Urban NA
## 57 1 Urban NA
## 58 1 Urban NA
## 59 1 Urban NA
## 60 1 Urban NA
## 61 1 Urban NA
## 62 1 Urban NA
## 63 1 Urban NA
## 64 1 Urban NA
## 65 1 Urban NA
## 66 1 Urban NA
## 67 1 Urban NA
## 68 1 Urban NA
## 69 1 Urban NA
## 70 1 Urban NA
## 71 1 Urban NA
## 72 1 Urban NA
## 73 1 Urban NA
## 74 1 Urban NA
## 75 1 Urban NA
## 76 1 Urban NA
## 77 1 Urban NA
## 78 1 Urban NA
## 79 1 Urban NA
## 80 1 Urban NA
## 81 1 Urban NA
## 82 1 Urban 13.0
## 83 1 Urban 13.0
## 84 1 Urban 13.0
## 85 1 Urban 13.0
## 86 1 Urban 13.0
## 87 1 Urban 13.0
## 88 1 Urban 13.0
## 89 1 Urban 13.0
## 90 1 Urban 13.0
## 91 1 Urban 13.0
## 92 1 Urban 13.0
## 93 1 Urban 13.0
## 94 1 Urban 13.0
## 95 1 Urban 13.0
## 96 1 Urban 13.0
## 97 1 Urban 13.0
## 98 1 Urban 13.0
## 99 1 Urban 13.0
## 100 1 Urban 13.0
## 101 1 Urban 13.0
## 102 1 Urban 13.0
## 103 1 Urban 13.0
## 104 1 Urban 23.8
## 105 1 Urban 23.8
## 106 1 Urban 23.8
## 107 1 Urban 23.8
## 108 1 Urban 23.8
## 109 1 Urban 23.8
## 110 1 Urban 23.8
## 111 1 Urban 23.8
## 112 1 Urban 23.8
## 113 1 Urban 23.8
## 114 1 Urban 23.8
## 115 1 Urban 23.8
## 116 1 Urban 23.8
## 117 1 Urban 23.8
## 118 1 Urban 23.8
## 119 1 Urban 23.8
## 120 1 Urban 23.8
## 121 1 Urban 23.8
## 122 1 Urban 23.8
## 123 1 Urban 23.8
## 124 1 Urban 23.8
## 125 1 Urban 23.8
## 126 1 Urban 23.8
## 127 1 Urban 23.8
## 128 1 Urban 23.8
## 129 1 Urban 23.8
## 130 1 Urban 23.8
## 131 1 Urban 23.8
## 132 1 Urban 23.8
## 133 1 Urban 23.8
## 134 1 Urban 23.8
## 135 1 Urban 23.8
## 136 1 Urban 23.8
## 137 1 Urban 23.8
## 138 1 Urban 23.8
## 139 1 Urban 23.8
## 140 1 Urban 23.8
## 141 1 Urban 23.8
## 142 1 Urban 23.8
## 143 1 Urban 23.8
## 144 1 Urban 23.8
## 145 1 Urban 23.8
## 146 1 Urban 23.8
## 147 1 Urban 23.8
## 148 1 Urban 23.8
## 149 1 Urban 23.8
## 150 1 Urban 23.8
## 151 1 Urban 23.8
## 152 1 Urban 23.8
## 153 1 Urban 23.8
## 154 1 Urban 23.8
## 155 1 Urban 23.8
## 156 1 Urban 23.8
## 157 1 Urban 23.8
## 158 1 Urban 23.8
## 159 1 Urban 23.8
## 160 1 Urban 23.8
## 161 1 Urban 23.8
## 162 1 Urban 23.8
## 163 1 Urban 23.8
## 164 1 Urban 8.0
## 165 1 Urban 8.0
## 166 1 Urban 8.0
## 167 1 Urban 8.0
## 168 1 Urban 8.0
## 169 1 Urban 8.0
## 170 1 Urban 8.0
## 171 1 Urban 8.0
## 172 1 Urban 8.0
## 173 1 Urban 8.0
## 174 1 Urban 8.0
## 175 1 Urban 8.0
## 176 1 Urban 8.0
## 177 1 Urban 8.0
## 178 1 Urban 8.0
## 179 1 Urban 8.0
## 180 1 Urban 8.0
## 181 1 Urban 8.0
## 182 1 Urban 8.0
## 183 1 Urban 8.0
## 184 1 Urban 8.0
## 185 1 Urban 8.0
## 186 1 Urban 8.0
## 187 1 Urban 8.0
## 188 1 Urban 8.0
## 189 1 Urban 8.0
## 190 1 Urban 8.0
## 191 1 Urban 8.0
## 192 1 Urban 8.0
## 193 1 Urban 8.0
## 194 1 Urban 8.0
## 195 1 Urban 8.0
## 196 1 Urban 8.0
## 197 1 Urban 8.0
## 198 1 Urban 8.0
## 199 1 Urban 8.0
## 200 1 Urban 8.0
## 201 1 Urban 8.0
## 202 1 Urban 8.0
## 203 1 Urban 8.0
## 204 1 Urban 8.0
## 205 1 Urban 8.0
## 206 1 Urban 8.0
## 207 1 Urban 8.0
## 208 1 Urban 8.0
## 209 1 Urban 8.0
## 210 1 Urban 8.0
## 211 1 Urban 8.0
## 212 1 Urban 8.0
## 213 1 Urban 8.0
## 214 1 Urban 8.0
## 215 1 Urban 8.0
## 216 1 Urban 8.0
## 217 1 Urban 8.0
## 218 1 Urban 8.0
## 219 1 Urban 8.0
## 220 1 Urban 8.0
## 221 1 Urban 8.0
## 222 1 Urban 71.0
## 223 1 Urban 71.0
## 224 1 Urban 71.0
## 225 1 Urban 71.0
## 226 1 Urban 71.0
## 227 1 Urban 71.0
## 228 1 Urban 71.0
## 229 1 Urban 71.0
## 230 1 Urban 71.0
## 231 1 Urban 71.0
## 232 1 Urban 71.0
## 233 1 Urban 71.0
## 234 1 Urban 71.0
## 235 1 Urban 71.0
## 236 1 Urban 71.0
## 237 1 Urban 71.0
## 238 1 Urban 71.0
## 239 1 Urban 71.0
## 240 1 Urban 71.0
## 241 1 Urban 71.0
## 242 1 Urban 71.0
## 243 1 Urban 71.0
## 244 1 Urban 71.0
## 245 1 Urban 71.0
## 246 1 Urban 71.0
## 247 1 Urban 71.0
## 248 1 Urban 71.0
## 249 1 Urban 71.0
## 250 1 Urban 71.0
## 251 1 Urban 71.0
## 252 1 Urban 71.0
## 253 1 Urban 71.0
## 254 1 Urban 71.0
## 255 1 Urban 71.0
## 256 1 Urban 71.0
## 257 1 Urban 71.0
## 258 1 Urban 71.0
## 259 1 Urban 71.0
## 260 1 Urban 71.0
## 261 1 Urban 71.0
## 262 1 Urban 71.0
## 263 1 Urban 71.0
## 264 1 Urban 71.0
## 265 1 Urban 71.0
## 266 1 Urban 71.0
## 267 1 Urban 71.0
## 268 1 Urban 71.0
## 269 1 Urban 71.0
## 270 1 Urban 71.0
## 271 1 Urban 71.0
## 272 1 Urban 71.0
## 273 1 Urban 71.0
## 274 1 Urban 71.0
## 275 1 Urban 71.0
## 276 1 Urban 71.0
## 277 1 Urban 71.0
## 278 1 Urban 71.0
## 279 0 Rural 45.0
## 280 0 Rural 45.0
## 281 0 Rural 45.0
## 282 0 Rural 45.0
## 283 0 Rural 45.0
## 284 0 Rural 45.0
## 285 0 Rural 45.0
## 286 0 Rural 45.0
## 287 0 Rural 45.0
## 288 0 Rural 45.0
## 289 0 Rural 45.0
## 290 0 Rural 45.0
## 291 0 Rural 45.0
## 292 0 Rural 45.0
## 293 0 Rural 45.0
## 294 0 Rural 45.0
## 295 0 Rural 45.0
## 296 0 Rural 45.0
## 297 0 Rural 45.0
## 298 0 Rural 45.0
## 299 0 Rural 45.0
## 300 0 Rural 45.0
## 301 0 Rural 45.0
## 302 0 Rural 45.0
## 303 0 Rural 45.0
## 304 0 Rural 45.0
## 305 0 Rural 45.0
## 306 0 Rural 45.0
## 307 0 Rural 45.0
## 308 0 Rural 45.0
## 309 0 Rural 45.0
## 310 0 Rural 45.0
## 311 0 Rural 45.0
## 312 0 Rural 45.0
## 313 0 Rural 45.0
## 314 0 Rural 45.0
## 315 0 Rural 45.0
## 316 0 Rural 45.0
## 317 0 Rural 45.0
## 318 0 Rural 45.0
## 319 0 Rural 45.0
## 320 0 Rural 45.0
## 321 0 Rural 45.0
## 322 0 Rural 45.0
## 323 0 Rural 45.0
## 324 0 Rural 45.0
## 325 0 Rural 45.0
## 326 0 Rural 45.0
## 327 0 Rural 45.0
## 328 0 Rural 45.0
## 329 0 Rural 45.0
## 330 0 Rural 45.0
## 331 0 Rural 45.0
## 332 0 Rural 45.0
## 333 0 Rural 45.0
## 334 0 Rural 45.0
## 335 0 Rural 45.0
## 336 0 Rural 45.0
## 337 0 Rural 45.0
## 338 0 Rural 45.0
## 339 0 Rural 45.0
## 340 0 Rural 45.0
## 341 1 Urban NA
## 342 1 Urban NA
## 343 1 Urban NA
## 344 1 Urban NA
## 345 1 Urban NA
## 346 1 Urban NA
## 347 1 Urban NA
## 348 1 Urban NA
## 349 1 Urban NA
## 350 1 Urban NA
## 351 1 Urban NA
## 352 1 Urban NA
## 353 1 Urban NA
## 354 1 Urban NA
## 355 1 Urban NA
## 356 1 Urban NA
## 357 1 Urban NA
## 358 1 Urban NA
## 359 1 Urban NA
## 360 1 Urban NA
## 361 1 Urban NA
## 362 1 Urban NA
## 363 1 Urban NA
## 364 1 Urban NA
## 365 1 Urban NA
## 366 1 Urban NA
## 367 1 Urban NA
## 368 1 Urban NA
## 369 1 Urban NA
## 370 1 Urban NA
## 371 1 Urban NA
## 372 1 Urban NA
## 373 1 Urban NA
## 374 1 Urban NA
## 375 1 Urban NA
## 376 1 Urban NA
## 377 1 Urban NA
## 378 1 Urban NA
## 379 1 Urban NA
## 380 1 Urban NA
## 381 1 Urban NA
## 382 1 Urban NA
## 383 1 Urban NA
## 384 1 Urban NA
## 385 1 Urban NA
## 386 1 Urban NA
## 387 1 Urban NA
## 388 1 Urban NA
## 389 1 Urban NA
## 390 1 Urban NA
## 391 1 Urban NA
## 392 1 Urban NA
## 393 1 Urban NA
## 394 1 Urban NA
## 395 1 Urban NA
## 396 1 Urban NA
## 397 1 Urban NA
## 398 1 Urban NA
## 399 1 Urban NA
## 400 1 Urban NA
## 401 1 Urban NA
## 402 1 Urban NA
## 403 1 Urban NA
## 404 1 Urban NA
## 405 1 Urban NA
## 406 1 Urban NA
## 407 1 Urban NA
## 408 1 Urban NA
## 409 1 Urban NA
## 410 1 Urban NA
## 411 1 Urban NA
## 412 1 Urban NA
## 413 1 Urban NA
## 414 1 Urban NA
## 415 1 Urban NA
## 416 1 Urban NA
## 417 1 Urban NA
## 418 1 Urban NA
## 419 1 Urban NA
## 420 1 Urban NA
## 421 1 Urban NA
## 422 1 Urban NA
## 423 1 Urban NA
## 424 1 Urban NA
## 425 1 Urban NA
## 426 1 Urban NA
## 427 1 Urban NA
## 428 1 Urban NA
## 429 1 Urban NA
## 430 1 Urban NA
## 431 1 Urban NA
## 432 1 Urban NA
## 433 1 Urban NA
## 434 1 Urban NA
## 435 1 Urban NA
## 436 1 Urban NA
## 437 1 Urban NA
## 438 1 Urban NA
## 439 1 Urban NA
## 440 1 Urban NA
## 441 1 Urban NA
## 442 1 Urban NA
## 443 1 Urban NA
## 444 1 Urban NA
## 445 1 Urban NA
## 446 1 Urban NA
## 447 1 Urban NA
## 448 1 Urban NA
## 449 1 Urban NA
## 450 1 Urban NA
## 451 1 Urban NA
## 452 1 Urban NA
## 453 1 Multiple 93.0
## 454 1 Multiple 93.0
## 455 1 Multiple 93.0
## 456 1 Multiple 93.0
## 457 1 Multiple 93.0
## 458 1 Multiple 93.0
## 459 1 Multiple 93.0
## 460 1 Multiple 93.0
## 461 1 Multiple 93.0
## 462 1 Multiple 93.0
## 463 1 Multiple 93.0
## 464 1 Multiple 93.0
## 465 1 Multiple 93.0
## 466 1 Multiple 93.0
## 467 1 Multiple 93.0
## 468 1 Multiple 93.0
## 469 1 Multiple 93.0
## 470 1 Multiple 93.0
## 471 1 Multiple 93.0
## 472 1 Multiple 93.0
## 473 1 Multiple 93.0
## 474 1 Multiple 93.0
## 475 1 Multiple 93.0
## 476 1 Multiple 93.0
## 477 1 Multiple 93.0
## 478 1 Multiple 93.0
## 479 1 Multiple 93.0
## 480 1 Multiple 93.0
## 481 1 Multiple 93.0
## 482 1 Multiple 93.0
## 483 1 Multiple 93.0
## 484 1 Multiple 93.0
## 485 1 Multiple 93.0
## 486 1 Multiple 93.0
## 487 1 Multiple 93.0
## 488 1 Multiple 93.0
## 489 1 Multiple 93.0
## 490 1 Multiple 93.0
## 491 1 Multiple 93.0
## 492 1 Multiple 93.0
## 493 1 Multiple 93.0
## 494 1 Multiple 93.0
## 495 1 Multiple 93.0
## 496 1 Multiple 93.0
## 497 1 Multiple 93.0
## 498 1 Urban NA
## 499 1 Urban NA
## 500 1 Urban NA
## 501 1 Urban NA
## 502 1 Urban NA
## 503 1 Urban NA
## 504 1 Urban NA
## 505 1 Urban NA
## 506 1 Urban NA
## 507 1 Urban NA
## 508 1 Urban NA
## 509 1 Urban NA
## 510 1 Urban NA
## 511 1 Urban NA
## 512 1 Urban NA
## 513 1 Urban NA
## 514 1 Urban NA
## 515 1 Urban NA
## 516 1 Urban NA
## 517 1 Urban NA
## 518 1 Urban NA
## 519 1 Urban NA
## 520 1 Urban NA
## 521 1 Urban NA
## 522 1 Urban NA
## 523 1 Urban NA
## 524 1 Urban NA
## 525 1 Urban NA
## 526 1 Urban NA
## 527 1 Urban NA
## 528 1 Urban NA
## 529 1 Urban NA
## 530 1 Urban NA
## 531 1 Urban NA
## 532 1 Urban NA
## 533 1 Urban NA
## 534 1 Urban NA
## 535 1 Urban NA
## 536 1 Urban NA
## 537 1 Urban NA
## 538 1 Urban NA
## 539 1 Urban NA
## 540 1 Urban NA
## 541 1 Urban NA
## 542 1 Urban 50.0
## 543 1 Urban 50.0
## 544 1 Urban 50.0
## 545 1 Urban 50.0
## 546 1 Urban 50.0
## 547 1 Urban 50.0
## 548 1 Urban 50.0
## 549 1 Urban 50.0
## 550 1 Urban 50.0
## 551 1 Urban 50.0
## 552 1 Urban 50.0
## 553 1 Urban 50.0
## 554 1 Urban 50.0
## 555 1 Urban 50.0
## 556 1 Urban 50.0
## 557 1 Urban 50.0
## 558 1 Urban 50.0
## 559 1 Urban 50.0
## 560 1 Urban 50.0
## 561 1 Urban 50.0
## 562 1 Urban 50.0
## 563 1 Urban 50.0
## 564 1 Urban 50.0
## 565 1 Urban 50.0
## 566 1 Urban 50.0
## 567 1 Urban 50.0
## 568 1 Urban 50.0
## 569 1 Urban 50.0
## 570 1 Urban 50.0
## 571 1 Urban 50.0
## 572 1 Urban 50.0
## 573 1 Urban 50.0
## 574 1 Urban 50.0
## 575 1 Urban 50.0
## 576 1 Urban 50.0
## 577 1 Urban 50.0
## 578 1 Urban 50.0
## 579 1 Urban 50.0
## 580 1 Urban 50.0
## 581 1 Urban 50.0
## 582 1 Urban 50.0
## 583 1 Urban 50.0
## 584 1 Urban 50.0
## 585 1 Urban 50.0
## 586 1 Urban 50.0
## 587 1 Urban 50.0
## 588 1 Urban 50.0
## 589 0 Suburban NA
## 590 0 Suburban NA
## 591 0 Suburban NA
## 592 0 Suburban NA
## 593 0 Suburban NA
## 594 0 Suburban NA
## 595 0 Suburban NA
## 596 0 Suburban NA
## 597 0 Suburban NA
## 598 0 Suburban NA
## 599 0 Suburban NA
## 600 0 Suburban NA
## 601 0 Suburban NA
## 602 0 Suburban NA
## 603 0 Suburban NA
## 604 0 Suburban NA
## 605 0 Suburban NA
## 606 0 Suburban NA
## 607 0 Suburban NA
## 608 0 Suburban NA
## 609 0 Suburban NA
## 610 0 Suburban NA
## 611 0 Suburban NA
## 612 0 Suburban NA
## 613 0 Suburban NA
## 614 0 Suburban NA
## 615 0 Suburban NA
## 616 0 Suburban NA
## 617 0 Suburban NA
## 618 0 Suburban NA
## 619 0 Suburban NA
## 620 0 Suburban NA
## 621 0 Suburban NA
## 622 0 Suburban NA
## 623 0 Suburban NA
## 624 0 Suburban NA
## 625 0 Suburban NA
## 626 0 Suburban NA
## 627 0 Suburban NA
## 628 0 Suburban NA
## 629 0 Suburban NA
## 630 0 Suburban NA
## 631 0 Suburban NA
## 632 0 Suburban NA
## 633 0 Suburban NA
## 634 0 Suburban NA
## 635 0 Suburban NA
## 636 0 Suburban NA
## 637 1 Multiple 28.0
## 638 1 Multiple 28.0
## 639 1 Multiple 28.0
## 640 1 Multiple 28.0
## 641 1 Multiple 28.0
## 642 1 Multiple 28.0
## 643 1 Multiple 28.0
## 644 1 Multiple 28.0
## 645 1 Multiple 28.0
## 646 1 Multiple 28.0
## 647 1 Multiple 28.0
## 648 1 Multiple 28.0
## 649 1 Multiple 28.0
## 650 1 Multiple 28.0
## 651 1 Multiple 28.0
## 652 1 Multiple 28.0
## 653 1 Multiple 28.0
## 654 1 Urban 15.0
## 655 1 Urban 15.0
## 656 1 Urban 15.0
## 657 1 Urban 15.0
## 658 1 Urban 15.0
## 659 1 Urban 15.0
## 660 1 Urban 15.0
## 661 1 Urban 15.0
## 662 1 Urban 15.0
## 663 1 Urban 15.0
## 664 1 Urban 15.0
## 665 1 Urban 15.0
## 666 1 Urban 15.0
## 667 1 Urban 15.0
## 668 1 Urban 15.0
## 669 1 Urban 15.0
## 670 1 Urban 15.0
## 671 1 Urban 15.0
## 672 1 Urban 15.0
## 673 1 Urban 15.0
## 674 1 Urban 15.0
## 675 1 Urban 15.0
## 676 1 Urban 15.0
## 677 1 Urban 15.0
## 678 1 Urban 15.0
## 679 1 Urban 15.0
## 680 1 Urban 15.0
## 681 1 Urban 15.0
## 682 1 Urban 15.0
## 683 1 Urban 15.0
## 684 1 Urban 15.0
## 685 1 Urban 15.0
## 686 1 Urban 15.0
## 687 1 Urban 15.0
## 688 1 Urban 15.0
## 689 1 Urban 15.0
## 690 1 Urban 15.0
## 691 1 Urban 15.0
## 692 1 Urban 15.0
## 693 1 Urban 15.0
## 694 1 Urban 15.0
## 695 1 Urban 15.0
## 696 1 Urban 15.0
## 697 1 Urban 15.0
## 698 1 Urban 15.0
## 699 1 Urban 15.0
## 700 1 Urban 15.0
## 701 1 Urban 15.0
## 702 1 Urban 15.0
## 703 1 Urban 15.0
## 704 1 Urban 15.0
## 705 1 Urban 15.0
## 706 1 Urban 15.0
## 707 1 Urban 15.0
## 708 1 Urban 15.0
## 709 1 Urban 15.0
## 710 1 Urban 15.0
## 711 1 Urban 15.0
## 712 1 Urban 29.0
## 713 1 Urban 29.0
## 714 1 Urban 29.0
## 715 1 Urban 29.0
## 716 1 Urban 29.0
## 717 1 Urban 29.0
## 718 1 Urban 29.0
## 719 1 Urban 29.0
## 720 1 Urban 29.0
## 721 1 Urban 29.0
## 722 1 Urban 29.0
## 723 1 Urban 29.0
## 724 1 Urban 29.0
## 725 1 Urban 29.0
## 726 1 Urban 29.0
## 727 1 Urban 29.0
## 728 1 Urban 29.0
## 729 1 Urban 29.0
## 730 1 Urban 29.0
## 731 1 Urban 29.0
## 732 1 Urban 29.0
## 733 1 Urban 29.0
## 734 1 Urban 29.0
## 735 1 Urban 29.0
## 736 1 Urban 29.0
## 737 1 Urban 29.0
## 738 1 Urban 29.0
## 739 1 Urban 29.0
## 740 1 Urban 29.0
## 741 1 Urban 29.0
## 742 1 Urban 29.0
## 743 1 Urban 29.0
## 744 1 Urban 29.0
## 745 1 Urban 29.0
## 746 1 Urban 29.0
## 747 1 Urban 29.0
## 748 1 Urban 29.0
## 749 1 Urban 29.0
## 750 1 Urban 29.0
## 751 1 Urban 29.0
## 752 1 Urban 29.0
## 753 1 Urban 29.0
## 754 1 Urban 29.0
## 755 1 Urban 29.0
## 756 1 Urban 29.0
## 757 1 Urban 29.0
## 758 1 Urban 29.0
## 759 1 Urban 29.0
## 760 1 Urban 29.0
## 761 1 Urban 29.0
## 762 1 Urban 29.0
## 763 1 Urban 29.0
## 764 1 Urban 29.0
## 765 1 Urban 29.0
## 766 1 Urban 29.0
## 767 1 Urban 29.0
## 768 1 Urban 29.0
## 769 1 Urban 29.0
## 770 1 Urban 29.0
## 771 1 Urban 29.0
## 772 1 Urban 29.0
## 773 1 Urban 29.0
## 774 1 Urban 29.0
## 775 1 Urban 29.0
## 776 1 Urban 29.0
## 777 1 Multiple 56.0
## 778 1 Multiple 56.0
## 779 1 Multiple 56.0
## 780 1 Multiple 56.0
## 781 1 Multiple 56.0
## 782 1 Multiple 56.0
## 783 1 Multiple 56.0
## 784 1 Multiple 56.0
## 785 1 Multiple 56.0
## 786 1 Multiple 56.0
## 787 1 Multiple 56.0
## 788 1 Multiple 56.0
## 789 1 Multiple 56.0
## 790 1 Multiple 56.0
## 791 1 Multiple 56.0
## 792 1 Multiple 56.0
## 793 1 Multiple 56.0
## 794 1 Multiple 56.0
## 795 1 Multiple 56.0
## 796 1 Multiple 56.0
## 797 1 Multiple 56.0
## 798 1 Multiple 56.0
## 799 1 Multiple 56.0
## 800 1 Multiple 56.0
## 801 1 Multiple 56.0
## 802 1 Multiple 56.0
## 803 1 Multiple 56.0
## 804 1 Multiple 56.0
## 805 1 Multiple 56.0
## 806 1 Multiple 56.0
## 807 1 Multiple 56.0
## 808 1 Multiple 56.0
## 809 1 Multiple 56.0
## 810 1 Multiple 56.0
## 811 1 Multiple 56.0
## 812 1 Multiple 56.0
## 813 1 Multiple 56.0
## 814 1 Multiple 56.0
## 815 1 Multiple 56.0
## 816 1 Multiple 56.0
## 817 1 Multiple 56.0
## 818 1 Multiple 56.0
## 819 1 Multiple 56.0
## 820 1 Multiple 56.0
## 821 1 Multiple 56.0
## 822 1 Multiple 56.0
## 823 1 Multiple 56.0
## 824 1 Urban NA
## 825 1 Urban NA
## 826 1 Urban NA
## 827 1 Urban NA
## 828 1 Urban NA
## 829 1 Urban NA
## 830 1 Urban NA
## 831 1 Urban NA
## 832 1 Urban NA
## 833 1 Urban NA
## 834 1 Urban NA
## 835 1 Urban NA
## 836 1 Urban NA
## 837 1 Urban NA
## 838 1 Urban NA
## 839 1 Urban NA
## 840 1 Urban NA
## 841 1 Urban NA
## 842 1 Urban NA
## 843 1 Urban NA
## 844 1 Urban NA
## 845 1 Urban NA
## 846 1 Urban NA
## 847 1 Urban NA
## 848 1 Urban NA
## 849 1 Urban NA
## 850 1 Urban NA
## 851 1 Urban NA
## 852 1 Urban NA
## 853 1 Urban NA
## 854 1 Urban NA
## 855 1 Urban NA
## 856 1 Urban NA
## 857 1 Urban NA
## 858 1 Urban NA
## 859 1 Urban NA
## 860 1 Urban NA
## 861 1 Urban NA
## 862 1 Urban NA
## 863 1 Urban NA
## 864 1 Urban NA
## 865 1 Urban NA
## 866 1 Urban 92.0
## 867 1 Urban 92.0
## 868 1 Urban 92.0
## 869 1 Urban 92.0
## 870 1 Urban 92.0
## 871 1 Urban 92.0
## 872 1 Urban 92.0
## 873 1 Urban 92.0
## 874 1 Urban 92.0
## 875 1 Urban 92.0
## 876 1 Urban 92.0
## 877 1 Urban 92.0
## 878 1 Urban 92.0
## 879 1 Urban 92.0
## 880 1 Urban 92.0
## 881 1 Urban 92.0
## 882 1 Urban 92.0
## 883 1 Urban 92.0
## 884 1 Urban 92.0
## 885 1 Urban 92.0
## 886 1 Urban 92.0
## 887 1 Urban 92.0
## 888 1 Urban 92.0
## 889 1 Urban 92.0
## 890 1 Urban 92.0
## 891 1 Urban 92.0
## 892 1 Urban 92.0
## 893 1 Urban 92.0
## 894 1 Urban 92.0
## 895 1 Urban 92.0
## 896 1 Urban 92.0
## 897 1 Urban 92.0
## 898 1 Urban 92.0
## 899 1 Urban 92.0
## 900 1 Urban 92.0
## 901 1 Urban 92.0
## 902 1 Urban 92.0
## 903 1 Urban 92.0
## 904 1 Urban 92.0
## 905 1 Urban 92.0
## 906 1 Urban 92.0
## 907 1 Urban 92.0
## 908 1 Urban 92.0
## 909 1 Urban 92.0
## 910 1 Urban 92.0
## 911 1 Urban 92.0
## 912 1 Urban 92.0
## 913 1 Urban 92.0
## 914 1 Urban 92.0
## 915 1 Urban 92.0
## 916 1 Urban 92.0
## 917 1 Urban 92.0
## 918 1 Urban 92.0
## 919 1 Urban 92.0
## 920 1 Urban NA
## 921 1 Urban NA
## 922 1 Urban NA
## 923 1 Urban NA
## 924 1 Urban NA
## 925 1 Urban NA
## 926 1 Urban NA
## 927 1 Urban NA
## 928 1 Urban NA
## 929 1 Urban NA
## 930 1 Urban NA
## 931 1 Urban NA
## 932 1 Urban NA
## 933 1 Urban NA
## 934 1 Urban NA
## 935 1 Urban NA
## 936 1 Urban NA
## 937 1 Urban NA
## 938 1 Urban NA
## 939 1 Urban NA
## 940 1 Urban NA
## 941 1 Urban NA
## 942 1 Urban NA
## 943 1 Urban NA
## 944 1 Urban NA
## 945 1 Urban NA
## 946 1 Urban NA
## 947 1 Urban NA
## 948 1 Urban NA
## 949 1 Urban NA
## 950 1 Urban NA
## 951 1 Urban NA
## 952 1 Urban NA
## 953 1 Urban NA
## 954 1 Urban NA
## 955 1 Urban NA
## 956 1 Urban NA
## 957 1 Urban NA
## 958 1 Urban NA
## 959 1 Urban NA
## 960 1 Urban NA
## 961 1 Urban NA
## 962 1 Urban NA
## 963 1 Urban NA
## 964 1 Urban NA
## 965 1 Urban NA
## 966 1 Urban NA
## 967 1 Urban NA
## 968 1 Urban NA
## 969 1 Urban NA
## 970 1 Urban NA
## 971 1 Urban NA
## 972 1 Urban NA
## 973 1 Urban 14.0
## 974 1 Urban 14.0
## 975 1 Urban 14.0
## 976 1 Urban 14.0
## 977 1 Urban 14.0
## 978 1 Urban 14.0
## 979 1 Urban 14.0
## 980 1 Urban 14.0
## 981 1 Urban 14.0
## 982 1 Urban 14.0
## 983 1 Urban 14.0
## 984 1 Urban 14.0
## 985 1 Urban 14.0
## 986 1 Urban 14.0
## 987 1 Urban 14.0
## 988 1 Urban 14.0
## 989 1 Urban 14.0
## 990 1 Urban 14.0
## 991 1 Urban 14.0
## 992 1 Urban 14.0
## 993 1 Urban 14.0
## 994 1 Urban 14.0
## 995 1 Urban 14.0
## 996 1 Urban 14.0
## 997 1 Urban 14.0
## 998 1 Urban 14.0
## 999 1 Urban 14.0
## 1000 1 Urban 14.0
## 1001 1 Urban 14.0
## 1002 1 Urban 14.0
## 1003 1 Urban 14.0
## 1004 1 Urban 14.0
## 1005 1 Urban 14.0
## 1006 1 Urban 14.0
## 1007 1 Urban 14.0
## 1008 1 Urban 14.0
## 1009 1 Urban 14.0
## 1010 1 Urban 14.0
## 1011 1 Urban 14.0
## 1012 1 Urban 14.0
## 1013 1 Urban 14.0
## 1014 1 Urban 14.0
## 1015 1 Urban 14.0
## 1016 1 Urban 14.0
## 1017 1 Urban 14.0
## 1018 1 Urban 14.0
## 1019 1 Urban 14.0
## 1020 1 Urban 14.0
## 1021 1 Urban 14.0
## 1022 1 Urban 14.0
## 1023 1 Urban 14.0
## 1024 1 Urban 14.0
## 1025 1 Urban 14.0
## 1026 1 Urban 14.0
## 1027 1 Urban 14.0
## 1028 1 Urban 14.0
## 1029 1 Urban 14.0
## 1030 1 Urban 14.0
## 1031 1 Urban 14.0
## 1032 1 Urban 14.0
## 1033 0 Suburban NA
## 1034 0 Suburban NA
## 1035 0 Suburban NA
## 1036 0 Suburban NA
## 1037 0 Suburban NA
## 1038 0 Suburban NA
## 1039 0 Suburban NA
## 1040 0 Suburban NA
## 1041 0 Suburban NA
## 1042 0 Suburban NA
## 1043 0 Suburban NA
## 1044 0 Suburban NA
## 1045 0 Suburban NA
## 1046 0 Suburban NA
## 1047 0 Suburban NA
## 1048 0 Suburban NA
## 1049 0 Suburban NA
## 1050 0 Suburban NA
## 1051 0 Suburban NA
## 1052 0 Suburban NA
## 1053 0 Suburban NA
## 1054 0 Suburban NA
## 1055 0 Suburban NA
## 1056 0 Suburban NA
## 1057 0 Suburban NA
## 1058 0 Suburban NA
## 1059 0 Suburban NA
## 1060 0 Suburban NA
## 1061 0 Suburban NA
## 1062 0 Suburban NA
## 1063 0 Suburban NA
## 1064 0 Suburban NA
## 1065 0 Suburban NA
## 1066 0 Suburban NA
## 1067 0 Suburban NA
## 1068 0 Suburban NA
## 1069 0 Suburban NA
## 1070 0 Suburban NA
## 1071 0 Suburban NA
## 1072 0 Suburban NA
## 1073 0 Suburban NA
## 1074 0 Suburban NA
## 1075 0 Suburban NA
## 1076 0 Multiple 49.0
## 1077 0 Multiple 49.0
## 1078 0 Multiple 49.0
## 1079 0 Multiple 49.0
## 1080 0 Multiple 49.0
## 1081 0 Multiple 49.0
## 1082 0 Multiple 49.0
## 1083 0 Multiple 49.0
## 1084 0 Multiple 49.0
## 1085 0 Multiple 49.0
## 1086 0 Multiple 49.0
## 1087 0 Multiple 49.0
## 1088 0 Multiple 49.0
## 1089 0 Multiple 49.0
## 1090 0 Multiple 49.0
## 1091 0 Multiple 49.0
## 1092 0 Multiple 49.0
## 1093 0 Multiple 49.0
## 1094 0 Multiple 49.0
## 1095 0 Multiple 49.0
## 1096 0 Multiple 49.0
## 1097 0 Multiple 49.0
## 1098 0 Multiple 49.0
## 1099 0 Multiple 49.0
## 1100 0 Multiple 49.0
## 1101 0 Multiple 49.0
## 1102 0 Multiple 49.0
## 1103 0 Multiple 49.0
## 1104 0 Multiple 49.0
## 1105 0 Multiple 49.0
## 1106 0 Multiple 49.0
## 1107 0 Multiple 49.0
## 1108 0 Multiple 49.0
## 1109 0 Multiple 49.0
## 1110 0 Multiple 49.0
## 1111 0 Multiple 49.0
## 1112 0 Multiple 49.0
## 1113 0 Multiple 49.0
## 1114 0 Multiple 49.0
## 1115 0 Multiple 49.0
## 1116 0 Multiple 49.0
## 1117 0 Suburban 51.4
## 1118 0 Suburban 51.4
## 1119 0 Suburban 51.4
## 1120 0 Suburban 51.4
## 1121 0 Suburban 51.4
## 1122 0 Suburban 51.4
## 1123 0 Suburban 51.4
## 1124 0 Suburban 51.4
## 1125 0 Suburban 51.4
## 1126 0 Suburban 51.4
## 1127 0 Suburban 51.4
## 1128 0 Suburban 51.4
## 1129 0 Suburban 51.4
## 1130 0 Suburban 51.4
## 1131 0 Suburban 51.4
## 1132 0 Suburban 51.4
## 1133 0 Suburban 51.4
## 1134 0 Suburban 51.4
## 1135 0 Suburban 51.4
## 1136 0 Suburban 51.4
## 1137 0 Suburban 51.4
## 1138 0 Suburban 51.4
## 1139 0 Suburban 51.4
## 1140 0 Suburban 51.4
## 1141 0 Suburban 51.4
## 1142 0 Suburban 51.4
## 1143 0 Suburban 51.4
## 1144 0 Suburban 51.4
## 1145 0 Suburban 51.4
## 1146 0 Suburban 51.4
## 1147 0 Suburban 51.4
## 1148 0 Suburban 51.4
## 1149 0 Suburban 51.4
## 1150 0 Suburban 51.4
## 1151 0 Suburban 51.4
## 1152 0 Suburban 51.4
## 1153 0 Suburban 51.4
## 1154 0 Suburban 51.4
## 1155 0 Suburban 51.4
## 1156 0 Suburban 51.4
## 1157 0 Suburban 51.4
## 1158 0 Suburban 51.4
## 1159 0 Suburban 51.4
## 1160 0 Suburban 51.4
## 1161 0 Suburban 51.4
## 1162 0 Suburban 51.4
## 1163 0 Suburban 51.4
## 1164 0 Suburban 51.4
## 1165 0 Suburban 51.4
## 1166 0 Suburban 51.4
## 1167 0 Suburban 51.4
## 1168 0 Suburban 51.4
## 1169 0 Suburban 51.4
## 1170 0 Suburban 51.4
## 1171 1 Urban 23.0
## 1172 1 Urban 23.0
## 1173 1 Urban 23.0
## 1174 1 Urban 23.0
## 1175 1 Urban 23.0
## 1176 1 Urban 23.0
## 1177 1 Urban 23.0
## 1178 1 Urban 23.0
## 1179 1 Urban 23.0
## 1180 1 Urban 23.0
## 1181 1 Urban 23.0
## 1182 1 Urban 23.0
## 1183 1 Urban 23.0
## 1184 1 Urban 23.0
## 1185 1 Urban 23.0
## 1186 1 Urban 23.0
## 1187 1 Urban 23.0
## 1188 1 Urban 23.0
## 1189 1 Urban 23.0
## 1190 1 Urban 23.0
## 1191 1 Urban 23.0
## 1192 1 Urban 23.0
## 1193 1 Urban 23.0
## 1194 1 Urban 23.0
## 1195 1 Urban 23.0
## 1196 1 Urban 23.0
## 1197 1 Urban 23.0
## 1198 1 Urban 23.0
## 1199 1 Urban 23.0
## 1200 1 Urban 23.0
## 1201 1 Urban 23.0
## 1202 1 Urban 23.0
## 1203 1 Urban 23.0
## 1204 1 Urban 23.0
## 1205 1 Urban 23.0
## 1206 1 Urban 23.0
## 1207 1 Urban 23.0
## 1208 1 Urban 23.0
## 1209 1 Urban 23.0
## 1210 1 Urban 23.0
## 1211 1 Urban 23.0
## 1212 1 Urban 23.0
## 1213 1 Urban 23.0
## 1214 1 Urban 23.0
## 1215 1 Urban 23.0
## 1216 1 Urban 23.0
## 1217 1 Urban 23.0
## 1218 1 Urban 23.0
## 1219 1 Urban 23.0
## 1220 1 Urban 23.0
## 1221 1 Urban 26.0
## 1222 1 Urban 26.0
## 1223 1 Urban 26.0
## 1224 1 Urban 26.0
## 1225 1 Urban 26.0
## 1226 1 Urban 26.0
## 1227 1 Urban 26.0
## 1228 1 Urban 26.0
## 1229 1 Urban 26.0
## 1230 1 Urban 26.0
## 1231 1 Urban 26.0
## 1232 1 Urban 26.0
## 1233 1 Urban 26.0
## 1234 1 Urban 26.0
## 1235 1 Urban 26.0
## 1236 1 Urban 26.0
## 1237 1 Urban 26.0
## 1238 1 Urban 26.0
## 1239 1 Urban 26.0
## 1240 1 Urban 26.0
## 1241 1 Urban 26.0
## 1242 1 Urban 26.0
## 1243 1 Urban 26.0
## 1244 1 Urban 26.0
## 1245 1 Urban 26.0
## 1246 1 Urban 26.0
## 1247 1 Urban 26.0
## 1248 1 Urban 26.0
## 1249 1 Urban 26.0
## 1250 1 Urban 26.0
## 1251 1 Urban 26.0
## 1252 1 Urban 26.0
## 1253 1 Urban 26.0
## 1254 1 Urban 26.0
## 1255 1 Urban 26.0
## 1256 1 Urban 26.0
## 1257 1 Urban 26.0
## 1258 1 Urban 26.0
## 1259 1 Urban 26.0
## 1260 1 Urban 26.0
## 1261 1 Urban 26.0
## 1262 1 Urban 26.0
## 1263 1 Urban 26.0
## 1264 1 Urban 26.0
## 1265 1 Urban 26.0
## 1266 1 Urban 26.0
## 1267 1 Urban 26.0
## 1268 1 Urban 26.0
## 1269 1 Urban 26.0
## 1270 1 Urban 26.0
## 1271 1 Urban 26.0
## 1272 1 Urban 26.0
## 1273 0 Rural NA
## 1274 0 Rural NA
## 1275 0 Rural NA
## 1276 0 Rural NA
## 1277 0 Rural NA
## 1278 0 Rural NA
## 1279 0 Rural NA
## 1280 0 Rural NA
## 1281 0 Rural NA
## 1282 0 Rural NA
## 1283 0 Rural NA
## 1284 0 Rural NA
## 1285 0 Rural NA
## 1286 0 Rural NA
## 1287 0 Rural NA
## 1288 0 Rural NA
## 1289 0 Rural NA
## 1290 0 Rural NA
## 1291 0 Rural NA
## 1292 0 Rural NA
## 1293 0 Rural NA
## 1294 0 Rural NA
## 1295 0 Rural NA
## 1296 0 Rural NA
## 1297 0 Rural NA
## 1298 0 Rural NA
## 1299 0 Rural NA
## 1300 0 Rural NA
## 1301 0 Rural NA
## 1302 0 Rural NA
## 1303 0 Rural NA
## 1304 0 Rural NA
## 1305 0 Rural NA
## 1306 1 Urban 4.4
## 1307 1 Urban 4.4
## 1308 1 Urban 4.4
## 1309 1 Urban 4.4
## 1310 1 Urban 4.4
## 1311 1 Urban 4.4
## 1312 1 Urban 4.4
## 1313 1 Urban 4.4
## 1314 1 Urban 4.4
## 1315 1 Urban 4.4
## 1316 1 Urban 4.4
## 1317 1 Urban 4.4
## 1318 1 Urban 4.4
## 1319 1 Urban 4.4
## 1320 1 Urban 4.4
## 1321 1 Urban 4.4
## 1322 1 Urban 4.4
## 1323 1 Urban 4.4
## 1324 1 Urban 4.4
## 1325 1 Urban 4.4
## 1326 1 Urban 4.4
## 1327 1 Urban 4.4
## 1328 1 Urban 4.4
## 1329 1 Urban 4.4
## 1330 1 Urban 4.4
## 1331 1 Urban 4.4
## 1332 1 Urban 4.4
## 1333 1 Urban 4.4
## 1334 1 Urban 4.4
## 1335 1 Urban 4.4
## 1336 1 Urban 4.4
## 1337 1 Urban 4.4
## 1338 1 Urban 4.4
## 1339 1 Urban 4.4
## 1340 1 Urban 4.4
## 1341 1 Urban 4.4
## 1342 1 Urban 4.4
## 1343 1 Urban 4.4
## 1344 1 Urban 4.4
## 1345 1 Urban 4.4
## 1346 1 Urban 4.4
## 1347 1 Urban 4.4
## 1348 1 Urban 4.4
## 1349 1 Urban 4.4
## 1350 1 Urban 4.4
## 1351 1 Urban 4.4
## 1352 1 Urban 4.4
## 1353 1 Urban 4.4
## 1354 1 Urban 4.4
## 1355 1 Urban 4.4
## 1356 1 Urban 4.4
## 1357 1 Urban 4.4
## 1358 1 Urban 4.4
## 1359 1 Urban 4.4
## 1360 1 Urban 4.4
## 1361 1 Urban NA
## 1362 1 Urban NA
## 1363 1 Urban NA
## 1364 1 Urban NA
## 1365 1 Urban NA
## 1366 1 Urban NA
## 1367 1 Urban NA
## 1368 1 Urban NA
## 1369 1 Urban NA
## 1370 1 Urban NA
## 1371 1 Urban NA
## 1372 1 Urban NA
## 1373 1 Urban NA
## 1374 1 Urban NA
## 1375 1 Urban NA
## 1376 1 Urban NA
## 1377 1 Urban NA
## 1378 1 Urban NA
## 1379 1 Urban NA
## 1380 1 Urban NA
## 1381 1 Urban NA
## 1382 1 Urban NA
## 1383 1 Urban NA
## 1384 1 Urban NA
## 1385 1 Urban NA
## 1386 1 Urban NA
## 1387 1 Urban NA
## 1388 1 Urban NA
## 1389 1 Urban NA
## 1390 1 Urban NA
## 1391 1 Urban NA
## 1392 1 Urban NA
## 1393 1 Urban NA
## 1394 1 Urban NA
## 1395 1 Urban NA
## 1396 1 Urban NA
## 1397 1 Urban NA
## 1398 1 Urban NA
## 1399 1 Urban NA
## 1400 0 Rural 43.3
## 1401 0 Rural 43.3
## 1402 0 Rural 43.3
## 1403 0 Rural 43.3
## 1404 0 Rural 43.3
## 1405 0 Rural 43.3
## 1406 0 Rural 43.3
## 1407 0 Rural 43.3
## 1408 0 Rural 43.3
## 1409 0 Rural 43.3
## 1410 0 Rural 43.3
## 1411 0 Rural 43.3
## 1412 0 Rural 43.3
## 1413 0 Rural 43.3
## 1414 0 Rural 43.3
## 1415 0 Rural 43.3
## 1416 0 Rural 43.3
## 1417 0 Rural 43.3
## 1418 0 Rural 43.3
## 1419 0 Rural 43.3
## 1420 0 Rural 43.3
## 1421 0 Rural 43.3
## 1422 0 Rural 43.3
## 1423 0 Rural 43.3
## 1424 0 Rural 43.3
## 1425 0 Rural 43.3
## 1426 0 Rural 43.3
## 1427 0 Rural 43.3
## 1428 0 Rural 43.3
## 1429 0 Rural 43.3
## 1430 0 Rural 43.3
## 1431 0 Rural 43.3
## 1432 0 Rural 43.3
## 1433 0 Rural 43.3
## 1434 0 Rural 43.3
## 1435 0 Rural 43.3
## 1436 0 Rural 43.3
## 1437 0 Rural 43.3
## 1438 0 Rural 43.3
## 1439 1 Urban 70.0
## 1440 1 Urban 70.0
## 1441 1 Urban 70.0
## 1442 1 Urban 70.0
## 1443 1 Urban 70.0
## 1444 1 Urban 70.0
## 1445 1 Urban 70.0
## 1446 1 Urban 70.0
## 1447 1 Urban 70.0
## 1448 1 Urban 70.0
## 1449 1 Urban 70.0
## 1450 1 Urban 70.0
## 1451 1 Urban 70.0
## 1452 1 Urban 70.0
## 1453 1 Urban 70.0
## 1454 1 Urban 70.0
## 1455 1 Urban 70.0
## 1456 1 Urban 70.0
## 1457 1 Urban 70.0
## 1458 1 Urban 70.0
## 1459 1 Urban 70.0
## 1460 1 Urban 70.0
## 1461 1 Urban 70.0
## 1462 1 Urban 70.0
## 1463 1 Urban 70.0
## 1464 1 Urban 70.0
## 1465 1 Urban 70.0
## 1466 1 Urban 70.0
## 1467 1 Urban 70.0
## 1468 1 Urban 70.0
## 1469 1 Urban 70.0
## 1470 1 Urban 67.0
## self_reported_race_aian self_reported_race_asian self_reported_race_black
## 1 1 1 27
## 2 1 1 27
## 3 1 1 27
## 4 1 1 27
## 5 1 1 27
## 6 1 1 27
## 7 1 1 27
## 8 1 1 27
## 9 1 1 27
## 10 1 1 27
## 11 1 1 27
## 12 1 1 27
## 13 1 1 27
## 14 1 1 27
## 15 1 1 27
## 16 1 1 27
## 17 1 1 27
## 18 1 1 27
## 19 1 1 27
## 20 1 1 27
## 21 1 1 27
## 22 0 6 11
## 23 0 6 11
## 24 0 6 11
## 25 0 6 11
## 26 0 6 11
## 27 0 6 11
## 28 0 6 11
## 29 0 6 11
## 30 0 6 11
## 31 0 6 11
## 32 0 6 11
## 33 0 6 11
## 34 0 6 11
## 35 0 6 11
## 36 0 6 11
## 37 0 6 11
## 38 0 6 11
## 39 0 6 11
## 40 0 6 11
## 41 0 6 11
## 42 0 6 11
## 43 0 6 11
## 44 0 6 11
## 45 0 6 11
## 46 0 6 11
## 47 0 6 11
## 48 0 6 11
## 49 0 6 11
## 50 0 6 11
## 51 0 6 11
## 52 0 6 11
## 53 0 6 11
## 54 0 6 11
## 55 0 6 11
## 56 0 6 11
## 57 0 6 11
## 58 0 6 11
## 59 0 6 11
## 60 0 6 11
## 61 0 6 11
## 62 0 6 11
## 63 0 6 11
## 64 0 6 11
## 65 0 6 11
## 66 0 6 11
## 67 0 6 11
## 68 0 6 11
## 69 0 6 11
## 70 0 6 11
## 71 0 6 11
## 72 0 6 11
## 73 0 6 11
## 74 0 6 11
## 75 0 6 11
## 76 0 6 11
## 77 0 6 11
## 78 0 6 11
## 79 0 6 11
## 80 0 6 11
## 81 0 6 11
## 82 1 9 9
## 83 1 9 9
## 84 1 9 9
## 85 1 9 9
## 86 1 9 9
## 87 1 9 9
## 88 1 9 9
## 89 1 9 9
## 90 1 9 9
## 91 1 9 9
## 92 1 9 9
## 93 1 9 9
## 94 1 9 9
## 95 1 9 9
## 96 1 9 9
## 97 1 9 9
## 98 1 9 9
## 99 1 9 9
## 100 1 9 9
## 101 1 9 9
## 102 1 9 9
## 103 1 9 9
## 104 5 2 8
## 105 5 2 8
## 106 5 2 8
## 107 5 2 8
## 108 5 2 8
## 109 5 2 8
## 110 5 2 8
## 111 5 2 8
## 112 5 2 8
## 113 5 2 8
## 114 5 2 8
## 115 5 2 8
## 116 5 2 8
## 117 5 2 8
## 118 5 2 8
## 119 5 2 8
## 120 5 2 8
## 121 5 2 8
## 122 5 2 8
## 123 5 2 8
## 124 5 2 8
## 125 5 2 8
## 126 5 2 8
## 127 5 2 8
## 128 5 2 8
## 129 5 2 8
## 130 5 2 8
## 131 5 2 8
## 132 5 2 8
## 133 5 2 8
## 134 5 2 8
## 135 5 2 8
## 136 5 2 8
## 137 5 2 8
## 138 5 2 8
## 139 5 2 8
## 140 5 2 8
## 141 5 2 8
## 142 5 2 8
## 143 5 2 8
## 144 5 2 8
## 145 5 2 8
## 146 5 2 8
## 147 5 2 8
## 148 5 2 8
## 149 5 2 8
## 150 5 2 8
## 151 5 2 8
## 152 5 2 8
## 153 5 2 8
## 154 5 2 8
## 155 5 2 8
## 156 5 2 8
## 157 5 2 8
## 158 5 2 8
## 159 5 2 8
## 160 5 2 8
## 161 5 2 8
## 162 5 2 8
## 163 5 2 8
## 164 0 2 25
## 165 0 2 25
## 166 0 2 25
## 167 0 2 25
## 168 0 2 25
## 169 0 2 25
## 170 0 2 25
## 171 0 2 25
## 172 0 2 25
## 173 0 2 25
## 174 0 2 25
## 175 0 2 25
## 176 0 2 25
## 177 0 2 25
## 178 0 2 25
## 179 0 2 25
## 180 0 2 25
## 181 0 2 25
## 182 0 2 25
## 183 0 2 25
## 184 0 2 25
## 185 0 2 25
## 186 0 2 25
## 187 0 2 25
## 188 0 2 25
## 189 0 2 25
## 190 0 2 25
## 191 0 2 25
## 192 0 2 25
## 193 0 2 25
## 194 0 2 25
## 195 0 2 25
## 196 0 2 25
## 197 0 2 25
## 198 0 2 25
## 199 0 2 25
## 200 0 2 25
## 201 0 2 25
## 202 0 2 25
## 203 0 2 25
## 204 0 2 25
## 205 0 2 25
## 206 0 2 25
## 207 0 2 25
## 208 0 2 25
## 209 0 2 25
## 210 0 2 25
## 211 0 2 25
## 212 0 2 25
## 213 0 2 25
## 214 0 2 25
## 215 0 2 25
## 216 0 2 25
## 217 0 2 25
## 218 0 2 25
## 219 0 2 25
## 220 0 2 25
## 221 0 2 25
## 222 1 1 47
## 223 1 1 47
## 224 1 1 47
## 225 1 1 47
## 226 1 1 47
## 227 1 1 47
## 228 1 1 47
## 229 1 1 47
## 230 1 1 47
## 231 1 1 47
## 232 1 1 47
## 233 1 1 47
## 234 1 1 47
## 235 1 1 47
## 236 1 1 47
## 237 1 1 47
## 238 1 1 47
## 239 1 1 47
## 240 1 1 47
## 241 1 1 47
## 242 1 1 47
## 243 1 1 47
## 244 1 1 47
## 245 1 1 47
## 246 1 1 47
## 247 1 1 47
## 248 1 1 47
## 249 1 1 47
## 250 1 1 47
## 251 1 1 47
## 252 1 1 47
## 253 1 1 47
## 254 1 1 47
## 255 1 1 47
## 256 1 1 47
## 257 1 1 47
## 258 1 1 47
## 259 1 1 47
## 260 1 1 47
## 261 1 1 47
## 262 1 1 47
## 263 1 1 47
## 264 1 1 47
## 265 1 1 47
## 266 1 1 47
## 267 1 1 47
## 268 1 1 47
## 269 1 1 47
## 270 1 1 47
## 271 1 1 47
## 272 1 1 47
## 273 1 1 47
## 274 1 1 47
## 275 1 1 47
## 276 1 1 47
## 277 1 1 47
## 278 1 1 47
## 279 1 1 1
## 280 1 1 1
## 281 1 1 1
## 282 1 1 1
## 283 1 1 1
## 284 1 1 1
## 285 1 1 1
## 286 1 1 1
## 287 1 1 1
## 288 1 1 1
## 289 1 1 1
## 290 1 1 1
## 291 1 1 1
## 292 1 1 1
## 293 1 1 1
## 294 1 1 1
## 295 1 1 1
## 296 1 1 1
## 297 1 1 1
## 298 1 1 1
## 299 1 1 1
## 300 1 1 1
## 301 1 1 1
## 302 1 1 1
## 303 1 1 1
## 304 1 1 1
## 305 1 1 1
## 306 1 1 1
## 307 1 1 1
## 308 1 1 1
## 309 1 1 1
## 310 1 1 1
## 311 1 1 1
## 312 1 1 1
## 313 1 1 1
## 314 1 1 1
## 315 1 1 1
## 316 1 1 1
## 317 1 1 1
## 318 1 1 1
## 319 1 1 1
## 320 1 1 1
## 321 1 1 1
## 322 1 1 1
## 323 1 1 1
## 324 1 1 1
## 325 1 1 1
## 326 1 1 1
## 327 1 1 1
## 328 1 1 1
## 329 1 1 1
## 330 1 1 1
## 331 1 1 1
## 332 1 1 1
## 333 1 1 1
## 334 1 1 1
## 335 1 1 1
## 336 1 1 1
## 337 1 1 1
## 338 1 1 1
## 339 1 1 1
## 340 1 1 1
## 341 0 6 26
## 342 0 6 26
## 343 0 6 26
## 344 0 6 26
## 345 0 6 26
## 346 0 6 26
## 347 0 6 26
## 348 0 6 26
## 349 0 6 26
## 350 0 6 26
## 351 0 6 26
## 352 0 6 26
## 353 0 6 26
## 354 0 6 26
## 355 0 6 26
## 356 0 6 26
## 357 0 6 26
## 358 0 6 26
## 359 0 6 26
## 360 0 6 26
## 361 0 6 26
## 362 0 6 26
## 363 0 6 26
## 364 0 6 26
## 365 0 6 26
## 366 0 6 26
## 367 0 6 26
## 368 0 6 26
## 369 0 6 26
## 370 0 6 26
## 371 0 6 26
## 372 0 6 26
## 373 0 6 26
## 374 0 6 26
## 375 0 6 26
## 376 0 6 26
## 377 0 6 26
## 378 0 6 26
## 379 0 6 26
## 380 0 6 26
## 381 0 6 26
## 382 0 6 26
## 383 0 6 26
## 384 0 18 4
## 385 0 18 4
## 386 0 18 4
## 387 0 18 4
## 388 0 18 4
## 389 0 18 4
## 390 0 18 4
## 391 0 18 4
## 392 0 18 4
## 393 0 18 4
## 394 0 18 4
## 395 0 18 4
## 396 0 18 4
## 397 0 18 4
## 398 0 18 4
## 399 0 18 4
## 400 0 18 4
## 401 0 18 4
## 402 0 18 4
## 403 0 1 41
## 404 0 1 41
## 405 0 1 41
## 406 0 1 41
## 407 0 1 41
## 408 0 1 41
## 409 0 1 41
## 410 0 1 41
## 411 0 1 41
## 412 0 1 41
## 413 0 1 41
## 414 0 1 41
## 415 0 1 41
## 416 0 1 41
## 417 0 1 41
## 418 0 1 41
## 419 0 1 41
## 420 0 1 41
## 421 0 1 41
## 422 0 1 41
## 423 0 1 41
## 424 0 1 41
## 425 0 1 41
## 426 0 1 41
## 427 0 1 41
## 428 0 1 41
## 429 0 1 41
## 430 0 1 41
## 431 0 1 41
## 432 0 1 41
## 433 0 1 41
## 434 0 1 41
## 435 0 1 41
## 436 0 1 41
## 437 0 1 41
## 438 0 1 41
## 439 0 1 41
## 440 0 1 41
## 441 0 1 41
## 442 0 1 41
## 443 0 1 41
## 444 0 1 41
## 445 0 1 41
## 446 0 1 41
## 447 0 1 41
## 448 0 1 41
## 449 0 1 41
## 450 0 1 41
## 451 0 1 41
## 452 0 1 41
## 453 0 5 39
## 454 0 5 39
## 455 0 5 39
## 456 0 5 39
## 457 0 5 39
## 458 0 5 39
## 459 0 5 39
## 460 0 5 39
## 461 0 5 39
## 462 0 5 39
## 463 0 5 39
## 464 0 5 39
## 465 0 5 39
## 466 0 5 39
## 467 0 5 39
## 468 0 5 39
## 469 0 5 39
## 470 0 5 39
## 471 0 5 39
## 472 0 5 39
## 473 0 5 39
## 474 0 5 39
## 475 0 5 39
## 476 0 5 39
## 477 0 5 39
## 478 0 5 39
## 479 0 5 39
## 480 0 5 39
## 481 0 5 39
## 482 0 5 39
## 483 0 5 39
## 484 0 5 39
## 485 0 5 39
## 486 0 5 39
## 487 0 5 39
## 488 0 5 39
## 489 0 5 39
## 490 0 5 39
## 491 0 5 39
## 492 0 5 39
## 493 0 5 39
## 494 0 5 39
## 495 0 5 39
## 496 0 5 39
## 497 0 5 39
## 498 0 0 33
## 499 0 0 33
## 500 0 0 33
## 501 0 0 33
## 502 0 0 33
## 503 0 0 33
## 504 0 0 33
## 505 0 0 33
## 506 0 0 33
## 507 0 0 33
## 508 0 0 33
## 509 0 0 33
## 510 0 0 33
## 511 0 0 33
## 512 0 0 33
## 513 0 0 33
## 514 0 0 33
## 515 0 0 33
## 516 0 0 33
## 517 0 0 33
## 518 0 0 33
## 519 0 0 33
## 520 0 0 33
## 521 0 0 33
## 522 0 0 33
## 523 0 0 33
## 524 0 0 33
## 525 0 0 33
## 526 0 0 33
## 527 0 0 33
## 528 0 0 33
## 529 0 0 33
## 530 0 0 33
## 531 0 0 33
## 532 0 0 33
## 533 0 0 33
## 534 0 0 33
## 535 0 0 33
## 536 0 0 33
## 537 0 0 33
## 538 0 0 33
## 539 0 0 33
## 540 0 0 33
## 541 0 0 33
## 542 0 1 25
## 543 0 1 25
## 544 0 1 25
## 545 0 1 25
## 546 0 1 25
## 547 0 1 25
## 548 0 1 25
## 549 0 1 25
## 550 0 1 25
## 551 0 1 25
## 552 0 1 25
## 553 0 1 25
## 554 0 1 25
## 555 0 1 25
## 556 0 1 25
## 557 0 1 25
## 558 0 1 25
## 559 0 1 25
## 560 0 1 25
## 561 0 1 25
## 562 0 1 25
## 563 0 1 25
## 564 0 1 25
## 565 0 1 25
## 566 0 1 25
## 567 0 1 25
## 568 0 1 25
## 569 0 1 25
## 570 0 1 25
## 571 0 1 25
## 572 0 1 25
## 573 0 1 25
## 574 0 1 25
## 575 0 1 25
## 576 0 1 25
## 577 0 1 25
## 578 0 1 25
## 579 0 1 25
## 580 0 1 25
## 581 0 1 25
## 582 0 1 25
## 583 0 1 25
## 584 0 1 25
## 585 0 1 25
## 586 0 1 25
## 587 0 1 25
## 588 0 1 25
## 589 0 1 8
## 590 0 1 8
## 591 0 1 8
## 592 0 1 8
## 593 0 1 8
## 594 0 1 8
## 595 0 1 8
## 596 0 1 8
## 597 0 1 8
## 598 0 1 8
## 599 0 1 8
## 600 0 1 8
## 601 0 1 8
## 602 0 1 8
## 603 0 1 8
## 604 0 1 8
## 605 0 1 8
## 606 0 1 8
## 607 0 1 8
## 608 0 1 8
## 609 0 1 8
## 610 0 1 8
## 611 0 1 8
## 612 0 1 8
## 613 0 1 8
## 614 0 1 8
## 615 0 1 8
## 616 0 1 8
## 617 0 1 8
## 618 0 1 8
## 619 0 1 8
## 620 0 1 8
## 621 0 1 8
## 622 0 1 8
## 623 0 1 8
## 624 0 1 8
## 625 0 1 8
## 626 0 1 8
## 627 0 1 8
## 628 0 1 8
## 629 0 1 8
## 630 0 1 8
## 631 0 1 8
## 632 0 1 8
## 633 0 1 8
## 634 0 1 8
## 635 0 1 8
## 636 0 1 8
## 637 0 0 99
## 638 0 0 99
## 639 0 0 99
## 640 0 0 99
## 641 0 0 99
## 642 0 0 99
## 643 0 0 99
## 644 0 0 99
## 645 0 0 99
## 646 0 0 99
## 647 0 0 99
## 648 0 0 99
## 649 0 0 99
## 650 0 0 99
## 651 0 0 99
## 652 0 0 99
## 653 0 0 99
## 654 0 1 1
## 655 0 1 1
## 656 0 1 1
## 657 0 1 1
## 658 0 1 1
## 659 0 1 1
## 660 0 1 1
## 661 0 1 1
## 662 0 1 1
## 663 0 1 1
## 664 0 1 1
## 665 0 1 1
## 666 0 1 1
## 667 0 1 1
## 668 0 1 1
## 669 0 1 1
## 670 0 1 1
## 671 0 1 1
## 672 0 1 1
## 673 0 1 1
## 674 0 1 1
## 675 0 1 1
## 676 0 1 1
## 677 0 1 1
## 678 0 1 1
## 679 0 1 1
## 680 0 1 1
## 681 0 1 1
## 682 0 1 1
## 683 0 1 1
## 684 0 1 1
## 685 0 1 1
## 686 0 1 1
## 687 0 1 1
## 688 0 1 1
## 689 0 1 1
## 690 0 1 1
## 691 0 1 1
## 692 0 1 1
## 693 0 1 1
## 694 0 1 1
## 695 0 1 1
## 696 0 1 1
## 697 0 1 1
## 698 0 1 1
## 699 0 1 1
## 700 0 1 1
## 701 0 1 1
## 702 0 1 1
## 703 0 1 1
## 704 0 1 1
## 705 0 1 1
## 706 0 1 1
## 707 0 1 1
## 708 0 1 1
## 709 0 1 1
## 710 0 1 1
## 711 0 1 1
## 712 0 1 10
## 713 0 1 10
## 714 0 1 10
## 715 0 1 10
## 716 0 1 10
## 717 0 1 10
## 718 0 1 10
## 719 0 1 10
## 720 0 1 10
## 721 0 1 10
## 722 0 1 10
## 723 0 1 10
## 724 0 1 10
## 725 0 1 10
## 726 0 1 10
## 727 0 1 10
## 728 0 1 10
## 729 0 1 10
## 730 0 1 10
## 731 0 1 10
## 732 0 1 10
## 733 0 1 10
## 734 0 1 10
## 735 0 1 10
## 736 0 1 10
## 737 0 1 10
## 738 0 1 10
## 739 0 1 10
## 740 0 1 10
## 741 0 1 10
## 742 0 1 10
## 743 0 1 10
## 744 0 1 10
## 745 0 1 10
## 746 0 1 10
## 747 0 1 10
## 748 0 1 10
## 749 0 1 10
## 750 0 1 10
## 751 0 1 10
## 752 0 1 10
## 753 0 1 10
## 754 0 1 10
## 755 0 1 10
## 756 0 1 10
## 757 0 1 10
## 758 0 1 10
## 759 0 1 10
## 760 0 1 10
## 761 0 1 10
## 762 0 1 10
## 763 0 1 10
## 764 0 1 10
## 765 0 1 10
## 766 0 1 10
## 767 0 1 10
## 768 0 1 10
## 769 0 1 10
## 770 0 1 10
## 771 0 1 10
## 772 0 1 10
## 773 0 1 10
## 774 0 1 10
## 775 0 1 10
## 776 0 1 10
## 777 0 0 1
## 778 0 0 1
## 779 0 0 1
## 780 0 0 1
## 781 0 0 1
## 782 0 0 1
## 783 0 0 1
## 784 0 0 1
## 785 0 0 1
## 786 0 0 1
## 787 0 0 1
## 788 0 0 1
## 789 0 0 1
## 790 0 0 1
## 791 0 0 1
## 792 0 0 1
## 793 0 0 1
## 794 0 0 1
## 795 0 0 1
## 796 0 0 1
## 797 0 0 1
## 798 0 0 1
## 799 0 0 1
## 800 0 0 1
## 801 0 0 1
## 802 0 0 1
## 803 0 0 1
## 804 0 0 1
## 805 0 0 1
## 806 0 0 1
## 807 0 0 1
## 808 0 0 1
## 809 0 0 1
## 810 0 0 1
## 811 0 0 1
## 812 0 0 1
## 813 0 0 1
## 814 0 0 1
## 815 0 0 1
## 816 0 0 1
## 817 0 0 1
## 818 0 0 1
## 819 0 0 1
## 820 0 0 1
## 821 0 0 1
## 822 0 0 1
## 823 0 0 1
## 824 0 1 27
## 825 0 1 27
## 826 0 1 27
## 827 0 1 27
## 828 0 1 27
## 829 0 1 27
## 830 0 1 27
## 831 0 1 27
## 832 0 1 27
## 833 0 1 27
## 834 0 1 27
## 835 0 1 27
## 836 0 1 27
## 837 0 1 27
## 838 0 1 27
## 839 0 1 27
## 840 0 1 27
## 841 0 1 27
## 842 0 1 27
## 843 0 1 27
## 844 0 1 27
## 845 0 1 27
## 846 0 1 27
## 847 0 1 27
## 848 0 1 27
## 849 0 1 27
## 850 0 1 27
## 851 0 1 27
## 852 0 1 27
## 853 0 1 27
## 854 0 1 27
## 855 0 1 27
## 856 0 1 27
## 857 0 1 27
## 858 0 1 27
## 859 0 1 27
## 860 0 1 27
## 861 0 1 27
## 862 0 1 27
## 863 0 1 27
## 864 0 1 27
## 865 0 1 27
## 866 0 34 2
## 867 0 34 2
## 868 0 34 2
## 869 0 34 2
## 870 0 34 2
## 871 0 34 2
## 872 0 34 2
## 873 0 34 2
## 874 0 34 2
## 875 0 34 2
## 876 0 34 2
## 877 0 34 2
## 878 0 34 2
## 879 0 34 2
## 880 0 34 2
## 881 0 34 2
## 882 0 34 2
## 883 0 34 2
## 884 0 34 2
## 885 0 34 2
## 886 0 34 2
## 887 0 34 2
## 888 0 34 2
## 889 0 34 2
## 890 0 34 2
## 891 0 34 2
## 892 0 34 2
## 893 0 34 2
## 894 0 34 2
## 895 0 34 2
## 896 0 34 2
## 897 0 34 2
## 898 0 34 2
## 899 0 34 2
## 900 0 34 2
## 901 0 34 2
## 902 0 34 2
## 903 0 34 2
## 904 0 34 2
## 905 0 34 2
## 906 0 34 2
## 907 0 34 2
## 908 0 34 2
## 909 0 34 2
## 910 0 34 2
## 911 0 34 2
## 912 0 34 2
## 913 0 34 2
## 914 0 34 2
## 915 0 34 2
## 916 0 34 2
## 917 0 34 2
## 918 0 34 2
## 919 0 34 2
## 920 0 5 14
## 921 0 5 14
## 922 0 5 14
## 923 0 5 14
## 924 0 5 14
## 925 0 5 14
## 926 0 5 14
## 927 0 5 14
## 928 0 5 14
## 929 0 5 14
## 930 0 5 14
## 931 0 5 14
## 932 0 5 14
## 933 0 5 14
## 934 0 5 14
## 935 0 5 14
## 936 0 5 14
## 937 0 5 14
## 938 0 5 14
## 939 0 5 14
## 940 0 5 14
## 941 0 5 14
## 942 0 5 14
## 943 0 5 14
## 944 0 5 14
## 945 0 5 14
## 946 0 5 14
## 947 0 5 14
## 948 0 5 14
## 949 0 5 14
## 950 0 5 14
## 951 0 5 14
## 952 0 5 14
## 953 0 5 14
## 954 0 5 14
## 955 0 5 14
## 956 0 5 14
## 957 0 5 14
## 958 0 5 14
## 959 0 5 14
## 960 0 5 14
## 961 0 5 14
## 962 0 5 14
## 963 0 5 14
## 964 0 5 14
## 965 0 5 14
## 966 0 5 14
## 967 0 5 14
## 968 0 5 14
## 969 0 5 14
## 970 0 5 14
## 971 0 5 14
## 972 0 5 14
## 973 0 0 0
## 974 0 0 0
## 975 0 0 0
## 976 0 0 0
## 977 0 0 0
## 978 0 0 0
## 979 0 0 0
## 980 0 0 0
## 981 0 0 0
## 982 0 0 0
## 983 0 0 0
## 984 0 0 0
## 985 0 0 0
## 986 0 0 0
## 987 0 0 0
## 988 0 0 0
## 989 0 0 0
## 990 0 0 0
## 991 0 0 0
## 992 0 0 0
## 993 0 0 0
## 994 0 0 0
## 995 0 0 0
## 996 0 0 0
## 997 0 0 0
## 998 0 0 0
## 999 0 0 0
## 1000 0 0 0
## 1001 0 0 0
## 1002 0 0 0
## 1003 0 0 0
## 1004 0 0 0
## 1005 0 0 0
## 1006 0 0 0
## 1007 0 0 0
## 1008 0 0 0
## 1009 0 0 0
## 1010 0 0 0
## 1011 0 0 0
## 1012 0 0 0
## 1013 0 0 0
## 1014 0 0 0
## 1015 0 0 0
## 1016 0 0 0
## 1017 0 0 0
## 1018 0 0 0
## 1019 0 0 0
## 1020 0 0 0
## 1021 0 0 0
## 1022 0 0 0
## 1023 0 0 0
## 1024 0 0 0
## 1025 0 0 0
## 1026 0 0 0
## 1027 0 0 0
## 1028 0 0 0
## 1029 0 0 0
## 1030 0 0 0
## 1031 0 0 0
## 1032 0 0 0
## 1033 0 6 14
## 1034 0 6 14
## 1035 0 6 14
## 1036 0 6 14
## 1037 0 6 14
## 1038 0 6 14
## 1039 0 6 14
## 1040 0 6 14
## 1041 0 6 14
## 1042 0 6 14
## 1043 0 6 14
## 1044 0 6 14
## 1045 0 6 14
## 1046 0 6 14
## 1047 0 6 14
## 1048 0 6 14
## 1049 0 6 14
## 1050 0 6 14
## 1051 0 6 14
## 1052 0 6 14
## 1053 0 6 14
## 1054 0 6 14
## 1055 0 6 14
## 1056 0 6 14
## 1057 0 6 14
## 1058 0 6 14
## 1059 0 6 14
## 1060 0 6 14
## 1061 0 6 14
## 1062 0 6 14
## 1063 0 6 14
## 1064 0 6 14
## 1065 0 6 14
## 1066 0 6 14
## 1067 0 6 14
## 1068 0 6 14
## 1069 0 6 14
## 1070 0 6 14
## 1071 0 6 14
## 1072 0 6 14
## 1073 0 6 14
## 1074 0 6 14
## 1075 0 6 14
## 1076 0 1 0
## 1077 0 1 0
## 1078 0 1 0
## 1079 0 1 0
## 1080 0 1 0
## 1081 0 1 0
## 1082 0 1 0
## 1083 0 1 0
## 1084 0 1 0
## 1085 0 1 0
## 1086 0 1 0
## 1087 0 1 0
## 1088 0 1 0
## 1089 0 1 0
## 1090 0 1 0
## 1091 0 1 0
## 1092 0 1 0
## 1093 0 1 0
## 1094 0 1 0
## 1095 0 1 0
## 1096 0 1 0
## 1097 0 1 0
## 1098 0 1 0
## 1099 0 1 0
## 1100 0 1 0
## 1101 0 1 0
## 1102 0 1 0
## 1103 0 1 0
## 1104 0 1 0
## 1105 0 1 0
## 1106 0 1 0
## 1107 0 1 0
## 1108 0 1 0
## 1109 0 1 0
## 1110 0 1 0
## 1111 0 1 0
## 1112 0 1 0
## 1113 0 1 0
## 1114 0 1 0
## 1115 0 1 0
## 1116 0 1 0
## 1117 1 9 4
## 1118 1 9 4
## 1119 1 9 4
## 1120 1 9 4
## 1121 1 9 4
## 1122 1 9 4
## 1123 1 9 4
## 1124 1 9 4
## 1125 1 9 4
## 1126 1 9 4
## 1127 1 9 4
## 1128 1 9 4
## 1129 1 9 4
## 1130 1 9 4
## 1131 1 9 4
## 1132 1 9 4
## 1133 1 9 4
## 1134 1 9 4
## 1135 1 9 4
## 1136 1 9 4
## 1137 1 9 4
## 1138 1 9 4
## 1139 1 9 4
## 1140 1 9 4
## 1141 1 9 4
## 1142 1 9 4
## 1143 1 9 4
## 1144 1 9 4
## 1145 1 9 4
## 1146 1 9 4
## 1147 1 9 4
## 1148 1 9 4
## 1149 1 9 4
## 1150 1 9 4
## 1151 1 9 4
## 1152 1 9 4
## 1153 1 9 4
## 1154 1 9 4
## 1155 1 9 4
## 1156 1 9 4
## 1157 1 9 4
## 1158 1 9 4
## 1159 1 9 4
## 1160 1 9 4
## 1161 1 9 4
## 1162 1 9 4
## 1163 1 9 4
## 1164 1 9 4
## 1165 1 9 4
## 1166 1 9 4
## 1167 1 9 4
## 1168 1 9 4
## 1169 1 9 4
## 1170 1 9 4
## 1171 0 4 10
## 1172 0 4 10
## 1173 0 4 10
## 1174 0 4 10
## 1175 0 4 10
## 1176 0 4 10
## 1177 0 4 10
## 1178 0 4 10
## 1179 0 4 10
## 1180 0 4 10
## 1181 0 4 10
## 1182 0 4 10
## 1183 0 4 10
## 1184 0 4 10
## 1185 0 4 10
## 1186 0 4 10
## 1187 0 4 10
## 1188 0 4 10
## 1189 0 4 10
## 1190 0 4 10
## 1191 0 4 10
## 1192 0 4 10
## 1193 0 4 10
## 1194 0 4 10
## 1195 0 4 10
## 1196 0 4 10
## 1197 0 4 10
## 1198 0 4 10
## 1199 0 4 10
## 1200 0 4 10
## 1201 0 4 10
## 1202 0 4 10
## 1203 0 4 10
## 1204 0 4 10
## 1205 0 4 10
## 1206 0 4 10
## 1207 0 4 10
## 1208 0 4 10
## 1209 0 4 10
## 1210 0 4 10
## 1211 0 4 10
## 1212 0 4 10
## 1213 0 4 10
## 1214 0 4 10
## 1215 0 4 10
## 1216 0 4 10
## 1217 0 4 10
## 1218 0 4 10
## 1219 0 4 10
## 1220 0 4 10
## 1221 1 0 33
## 1222 1 0 33
## 1223 1 0 33
## 1224 1 0 33
## 1225 1 0 33
## 1226 1 0 33
## 1227 1 0 33
## 1228 1 0 33
## 1229 1 0 33
## 1230 1 0 33
## 1231 1 0 33
## 1232 1 0 33
## 1233 1 0 33
## 1234 1 0 33
## 1235 1 0 33
## 1236 1 0 33
## 1237 1 0 33
## 1238 1 0 33
## 1239 1 0 33
## 1240 1 0 33
## 1241 1 0 33
## 1242 1 0 33
## 1243 1 0 33
## 1244 1 0 33
## 1245 1 0 33
## 1246 1 0 33
## 1247 1 0 33
## 1248 1 0 33
## 1249 1 0 33
## 1250 1 0 33
## 1251 1 0 33
## 1252 1 0 33
## 1253 1 0 33
## 1254 1 0 33
## 1255 1 0 33
## 1256 1 0 33
## 1257 1 0 33
## 1258 1 0 33
## 1259 1 0 33
## 1260 1 0 33
## 1261 1 0 33
## 1262 1 0 33
## 1263 1 0 33
## 1264 1 0 33
## 1265 1 0 33
## 1266 1 0 33
## 1267 1 0 33
## 1268 1 0 33
## 1269 1 0 33
## 1270 1 0 33
## 1271 1 0 33
## 1272 1 0 33
## 1273 0 0 1
## 1274 0 0 1
## 1275 0 0 1
## 1276 0 0 1
## 1277 0 0 1
## 1278 0 0 1
## 1279 0 0 1
## 1280 0 0 1
## 1281 0 0 1
## 1282 0 0 1
## 1283 0 0 1
## 1284 0 0 1
## 1285 0 0 1
## 1286 0 0 1
## 1287 0 0 1
## 1288 0 0 1
## 1289 0 0 1
## 1290 0 0 1
## 1291 0 0 1
## 1292 0 0 1
## 1293 0 0 1
## 1294 0 0 1
## 1295 0 0 1
## 1296 0 0 1
## 1297 0 0 1
## 1298 0 0 1
## 1299 0 0 1
## 1300 0 0 1
## 1301 0 0 1
## 1302 0 0 1
## 1303 0 0 1
## 1304 0 0 1
## 1305 0 0 1
## 1306 0 0 93
## 1307 0 0 93
## 1308 0 0 93
## 1309 0 0 93
## 1310 0 0 93
## 1311 0 0 93
## 1312 0 0 93
## 1313 0 0 93
## 1314 0 0 93
## 1315 0 0 93
## 1316 0 0 93
## 1317 0 0 93
## 1318 0 0 93
## 1319 0 0 93
## 1320 0 0 93
## 1321 0 0 93
## 1322 0 0 93
## 1323 0 0 93
## 1324 0 0 93
## 1325 0 0 93
## 1326 0 0 93
## 1327 0 0 93
## 1328 0 0 93
## 1329 0 0 93
## 1330 0 0 93
## 1331 0 0 93
## 1332 0 0 93
## 1333 0 0 93
## 1334 0 0 93
## 1335 0 0 93
## 1336 0 0 93
## 1337 0 0 93
## 1338 0 0 93
## 1339 0 0 93
## 1340 0 0 93
## 1341 0 0 93
## 1342 0 0 93
## 1343 0 0 93
## 1344 0 0 93
## 1345 0 0 93
## 1346 0 0 93
## 1347 0 0 93
## 1348 0 0 93
## 1349 0 0 93
## 1350 0 0 93
## 1351 0 0 93
## 1352 0 0 93
## 1353 0 0 93
## 1354 0 0 93
## 1355 0 0 93
## 1356 0 0 93
## 1357 0 0 93
## 1358 0 0 93
## 1359 0 0 93
## 1360 0 0 93
## 1361 0 11 54
## 1362 0 11 54
## 1363 0 11 54
## 1364 0 11 54
## 1365 0 11 54
## 1366 0 11 54
## 1367 0 11 54
## 1368 0 11 54
## 1369 0 11 54
## 1370 0 11 54
## 1371 0 11 54
## 1372 0 11 54
## 1373 0 11 54
## 1374 0 11 54
## 1375 0 11 54
## 1376 0 11 54
## 1377 0 11 54
## 1378 0 11 54
## 1379 0 11 54
## 1380 0 11 54
## 1381 0 11 54
## 1382 0 11 54
## 1383 0 11 54
## 1384 0 11 54
## 1385 0 11 54
## 1386 0 11 54
## 1387 0 11 54
## 1388 0 11 54
## 1389 0 11 54
## 1390 0 11 54
## 1391 0 11 54
## 1392 0 11 54
## 1393 0 11 54
## 1394 0 11 54
## 1395 0 11 54
## 1396 0 11 54
## 1397 0 11 54
## 1398 0 11 54
## 1399 0 11 54
## 1400 0 0 0
## 1401 0 0 0
## 1402 0 0 0
## 1403 0 0 0
## 1404 0 0 0
## 1405 0 0 0
## 1406 0 0 0
## 1407 0 0 0
## 1408 0 0 0
## 1409 0 0 0
## 1410 0 0 0
## 1411 0 0 0
## 1412 0 0 0
## 1413 0 0 0
## 1414 0 0 0
## 1415 0 0 0
## 1416 0 0 0
## 1417 0 0 0
## 1418 0 0 0
## 1419 0 0 0
## 1420 0 0 0
## 1421 0 0 0
## 1422 0 0 0
## 1423 0 0 0
## 1424 0 0 0
## 1425 0 0 0
## 1426 0 0 0
## 1427 0 0 0
## 1428 0 0 0
## 1429 0 0 0
## 1430 0 0 0
## 1431 0 0 0
## 1432 0 0 0
## 1433 0 0 0
## 1434 0 0 0
## 1435 0 0 0
## 1436 0 0 0
## 1437 0 0 0
## 1438 0 0 0
## 1439 0 10 39
## 1440 0 10 39
## 1441 0 10 39
## 1442 0 10 39
## 1443 0 10 39
## 1444 0 10 39
## 1445 0 10 39
## 1446 0 10 39
## 1447 0 10 39
## 1448 0 10 39
## 1449 0 10 39
## 1450 0 10 39
## 1451 0 10 39
## 1452 0 10 39
## 1453 0 10 39
## 1454 0 10 39
## 1455 0 10 39
## 1456 0 10 39
## 1457 0 10 39
## 1458 0 10 39
## 1459 0 10 39
## 1460 0 10 39
## 1461 0 10 39
## 1462 0 10 39
## 1463 0 10 39
## 1464 0 10 39
## 1465 0 10 39
## 1466 0 10 39
## 1467 0 10 39
## 1468 0 10 39
## 1469 0 10 39
## 1470 0 2 11
## self_reported_race_hispanic self_reported_race_multiple
## 1 54 7
## 2 54 7
## 3 54 7
## 4 54 7
## 5 54 7
## 6 54 7
## 7 54 7
## 8 54 7
## 9 54 7
## 10 54 7
## 11 54 7
## 12 54 7
## 13 54 7
## 14 54 7
## 15 54 7
## 16 54 7
## 17 54 7
## 18 54 7
## 19 54 7
## 20 54 7
## 21 54 7
## 22 6 7
## 23 6 7
## 24 6 7
## 25 6 7
## 26 6 7
## 27 6 7
## 28 6 7
## 29 6 7
## 30 6 7
## 31 6 7
## 32 6 7
## 33 6 7
## 34 6 7
## 35 6 7
## 36 6 7
## 37 6 7
## 38 6 7
## 39 6 7
## 40 6 7
## 41 6 7
## 42 6 7
## 43 6 7
## 44 6 7
## 45 6 7
## 46 6 7
## 47 6 7
## 48 6 7
## 49 6 7
## 50 6 7
## 51 6 7
## 52 6 7
## 53 6 7
## 54 6 7
## 55 6 7
## 56 6 7
## 57 6 7
## 58 6 7
## 59 6 7
## 60 6 7
## 61 6 7
## 62 6 7
## 63 6 7
## 64 6 7
## 65 6 7
## 66 6 7
## 67 6 7
## 68 6 7
## 69 6 7
## 70 6 7
## 71 6 7
## 72 6 7
## 73 6 7
## 74 6 7
## 75 6 7
## 76 6 7
## 77 6 7
## 78 6 7
## 79 6 7
## 80 6 7
## 81 6 7
## 82 70 3
## 83 70 3
## 84 70 3
## 85 70 3
## 86 70 3
## 87 70 3
## 88 70 3
## 89 70 3
## 90 70 3
## 91 70 3
## 92 70 3
## 93 70 3
## 94 70 3
## 95 70 3
## 96 70 3
## 97 70 3
## 98 70 3
## 99 70 3
## 100 70 3
## 101 70 3
## 102 70 3
## 103 70 3
## 104 10 5
## 105 10 5
## 106 10 5
## 107 10 5
## 108 10 5
## 109 10 5
## 110 10 5
## 111 10 5
## 112 10 5
## 113 10 5
## 114 10 5
## 115 10 5
## 116 10 5
## 117 10 5
## 118 10 5
## 119 10 5
## 120 10 5
## 121 10 5
## 122 10 5
## 123 10 5
## 124 10 5
## 125 10 5
## 126 10 5
## 127 10 5
## 128 10 5
## 129 10 5
## 130 10 5
## 131 10 5
## 132 10 5
## 133 10 5
## 134 10 5
## 135 10 5
## 136 10 5
## 137 10 5
## 138 10 5
## 139 10 5
## 140 10 5
## 141 10 5
## 142 10 5
## 143 10 5
## 144 10 5
## 145 10 5
## 146 10 5
## 147 10 5
## 148 10 5
## 149 10 5
## 150 10 5
## 151 10 5
## 152 10 5
## 153 10 5
## 154 10 5
## 155 10 5
## 156 10 5
## 157 10 5
## 158 10 5
## 159 10 5
## 160 10 5
## 161 10 5
## 162 10 5
## 163 10 5
## 164 59 2
## 165 59 2
## 166 59 2
## 167 59 2
## 168 59 2
## 169 59 2
## 170 59 2
## 171 59 2
## 172 59 2
## 173 59 2
## 174 59 2
## 175 59 2
## 176 59 2
## 177 59 2
## 178 59 2
## 179 59 2
## 180 59 2
## 181 59 2
## 182 59 2
## 183 59 2
## 184 59 2
## 185 59 2
## 186 59 2
## 187 59 2
## 188 59 2
## 189 59 2
## 190 59 2
## 191 59 2
## 192 59 2
## 193 59 2
## 194 59 2
## 195 59 2
## 196 59 2
## 197 59 2
## 198 59 2
## 199 59 2
## 200 59 2
## 201 59 2
## 202 59 2
## 203 59 2
## 204 59 2
## 205 59 2
## 206 59 2
## 207 59 2
## 208 59 2
## 209 59 2
## 210 59 2
## 211 59 2
## 212 59 2
## 213 59 2
## 214 59 2
## 215 59 2
## 216 59 2
## 217 59 2
## 218 59 2
## 219 59 2
## 220 59 2
## 221 59 2
## 222 46 2
## 223 46 2
## 224 46 2
## 225 46 2
## 226 46 2
## 227 46 2
## 228 46 2
## 229 46 2
## 230 46 2
## 231 46 2
## 232 46 2
## 233 46 2
## 234 46 2
## 235 46 2
## 236 46 2
## 237 46 2
## 238 46 2
## 239 46 2
## 240 46 2
## 241 46 2
## 242 46 2
## 243 46 2
## 244 46 2
## 245 46 2
## 246 46 2
## 247 46 2
## 248 46 2
## 249 46 2
## 250 46 2
## 251 46 2
## 252 46 2
## 253 46 2
## 254 46 2
## 255 46 2
## 256 46 2
## 257 46 2
## 258 46 2
## 259 46 2
## 260 46 2
## 261 46 2
## 262 46 2
## 263 46 2
## 264 46 2
## 265 46 2
## 266 46 2
## 267 46 2
## 268 46 2
## 269 46 2
## 270 46 2
## 271 46 2
## 272 46 2
## 273 46 2
## 274 46 2
## 275 46 2
## 276 46 2
## 277 46 2
## 278 46 2
## 279 17 3
## 280 17 3
## 281 17 3
## 282 17 3
## 283 17 3
## 284 17 3
## 285 17 3
## 286 17 3
## 287 17 3
## 288 17 3
## 289 17 3
## 290 17 3
## 291 17 3
## 292 17 3
## 293 17 3
## 294 17 3
## 295 17 3
## 296 17 3
## 297 17 3
## 298 17 3
## 299 17 3
## 300 17 3
## 301 17 3
## 302 17 3
## 303 17 3
## 304 17 3
## 305 17 3
## 306 17 3
## 307 17 3
## 308 17 3
## 309 17 3
## 310 17 3
## 311 17 3
## 312 17 3
## 313 17 3
## 314 17 3
## 315 17 3
## 316 17 3
## 317 17 3
## 318 17 3
## 319 17 3
## 320 17 3
## 321 17 3
## 322 17 3
## 323 17 3
## 324 17 3
## 325 17 3
## 326 17 3
## 327 17 3
## 328 17 3
## 329 17 3
## 330 17 3
## 331 17 3
## 332 17 3
## 333 17 3
## 334 17 3
## 335 17 3
## 336 17 3
## 337 17 3
## 338 17 3
## 339 17 3
## 340 17 3
## 341 8 4
## 342 8 4
## 343 8 4
## 344 8 4
## 345 8 4
## 346 8 4
## 347 8 4
## 348 8 4
## 349 8 4
## 350 8 4
## 351 8 4
## 352 8 4
## 353 8 4
## 354 8 4
## 355 8 4
## 356 8 4
## 357 8 4
## 358 8 4
## 359 8 4
## 360 8 4
## 361 8 4
## 362 8 4
## 363 8 4
## 364 8 4
## 365 8 4
## 366 8 4
## 367 8 4
## 368 8 4
## 369 8 4
## 370 8 4
## 371 8 4
## 372 8 4
## 373 8 4
## 374 8 4
## 375 8 4
## 376 8 4
## 377 8 4
## 378 8 4
## 379 8 4
## 380 8 4
## 381 8 4
## 382 8 4
## 383 8 4
## 384 31 6
## 385 31 6
## 386 31 6
## 387 31 6
## 388 31 6
## 389 31 6
## 390 31 6
## 391 31 6
## 392 31 6
## 393 31 6
## 394 31 6
## 395 31 6
## 396 31 6
## 397 31 6
## 398 31 6
## 399 31 6
## 400 31 6
## 401 31 6
## 402 31 6
## 403 5 3
## 404 5 3
## 405 5 3
## 406 5 3
## 407 5 3
## 408 5 3
## 409 5 3
## 410 5 3
## 411 5 3
## 412 5 3
## 413 5 3
## 414 5 3
## 415 5 3
## 416 5 3
## 417 5 3
## 418 5 3
## 419 5 3
## 420 5 3
## 421 5 3
## 422 5 3
## 423 5 3
## 424 5 3
## 425 5 3
## 426 5 3
## 427 5 3
## 428 5 3
## 429 5 3
## 430 5 3
## 431 5 3
## 432 5 3
## 433 5 3
## 434 5 3
## 435 5 3
## 436 5 3
## 437 5 3
## 438 5 3
## 439 5 3
## 440 5 3
## 441 5 3
## 442 5 3
## 443 5 3
## 444 5 3
## 445 5 3
## 446 5 3
## 447 5 3
## 448 5 3
## 449 5 3
## 450 5 3
## 451 5 3
## 452 5 3
## 453 10 9
## 454 10 9
## 455 10 9
## 456 10 9
## 457 10 9
## 458 10 9
## 459 10 9
## 460 10 9
## 461 10 9
## 462 10 9
## 463 10 9
## 464 10 9
## 465 10 9
## 466 10 9
## 467 10 9
## 468 10 9
## 469 10 9
## 470 10 9
## 471 10 9
## 472 10 9
## 473 10 9
## 474 10 9
## 475 10 9
## 476 10 9
## 477 10 9
## 478 10 9
## 479 10 9
## 480 10 9
## 481 10 9
## 482 10 9
## 483 10 9
## 484 10 9
## 485 10 9
## 486 10 9
## 487 10 9
## 488 10 9
## 489 10 9
## 490 10 9
## 491 10 9
## 492 10 9
## 493 10 9
## 494 10 9
## 495 10 9
## 496 10 9
## 497 10 9
## 498 41 3
## 499 41 3
## 500 41 3
## 501 41 3
## 502 41 3
## 503 41 3
## 504 41 3
## 505 41 3
## 506 41 3
## 507 41 3
## 508 41 3
## 509 41 3
## 510 41 3
## 511 41 3
## 512 41 3
## 513 41 3
## 514 41 3
## 515 41 3
## 516 41 3
## 517 41 3
## 518 41 3
## 519 41 3
## 520 41 3
## 521 41 3
## 522 41 3
## 523 41 3
## 524 41 3
## 525 41 3
## 526 41 3
## 527 41 3
## 528 41 3
## 529 41 3
## 530 41 3
## 531 41 3
## 532 41 3
## 533 41 3
## 534 41 3
## 535 41 3
## 536 41 3
## 537 41 3
## 538 41 3
## 539 41 3
## 540 41 3
## 541 41 3
## 542 69 0
## 543 69 0
## 544 69 0
## 545 69 0
## 546 69 0
## 547 69 0
## 548 69 0
## 549 69 0
## 550 69 0
## 551 69 0
## 552 69 0
## 553 69 0
## 554 69 0
## 555 69 0
## 556 69 0
## 557 69 0
## 558 69 0
## 559 69 0
## 560 69 0
## 561 69 0
## 562 69 0
## 563 69 0
## 564 69 0
## 565 69 0
## 566 69 0
## 567 69 0
## 568 69 0
## 569 69 0
## 570 69 0
## 571 69 0
## 572 69 0
## 573 69 0
## 574 69 0
## 575 69 0
## 576 69 0
## 577 69 0
## 578 69 0
## 579 69 0
## 580 69 0
## 581 69 0
## 582 69 0
## 583 69 0
## 584 69 0
## 585 69 0
## 586 69 0
## 587 69 0
## 588 69 0
## 589 6 0
## 590 6 0
## 591 6 0
## 592 6 0
## 593 6 0
## 594 6 0
## 595 6 0
## 596 6 0
## 597 6 0
## 598 6 0
## 599 6 0
## 600 6 0
## 601 6 0
## 602 6 0
## 603 6 0
## 604 6 0
## 605 6 0
## 606 6 0
## 607 6 0
## 608 6 0
## 609 6 0
## 610 6 0
## 611 6 0
## 612 6 0
## 613 6 0
## 614 6 0
## 615 6 0
## 616 6 0
## 617 6 0
## 618 6 0
## 619 6 0
## 620 6 0
## 621 6 0
## 622 6 0
## 623 6 0
## 624 6 0
## 625 6 0
## 626 6 0
## 627 6 0
## 628 6 0
## 629 6 0
## 630 6 0
## 631 6 0
## 632 6 0
## 633 6 0
## 634 6 0
## 635 6 0
## 636 6 0
## 637 1 0
## 638 1 0
## 639 1 0
## 640 1 0
## 641 1 0
## 642 1 0
## 643 1 0
## 644 1 0
## 645 1 0
## 646 1 0
## 647 1 0
## 648 1 0
## 649 1 0
## 650 1 0
## 651 1 0
## 652 1 0
## 653 1 0
## 654 95 1
## 655 95 1
## 656 95 1
## 657 95 1
## 658 95 1
## 659 95 1
## 660 95 1
## 661 95 1
## 662 95 1
## 663 95 1
## 664 95 1
## 665 95 1
## 666 95 1
## 667 95 1
## 668 95 1
## 669 95 1
## 670 95 1
## 671 95 1
## 672 95 1
## 673 95 1
## 674 95 1
## 675 95 1
## 676 95 1
## 677 95 1
## 678 95 1
## 679 95 1
## 680 95 1
## 681 95 1
## 682 95 1
## 683 95 1
## 684 95 1
## 685 95 1
## 686 95 1
## 687 95 1
## 688 95 1
## 689 95 1
## 690 95 1
## 691 95 1
## 692 95 1
## 693 95 1
## 694 95 1
## 695 95 1
## 696 95 1
## 697 95 1
## 698 95 1
## 699 95 1
## 700 95 1
## 701 95 1
## 702 95 1
## 703 95 1
## 704 95 1
## 705 95 1
## 706 95 1
## 707 95 1
## 708 95 1
## 709 95 1
## 710 95 1
## 711 95 1
## 712 87 1
## 713 87 1
## 714 87 1
## 715 87 1
## 716 87 1
## 717 87 1
## 718 87 1
## 719 87 1
## 720 87 1
## 721 87 1
## 722 87 1
## 723 87 1
## 724 87 1
## 725 87 1
## 726 87 1
## 727 87 1
## 728 87 1
## 729 87 1
## 730 87 1
## 731 87 1
## 732 87 1
## 733 87 1
## 734 87 1
## 735 87 1
## 736 87 1
## 737 87 1
## 738 87 1
## 739 87 1
## 740 87 1
## 741 87 1
## 742 87 1
## 743 87 1
## 744 87 1
## 745 87 1
## 746 87 1
## 747 87 1
## 748 87 1
## 749 87 1
## 750 87 1
## 751 87 1
## 752 87 1
## 753 87 1
## 754 87 1
## 755 87 1
## 756 87 1
## 757 87 1
## 758 87 1
## 759 87 1
## 760 87 1
## 761 87 1
## 762 87 1
## 763 87 1
## 764 87 1
## 765 87 1
## 766 87 1
## 767 87 1
## 768 87 1
## 769 87 1
## 770 87 1
## 771 87 1
## 772 87 1
## 773 87 1
## 774 87 1
## 775 87 1
## 776 87 1
## 777 6 6
## 778 6 6
## 779 6 6
## 780 6 6
## 781 6 6
## 782 6 6
## 783 6 6
## 784 6 6
## 785 6 6
## 786 6 6
## 787 6 6
## 788 6 6
## 789 6 6
## 790 6 6
## 791 6 6
## 792 6 6
## 793 6 6
## 794 6 6
## 795 6 6
## 796 6 6
## 797 6 6
## 798 6 6
## 799 6 6
## 800 6 6
## 801 6 6
## 802 6 6
## 803 6 6
## 804 6 6
## 805 6 6
## 806 6 6
## 807 6 6
## 808 6 6
## 809 6 6
## 810 6 6
## 811 6 6
## 812 6 6
## 813 6 6
## 814 6 6
## 815 6 6
## 816 6 6
## 817 6 6
## 818 6 6
## 819 6 6
## 820 6 6
## 821 6 6
## 822 6 6
## 823 6 6
## 824 68 1
## 825 68 1
## 826 68 1
## 827 68 1
## 828 68 1
## 829 68 1
## 830 68 1
## 831 68 1
## 832 68 1
## 833 68 1
## 834 68 1
## 835 68 1
## 836 68 1
## 837 68 1
## 838 68 1
## 839 68 1
## 840 68 1
## 841 68 1
## 842 68 1
## 843 68 1
## 844 68 1
## 845 68 1
## 846 68 1
## 847 68 1
## 848 68 1
## 849 68 1
## 850 68 1
## 851 68 1
## 852 68 1
## 853 68 1
## 854 68 1
## 855 68 1
## 856 68 1
## 857 68 1
## 858 68 1
## 859 68 1
## 860 68 1
## 861 68 1
## 862 68 1
## 863 68 1
## 864 68 1
## 865 68 1
## 866 60 0
## 867 60 0
## 868 60 0
## 869 60 0
## 870 60 0
## 871 60 0
## 872 60 0
## 873 60 0
## 874 60 0
## 875 60 0
## 876 60 0
## 877 60 0
## 878 60 0
## 879 60 0
## 880 60 0
## 881 60 0
## 882 60 0
## 883 60 0
## 884 60 0
## 885 60 0
## 886 60 0
## 887 60 0
## 888 60 0
## 889 60 0
## 890 60 0
## 891 60 0
## 892 60 0
## 893 60 0
## 894 60 0
## 895 60 0
## 896 60 0
## 897 60 0
## 898 60 0
## 899 60 0
## 900 60 0
## 901 60 0
## 902 60 0
## 903 60 0
## 904 60 0
## 905 60 0
## 906 60 0
## 907 60 0
## 908 60 0
## 909 60 0
## 910 60 0
## 911 60 0
## 912 60 0
## 913 60 0
## 914 60 0
## 915 60 0
## 916 60 0
## 917 60 0
## 918 60 0
## 919 60 0
## 920 44 2
## 921 44 2
## 922 44 2
## 923 44 2
## 924 44 2
## 925 44 2
## 926 44 2
## 927 44 2
## 928 44 2
## 929 44 2
## 930 44 2
## 931 44 2
## 932 44 2
## 933 44 2
## 934 44 2
## 935 44 2
## 936 44 2
## 937 44 2
## 938 44 2
## 939 44 2
## 940 44 2
## 941 44 2
## 942 44 2
## 943 44 2
## 944 44 2
## 945 44 2
## 946 44 2
## 947 44 2
## 948 44 2
## 949 44 2
## 950 44 2
## 951 44 2
## 952 44 2
## 953 44 2
## 954 44 2
## 955 44 2
## 956 44 2
## 957 44 2
## 958 44 2
## 959 44 2
## 960 44 2
## 961 44 2
## 962 44 2
## 963 44 2
## 964 44 2
## 965 44 2
## 966 44 2
## 967 44 2
## 968 44 2
## 969 44 2
## 970 44 2
## 971 44 2
## 972 44 2
## 973 47 5
## 974 47 5
## 975 47 5
## 976 47 5
## 977 47 5
## 978 47 5
## 979 47 5
## 980 47 5
## 981 47 5
## 982 47 5
## 983 47 5
## 984 47 5
## 985 47 5
## 986 47 5
## 987 47 5
## 988 47 5
## 989 47 5
## 990 47 5
## 991 47 5
## 992 47 5
## 993 47 5
## 994 47 5
## 995 47 5
## 996 47 5
## 997 47 5
## 998 47 5
## 999 47 5
## 1000 47 5
## 1001 47 5
## 1002 47 5
## 1003 47 5
## 1004 47 5
## 1005 47 5
## 1006 47 5
## 1007 47 5
## 1008 47 5
## 1009 47 5
## 1010 47 5
## 1011 47 5
## 1012 47 5
## 1013 47 5
## 1014 47 5
## 1015 47 5
## 1016 47 5
## 1017 47 5
## 1018 47 5
## 1019 47 5
## 1020 47 5
## 1021 47 5
## 1022 47 5
## 1023 47 5
## 1024 47 5
## 1025 47 5
## 1026 47 5
## 1027 47 5
## 1028 47 5
## 1029 47 5
## 1030 47 5
## 1031 47 5
## 1032 47 5
## 1033 12 4
## 1034 12 4
## 1035 12 4
## 1036 12 4
## 1037 12 4
## 1038 12 4
## 1039 12 4
## 1040 12 4
## 1041 12 4
## 1042 12 4
## 1043 12 4
## 1044 12 4
## 1045 12 4
## 1046 12 4
## 1047 12 4
## 1048 12 4
## 1049 12 4
## 1050 12 4
## 1051 12 4
## 1052 12 4
## 1053 12 4
## 1054 12 4
## 1055 12 4
## 1056 12 4
## 1057 12 4
## 1058 12 4
## 1059 12 4
## 1060 12 4
## 1061 12 4
## 1062 12 4
## 1063 12 4
## 1064 12 4
## 1065 12 4
## 1066 12 4
## 1067 12 4
## 1068 12 4
## 1069 12 4
## 1070 12 4
## 1071 12 4
## 1072 12 4
## 1073 12 4
## 1074 12 4
## 1075 12 4
## 1076 34 2
## 1077 34 2
## 1078 34 2
## 1079 34 2
## 1080 34 2
## 1081 34 2
## 1082 34 2
## 1083 34 2
## 1084 34 2
## 1085 34 2
## 1086 34 2
## 1087 34 2
## 1088 34 2
## 1089 34 2
## 1090 34 2
## 1091 34 2
## 1092 34 2
## 1093 34 2
## 1094 34 2
## 1095 34 2
## 1096 34 2
## 1097 34 2
## 1098 34 2
## 1099 34 2
## 1100 34 2
## 1101 34 2
## 1102 34 2
## 1103 34 2
## 1104 34 2
## 1105 34 2
## 1106 34 2
## 1107 34 2
## 1108 34 2
## 1109 34 2
## 1110 34 2
## 1111 34 2
## 1112 34 2
## 1113 34 2
## 1114 34 2
## 1115 34 2
## 1116 34 2
## 1117 10 10
## 1118 10 10
## 1119 10 10
## 1120 10 10
## 1121 10 10
## 1122 10 10
## 1123 10 10
## 1124 10 10
## 1125 10 10
## 1126 10 10
## 1127 10 10
## 1128 10 10
## 1129 10 10
## 1130 10 10
## 1131 10 10
## 1132 10 10
## 1133 10 10
## 1134 10 10
## 1135 10 10
## 1136 10 10
## 1137 10 10
## 1138 10 10
## 1139 10 10
## 1140 10 10
## 1141 10 10
## 1142 10 10
## 1143 10 10
## 1144 10 10
## 1145 10 10
## 1146 10 10
## 1147 10 10
## 1148 10 10
## 1149 10 10
## 1150 10 10
## 1151 10 10
## 1152 10 10
## 1153 10 10
## 1154 10 10
## 1155 10 10
## 1156 10 10
## 1157 10 10
## 1158 10 10
## 1159 10 10
## 1160 10 10
## 1161 10 10
## 1162 10 10
## 1163 10 10
## 1164 10 10
## 1165 10 10
## 1166 10 10
## 1167 10 10
## 1168 10 10
## 1169 10 10
## 1170 10 10
## 1171 32 5
## 1172 32 5
## 1173 32 5
## 1174 32 5
## 1175 32 5
## 1176 32 5
## 1177 32 5
## 1178 32 5
## 1179 32 5
## 1180 32 5
## 1181 32 5
## 1182 32 5
## 1183 32 5
## 1184 32 5
## 1185 32 5
## 1186 32 5
## 1187 32 5
## 1188 32 5
## 1189 32 5
## 1190 32 5
## 1191 32 5
## 1192 32 5
## 1193 32 5
## 1194 32 5
## 1195 32 5
## 1196 32 5
## 1197 32 5
## 1198 32 5
## 1199 32 5
## 1200 32 5
## 1201 32 5
## 1202 32 5
## 1203 32 5
## 1204 32 5
## 1205 32 5
## 1206 32 5
## 1207 32 5
## 1208 32 5
## 1209 32 5
## 1210 32 5
## 1211 32 5
## 1212 32 5
## 1213 32 5
## 1214 32 5
## 1215 32 5
## 1216 32 5
## 1217 32 5
## 1218 32 5
## 1219 32 5
## 1220 32 5
## 1221 62 3
## 1222 62 3
## 1223 62 3
## 1224 62 3
## 1225 62 3
## 1226 62 3
## 1227 62 3
## 1228 62 3
## 1229 62 3
## 1230 62 3
## 1231 62 3
## 1232 62 3
## 1233 62 3
## 1234 62 3
## 1235 62 3
## 1236 62 3
## 1237 62 3
## 1238 62 3
## 1239 62 3
## 1240 62 3
## 1241 62 3
## 1242 62 3
## 1243 62 3
## 1244 62 3
## 1245 62 3
## 1246 62 3
## 1247 62 3
## 1248 62 3
## 1249 62 3
## 1250 62 3
## 1251 62 3
## 1252 62 3
## 1253 62 3
## 1254 62 3
## 1255 62 3
## 1256 62 3
## 1257 62 3
## 1258 62 3
## 1259 62 3
## 1260 62 3
## 1261 62 3
## 1262 62 3
## 1263 62 3
## 1264 62 3
## 1265 62 3
## 1266 62 3
## 1267 62 3
## 1268 62 3
## 1269 62 3
## 1270 62 3
## 1271 62 3
## 1272 62 3
## 1273 0 6
## 1274 0 6
## 1275 0 6
## 1276 0 6
## 1277 0 6
## 1278 0 6
## 1279 0 6
## 1280 0 6
## 1281 0 6
## 1282 0 6
## 1283 0 6
## 1284 0 6
## 1285 0 6
## 1286 0 6
## 1287 0 6
## 1288 0 6
## 1289 0 6
## 1290 0 6
## 1291 0 6
## 1292 0 6
## 1293 0 6
## 1294 0 6
## 1295 0 6
## 1296 0 6
## 1297 0 6
## 1298 0 6
## 1299 0 6
## 1300 0 6
## 1301 0 6
## 1302 0 6
## 1303 0 6
## 1304 0 6
## 1305 0 6
## 1306 7 0
## 1307 7 0
## 1308 7 0
## 1309 7 0
## 1310 7 0
## 1311 7 0
## 1312 7 0
## 1313 7 0
## 1314 7 0
## 1315 7 0
## 1316 7 0
## 1317 7 0
## 1318 7 0
## 1319 7 0
## 1320 7 0
## 1321 7 0
## 1322 7 0
## 1323 7 0
## 1324 7 0
## 1325 7 0
## 1326 7 0
## 1327 7 0
## 1328 7 0
## 1329 7 0
## 1330 7 0
## 1331 7 0
## 1332 7 0
## 1333 7 0
## 1334 7 0
## 1335 7 0
## 1336 7 0
## 1337 7 0
## 1338 7 0
## 1339 7 0
## 1340 7 0
## 1341 7 0
## 1342 7 0
## 1343 7 0
## 1344 7 0
## 1345 7 0
## 1346 7 0
## 1347 7 0
## 1348 7 0
## 1349 7 0
## 1350 7 0
## 1351 7 0
## 1352 7 0
## 1353 7 0
## 1354 7 0
## 1355 7 0
## 1356 7 0
## 1357 7 0
## 1358 7 0
## 1359 7 0
## 1360 7 0
## 1361 8 15
## 1362 8 15
## 1363 8 15
## 1364 8 15
## 1365 8 15
## 1366 8 15
## 1367 8 15
## 1368 8 15
## 1369 8 15
## 1370 8 15
## 1371 8 15
## 1372 8 15
## 1373 8 15
## 1374 8 15
## 1375 8 15
## 1376 8 15
## 1377 8 15
## 1378 8 15
## 1379 8 15
## 1380 8 15
## 1381 8 15
## 1382 8 15
## 1383 8 15
## 1384 8 15
## 1385 8 15
## 1386 8 15
## 1387 8 15
## 1388 8 15
## 1389 8 15
## 1390 8 15
## 1391 8 15
## 1392 8 15
## 1393 8 15
## 1394 8 15
## 1395 8 15
## 1396 8 15
## 1397 8 15
## 1398 8 15
## 1399 8 15
## 1400 0 1
## 1401 0 1
## 1402 0 1
## 1403 0 1
## 1404 0 1
## 1405 0 1
## 1406 0 1
## 1407 0 1
## 1408 0 1
## 1409 0 1
## 1410 0 1
## 1411 0 1
## 1412 0 1
## 1413 0 1
## 1414 0 1
## 1415 0 1
## 1416 0 1
## 1417 0 1
## 1418 0 1
## 1419 0 1
## 1420 0 1
## 1421 0 1
## 1422 0 1
## 1423 0 1
## 1424 0 1
## 1425 0 1
## 1426 0 1
## 1427 0 1
## 1428 0 1
## 1429 0 1
## 1430 0 1
## 1431 0 1
## 1432 0 1
## 1433 0 1
## 1434 0 1
## 1435 0 1
## 1436 0 1
## 1437 0 1
## 1438 0 1
## 1439 67 100
## 1440 67 100
## 1441 67 100
## 1442 67 100
## 1443 67 100
## 1444 67 100
## 1445 67 100
## 1446 67 100
## 1447 67 100
## 1448 67 100
## 1449 67 100
## 1450 67 100
## 1451 67 100
## 1452 67 100
## 1453 67 100
## 1454 67 100
## 1455 67 100
## 1456 67 100
## 1457 67 100
## 1458 67 100
## 1459 67 100
## 1460 67 100
## 1461 67 100
## 1462 67 100
## 1463 67 100
## 1464 67 100
## 1465 67 100
## 1466 67 100
## 1467 67 100
## 1468 67 100
## 1469 67 100
## 1470 48 5
## self_reported_race_nhpi self_reported_race_none_collected
## 1 0 0
## 2 0 0
## 3 0 0
## 4 0 0
## 5 0 0
## 6 0 0
## 7 0 0
## 8 0 0
## 9 0 0
## 10 0 0
## 11 0 0
## 12 0 0
## 13 0 0
## 14 0 0
## 15 0 0
## 16 0 0
## 17 0 0
## 18 0 0
## 19 0 0
## 20 0 0
## 21 0 0
## 22 0 0
## 23 0 0
## 24 0 0
## 25 0 0
## 26 0 0
## 27 0 0
## 28 0 0
## 29 0 0
## 30 0 0
## 31 0 0
## 32 0 0
## 33 0 0
## 34 0 0
## 35 0 0
## 36 0 0
## 37 0 0
## 38 0 0
## 39 0 0
## 40 0 0
## 41 0 0
## 42 0 0
## 43 0 0
## 44 0 0
## 45 0 0
## 46 0 0
## 47 0 0
## 48 0 0
## 49 0 0
## 50 0 0
## 51 0 0
## 52 0 0
## 53 0 0
## 54 0 0
## 55 0 0
## 56 0 0
## 57 0 0
## 58 0 0
## 59 0 0
## 60 0 0
## 61 0 0
## 62 0 0
## 63 0 0
## 64 0 0
## 65 0 0
## 66 0 0
## 67 0 0
## 68 0 0
## 69 0 0
## 70 0 0
## 71 0 0
## 72 0 0
## 73 0 0
## 74 0 0
## 75 0 0
## 76 0 0
## 77 0 0
## 78 0 0
## 79 0 0
## 80 0 0
## 81 0 0
## 82 0 0
## 83 0 0
## 84 0 0
## 85 0 0
## 86 0 0
## 87 0 0
## 88 0 0
## 89 0 0
## 90 0 0
## 91 0 0
## 92 0 0
## 93 0 0
## 94 0 0
## 95 0 0
## 96 0 0
## 97 0 0
## 98 0 0
## 99 0 0
## 100 0 0
## 101 0 0
## 102 0 0
## 103 0 0
## 104 1 0
## 105 1 0
## 106 1 0
## 107 1 0
## 108 1 0
## 109 1 0
## 110 1 0
## 111 1 0
## 112 1 0
## 113 1 0
## 114 1 0
## 115 1 0
## 116 1 0
## 117 1 0
## 118 1 0
## 119 1 0
## 120 1 0
## 121 1 0
## 122 1 0
## 123 1 0
## 124 1 0
## 125 1 0
## 126 1 0
## 127 1 0
## 128 1 0
## 129 1 0
## 130 1 0
## 131 1 0
## 132 1 0
## 133 1 0
## 134 1 0
## 135 1 0
## 136 1 0
## 137 1 0
## 138 1 0
## 139 1 0
## 140 1 0
## 141 1 0
## 142 1 0
## 143 1 0
## 144 1 0
## 145 1 0
## 146 1 0
## 147 1 0
## 148 1 0
## 149 1 0
## 150 1 0
## 151 1 0
## 152 1 0
## 153 1 0
## 154 1 0
## 155 1 0
## 156 1 0
## 157 1 0
## 158 1 0
## 159 1 0
## 160 1 0
## 161 1 0
## 162 1 0
## 163 1 0
## 164 0 0
## 165 0 0
## 166 0 0
## 167 0 0
## 168 0 0
## 169 0 0
## 170 0 0
## 171 0 0
## 172 0 0
## 173 0 0
## 174 0 0
## 175 0 0
## 176 0 0
## 177 0 0
## 178 0 0
## 179 0 0
## 180 0 0
## 181 0 0
## 182 0 0
## 183 0 0
## 184 0 0
## 185 0 0
## 186 0 0
## 187 0 0
## 188 0 0
## 189 0 0
## 190 0 0
## 191 0 0
## 192 0 0
## 193 0 0
## 194 0 0
## 195 0 0
## 196 0 0
## 197 0 0
## 198 0 0
## 199 0 0
## 200 0 0
## 201 0 0
## 202 0 0
## 203 0 0
## 204 0 0
## 205 0 0
## 206 0 0
## 207 0 0
## 208 0 0
## 209 0 0
## 210 0 0
## 211 0 0
## 212 0 0
## 213 0 0
## 214 0 0
## 215 0 0
## 216 0 0
## 217 0 0
## 218 0 0
## 219 0 0
## 220 0 0
## 221 0 0
## 222 0 0
## 223 0 0
## 224 0 0
## 225 0 0
## 226 0 0
## 227 0 0
## 228 0 0
## 229 0 0
## 230 0 0
## 231 0 0
## 232 0 0
## 233 0 0
## 234 0 0
## 235 0 0
## 236 0 0
## 237 0 0
## 238 0 0
## 239 0 0
## 240 0 0
## 241 0 0
## 242 0 0
## 243 0 0
## 244 0 0
## 245 0 0
## 246 0 0
## 247 0 0
## 248 0 0
## 249 0 0
## 250 0 0
## 251 0 0
## 252 0 0
## 253 0 0
## 254 0 0
## 255 0 0
## 256 0 0
## 257 0 0
## 258 0 0
## 259 0 0
## 260 0 0
## 261 0 0
## 262 0 0
## 263 0 0
## 264 0 0
## 265 0 0
## 266 0 0
## 267 0 0
## 268 0 0
## 269 0 0
## 270 0 0
## 271 0 0
## 272 0 0
## 273 0 0
## 274 0 0
## 275 0 0
## 276 0 0
## 277 0 0
## 278 0 0
## 279 0 0
## 280 0 0
## 281 0 0
## 282 0 0
## 283 0 0
## 284 0 0
## 285 0 0
## 286 0 0
## 287 0 0
## 288 0 0
## 289 0 0
## 290 0 0
## 291 0 0
## 292 0 0
## 293 0 0
## 294 0 0
## 295 0 0
## 296 0 0
## 297 0 0
## 298 0 0
## 299 0 0
## 300 0 0
## 301 0 0
## 302 0 0
## 303 0 0
## 304 0 0
## 305 0 0
## 306 0 0
## 307 0 0
## 308 0 0
## 309 0 0
## 310 0 0
## 311 0 0
## 312 0 0
## 313 0 0
## 314 0 0
## 315 0 0
## 316 0 0
## 317 0 0
## 318 0 0
## 319 0 0
## 320 0 0
## 321 0 0
## 322 0 0
## 323 0 0
## 324 0 0
## 325 0 0
## 326 0 0
## 327 0 0
## 328 0 0
## 329 0 0
## 330 0 0
## 331 0 0
## 332 0 0
## 333 0 0
## 334 0 0
## 335 0 0
## 336 0 0
## 337 0 0
## 338 0 0
## 339 0 0
## 340 0 0
## 341 0 0
## 342 0 0
## 343 0 0
## 344 0 0
## 345 0 0
## 346 0 0
## 347 0 0
## 348 0 0
## 349 0 0
## 350 0 0
## 351 0 0
## 352 0 0
## 353 0 0
## 354 0 0
## 355 0 0
## 356 0 0
## 357 0 0
## 358 0 0
## 359 0 0
## 360 0 0
## 361 0 0
## 362 0 0
## 363 0 0
## 364 0 0
## 365 0 0
## 366 0 0
## 367 0 0
## 368 0 0
## 369 0 0
## 370 0 0
## 371 0 0
## 372 0 0
## 373 0 0
## 374 0 0
## 375 0 0
## 376 0 0
## 377 0 0
## 378 0 0
## 379 0 0
## 380 0 0
## 381 0 0
## 382 0 0
## 383 0 0
## 384 0 0
## 385 0 0
## 386 0 0
## 387 0 0
## 388 0 0
## 389 0 0
## 390 0 0
## 391 0 0
## 392 0 0
## 393 0 0
## 394 0 0
## 395 0 0
## 396 0 0
## 397 0 0
## 398 0 0
## 399 0 0
## 400 0 0
## 401 0 0
## 402 0 0
## 403 1 0
## 404 1 0
## 405 1 0
## 406 1 0
## 407 1 0
## 408 1 0
## 409 1 0
## 410 1 0
## 411 1 0
## 412 1 0
## 413 1 0
## 414 1 0
## 415 1 0
## 416 1 0
## 417 1 0
## 418 1 0
## 419 1 0
## 420 1 0
## 421 1 0
## 422 1 0
## 423 1 0
## 424 1 0
## 425 1 0
## 426 1 0
## 427 1 0
## 428 1 0
## 429 1 0
## 430 1 0
## 431 1 0
## 432 1 0
## 433 1 0
## 434 1 0
## 435 1 0
## 436 1 0
## 437 1 0
## 438 1 0
## 439 1 0
## 440 1 0
## 441 1 0
## 442 1 0
## 443 1 0
## 444 1 0
## 445 1 0
## 446 1 0
## 447 1 0
## 448 1 0
## 449 1 0
## 450 1 0
## 451 1 0
## 452 1 0
## 453 0 0
## 454 0 0
## 455 0 0
## 456 0 0
## 457 0 0
## 458 0 0
## 459 0 0
## 460 0 0
## 461 0 0
## 462 0 0
## 463 0 0
## 464 0 0
## 465 0 0
## 466 0 0
## 467 0 0
## 468 0 0
## 469 0 0
## 470 0 0
## 471 0 0
## 472 0 0
## 473 0 0
## 474 0 0
## 475 0 0
## 476 0 0
## 477 0 0
## 478 0 0
## 479 0 0
## 480 0 0
## 481 0 0
## 482 0 0
## 483 0 0
## 484 0 0
## 485 0 0
## 486 0 0
## 487 0 0
## 488 0 0
## 489 0 0
## 490 0 0
## 491 0 0
## 492 0 0
## 493 0 0
## 494 0 0
## 495 0 0
## 496 0 0
## 497 0 0
## 498 0 0
## 499 0 0
## 500 0 0
## 501 0 0
## 502 0 0
## 503 0 0
## 504 0 0
## 505 0 0
## 506 0 0
## 507 0 0
## 508 0 0
## 509 0 0
## 510 0 0
## 511 0 0
## 512 0 0
## 513 0 0
## 514 0 0
## 515 0 0
## 516 0 0
## 517 0 0
## 518 0 0
## 519 0 0
## 520 0 0
## 521 0 0
## 522 0 0
## 523 0 0
## 524 0 0
## 525 0 0
## 526 0 0
## 527 0 0
## 528 0 0
## 529 0 0
## 530 0 0
## 531 0 0
## 532 0 0
## 533 0 0
## 534 0 0
## 535 0 0
## 536 0 0
## 537 0 0
## 538 0 0
## 539 0 0
## 540 0 0
## 541 0 0
## 542 0 0
## 543 0 0
## 544 0 0
## 545 0 0
## 546 0 0
## 547 0 0
## 548 0 0
## 549 0 0
## 550 0 0
## 551 0 0
## 552 0 0
## 553 0 0
## 554 0 0
## 555 0 0
## 556 0 0
## 557 0 0
## 558 0 0
## 559 0 0
## 560 0 0
## 561 0 0
## 562 0 0
## 563 0 0
## 564 0 0
## 565 0 0
## 566 0 0
## 567 0 0
## 568 0 0
## 569 0 0
## 570 0 0
## 571 0 0
## 572 0 0
## 573 0 0
## 574 0 0
## 575 0 0
## 576 0 0
## 577 0 0
## 578 0 0
## 579 0 0
## 580 0 0
## 581 0 0
## 582 0 0
## 583 0 0
## 584 0 0
## 585 0 0
## 586 0 0
## 587 0 0
## 588 0 0
## 589 0 0
## 590 0 0
## 591 0 0
## 592 0 0
## 593 0 0
## 594 0 0
## 595 0 0
## 596 0 0
## 597 0 0
## 598 0 0
## 599 0 0
## 600 0 0
## 601 0 0
## 602 0 0
## 603 0 0
## 604 0 0
## 605 0 0
## 606 0 0
## 607 0 0
## 608 0 0
## 609 0 0
## 610 0 0
## 611 0 0
## 612 0 0
## 613 0 0
## 614 0 0
## 615 0 0
## 616 0 0
## 617 0 0
## 618 0 0
## 619 0 0
## 620 0 0
## 621 0 0
## 622 0 0
## 623 0 0
## 624 0 0
## 625 0 0
## 626 0 0
## 627 0 0
## 628 0 0
## 629 0 0
## 630 0 0
## 631 0 0
## 632 0 0
## 633 0 0
## 634 0 0
## 635 0 0
## 636 0 0
## 637 0 0
## 638 0 0
## 639 0 0
## 640 0 0
## 641 0 0
## 642 0 0
## 643 0 0
## 644 0 0
## 645 0 0
## 646 0 0
## 647 0 0
## 648 0 0
## 649 0 0
## 650 0 0
## 651 0 0
## 652 0 0
## 653 0 0
## 654 0 0
## 655 0 0
## 656 0 0
## 657 0 0
## 658 0 0
## 659 0 0
## 660 0 0
## 661 0 0
## 662 0 0
## 663 0 0
## 664 0 0
## 665 0 0
## 666 0 0
## 667 0 0
## 668 0 0
## 669 0 0
## 670 0 0
## 671 0 0
## 672 0 0
## 673 0 0
## 674 0 0
## 675 0 0
## 676 0 0
## 677 0 0
## 678 0 0
## 679 0 0
## 680 0 0
## 681 0 0
## 682 0 0
## 683 0 0
## 684 0 0
## 685 0 0
## 686 0 0
## 687 0 0
## 688 0 0
## 689 0 0
## 690 0 0
## 691 0 0
## 692 0 0
## 693 0 0
## 694 0 0
## 695 0 0
## 696 0 0
## 697 0 0
## 698 0 0
## 699 0 0
## 700 0 0
## 701 0 0
## 702 0 0
## 703 0 0
## 704 0 0
## 705 0 0
## 706 0 0
## 707 0 0
## 708 0 0
## 709 0 0
## 710 0 0
## 711 0 0
## 712 0 0
## 713 0 0
## 714 0 0
## 715 0 0
## 716 0 0
## 717 0 0
## 718 0 0
## 719 0 0
## 720 0 0
## 721 0 0
## 722 0 0
## 723 0 0
## 724 0 0
## 725 0 0
## 726 0 0
## 727 0 0
## 728 0 0
## 729 0 0
## 730 0 0
## 731 0 0
## 732 0 0
## 733 0 0
## 734 0 0
## 735 0 0
## 736 0 0
## 737 0 0
## 738 0 0
## 739 0 0
## 740 0 0
## 741 0 0
## 742 0 0
## 743 0 0
## 744 0 0
## 745 0 0
## 746 0 0
## 747 0 0
## 748 0 0
## 749 0 0
## 750 0 0
## 751 0 0
## 752 0 0
## 753 0 0
## 754 0 0
## 755 0 0
## 756 0 0
## 757 0 0
## 758 0 0
## 759 0 0
## 760 0 0
## 761 0 0
## 762 0 0
## 763 0 0
## 764 0 0
## 765 0 0
## 766 0 0
## 767 0 0
## 768 0 0
## 769 0 0
## 770 0 0
## 771 0 0
## 772 0 0
## 773 0 0
## 774 0 0
## 775 0 0
## 776 0 0
## 777 1 0
## 778 1 0
## 779 1 0
## 780 1 0
## 781 1 0
## 782 1 0
## 783 1 0
## 784 1 0
## 785 1 0
## 786 1 0
## 787 1 0
## 788 1 0
## 789 1 0
## 790 1 0
## 791 1 0
## 792 1 0
## 793 1 0
## 794 1 0
## 795 1 0
## 796 1 0
## 797 1 0
## 798 1 0
## 799 1 0
## 800 1 0
## 801 1 0
## 802 1 0
## 803 1 0
## 804 1 0
## 805 1 0
## 806 1 0
## 807 1 0
## 808 1 0
## 809 1 0
## 810 1 0
## 811 1 0
## 812 1 0
## 813 1 0
## 814 1 0
## 815 1 0
## 816 1 0
## 817 1 0
## 818 1 0
## 819 1 0
## 820 1 0
## 821 1 0
## 822 1 0
## 823 1 0
## 824 0 0
## 825 0 0
## 826 0 0
## 827 0 0
## 828 0 0
## 829 0 0
## 830 0 0
## 831 0 0
## 832 0 0
## 833 0 0
## 834 0 0
## 835 0 0
## 836 0 0
## 837 0 0
## 838 0 0
## 839 0 0
## 840 0 0
## 841 0 0
## 842 0 0
## 843 0 0
## 844 0 0
## 845 0 0
## 846 0 0
## 847 0 0
## 848 0 0
## 849 0 0
## 850 0 0
## 851 0 0
## 852 0 0
## 853 0 0
## 854 0 0
## 855 0 0
## 856 0 0
## 857 0 0
## 858 0 0
## 859 0 0
## 860 0 0
## 861 0 0
## 862 0 0
## 863 0 0
## 864 0 0
## 865 0 0
## 866 0 0
## 867 0 0
## 868 0 0
## 869 0 0
## 870 0 0
## 871 0 0
## 872 0 0
## 873 0 0
## 874 0 0
## 875 0 0
## 876 0 0
## 877 0 0
## 878 0 0
## 879 0 0
## 880 0 0
## 881 0 0
## 882 0 0
## 883 0 0
## 884 0 0
## 885 0 0
## 886 0 0
## 887 0 0
## 888 0 0
## 889 0 0
## 890 0 0
## 891 0 0
## 892 0 0
## 893 0 0
## 894 0 0
## 895 0 0
## 896 0 0
## 897 0 0
## 898 0 0
## 899 0 0
## 900 0 0
## 901 0 0
## 902 0 0
## 903 0 0
## 904 0 0
## 905 0 0
## 906 0 0
## 907 0 0
## 908 0 0
## 909 0 0
## 910 0 0
## 911 0 0
## 912 0 0
## 913 0 0
## 914 0 0
## 915 0 0
## 916 0 0
## 917 0 0
## 918 0 0
## 919 0 0
## 920 0 0
## 921 0 0
## 922 0 0
## 923 0 0
## 924 0 0
## 925 0 0
## 926 0 0
## 927 0 0
## 928 0 0
## 929 0 0
## 930 0 0
## 931 0 0
## 932 0 0
## 933 0 0
## 934 0 0
## 935 0 0
## 936 0 0
## 937 0 0
## 938 0 0
## 939 0 0
## 940 0 0
## 941 0 0
## 942 0 0
## 943 0 0
## 944 0 0
## 945 0 0
## 946 0 0
## 947 0 0
## 948 0 0
## 949 0 0
## 950 0 0
## 951 0 0
## 952 0 0
## 953 0 0
## 954 0 0
## 955 0 0
## 956 0 0
## 957 0 0
## 958 0 0
## 959 0 0
## 960 0 0
## 961 0 0
## 962 0 0
## 963 0 0
## 964 0 0
## 965 0 0
## 966 0 0
## 967 0 0
## 968 0 0
## 969 0 0
## 970 0 0
## 971 0 0
## 972 0 0
## 973 0 0
## 974 0 0
## 975 0 0
## 976 0 0
## 977 0 0
## 978 0 0
## 979 0 0
## 980 0 0
## 981 0 0
## 982 0 0
## 983 0 0
## 984 0 0
## 985 0 0
## 986 0 0
## 987 0 0
## 988 0 0
## 989 0 0
## 990 0 0
## 991 0 0
## 992 0 0
## 993 0 0
## 994 0 0
## 995 0 0
## 996 0 0
## 997 0 0
## 998 0 0
## 999 0 0
## 1000 0 0
## 1001 0 0
## 1002 0 0
## 1003 0 0
## 1004 0 0
## 1005 0 0
## 1006 0 0
## 1007 0 0
## 1008 0 0
## 1009 0 0
## 1010 0 0
## 1011 0 0
## 1012 0 0
## 1013 0 0
## 1014 0 0
## 1015 0 0
## 1016 0 0
## 1017 0 0
## 1018 0 0
## 1019 0 0
## 1020 0 0
## 1021 0 0
## 1022 0 0
## 1023 0 0
## 1024 0 0
## 1025 0 0
## 1026 0 0
## 1027 0 0
## 1028 0 0
## 1029 0 0
## 1030 0 0
## 1031 0 0
## 1032 0 0
## 1033 0 0
## 1034 0 0
## 1035 0 0
## 1036 0 0
## 1037 0 0
## 1038 0 0
## 1039 0 0
## 1040 0 0
## 1041 0 0
## 1042 0 0
## 1043 0 0
## 1044 0 0
## 1045 0 0
## 1046 0 0
## 1047 0 0
## 1048 0 0
## 1049 0 0
## 1050 0 0
## 1051 0 0
## 1052 0 0
## 1053 0 0
## 1054 0 0
## 1055 0 0
## 1056 0 0
## 1057 0 0
## 1058 0 0
## 1059 0 0
## 1060 0 0
## 1061 0 0
## 1062 0 0
## 1063 0 0
## 1064 0 0
## 1065 0 0
## 1066 0 0
## 1067 0 0
## 1068 0 0
## 1069 0 0
## 1070 0 0
## 1071 0 0
## 1072 0 0
## 1073 0 0
## 1074 0 0
## 1075 0 0
## 1076 0 0
## 1077 0 0
## 1078 0 0
## 1079 0 0
## 1080 0 0
## 1081 0 0
## 1082 0 0
## 1083 0 0
## 1084 0 0
## 1085 0 0
## 1086 0 0
## 1087 0 0
## 1088 0 0
## 1089 0 0
## 1090 0 0
## 1091 0 0
## 1092 0 0
## 1093 0 0
## 1094 0 0
## 1095 0 0
## 1096 0 0
## 1097 0 0
## 1098 0 0
## 1099 0 0
## 1100 0 0
## 1101 0 0
## 1102 0 0
## 1103 0 0
## 1104 0 0
## 1105 0 0
## 1106 0 0
## 1107 0 0
## 1108 0 0
## 1109 0 0
## 1110 0 0
## 1111 0 0
## 1112 0 0
## 1113 0 0
## 1114 0 0
## 1115 0 0
## 1116 0 0
## 1117 0 0
## 1118 0 0
## 1119 0 0
## 1120 0 0
## 1121 0 0
## 1122 0 0
## 1123 0 0
## 1124 0 0
## 1125 0 0
## 1126 0 0
## 1127 0 0
## 1128 0 0
## 1129 0 0
## 1130 0 0
## 1131 0 0
## 1132 0 0
## 1133 0 0
## 1134 0 0
## 1135 0 0
## 1136 0 0
## 1137 0 0
## 1138 0 0
## 1139 0 0
## 1140 0 0
## 1141 0 0
## 1142 0 0
## 1143 0 0
## 1144 0 0
## 1145 0 0
## 1146 0 0
## 1147 0 0
## 1148 0 0
## 1149 0 0
## 1150 0 0
## 1151 0 0
## 1152 0 0
## 1153 0 0
## 1154 0 0
## 1155 0 0
## 1156 0 0
## 1157 0 0
## 1158 0 0
## 1159 0 0
## 1160 0 0
## 1161 0 0
## 1162 0 0
## 1163 0 0
## 1164 0 0
## 1165 0 0
## 1166 0 0
## 1167 0 0
## 1168 0 0
## 1169 0 0
## 1170 0 0
## 1171 0 0
## 1172 0 0
## 1173 0 0
## 1174 0 0
## 1175 0 0
## 1176 0 0
## 1177 0 0
## 1178 0 0
## 1179 0 0
## 1180 0 0
## 1181 0 0
## 1182 0 0
## 1183 0 0
## 1184 0 0
## 1185 0 0
## 1186 0 0
## 1187 0 0
## 1188 0 0
## 1189 0 0
## 1190 0 0
## 1191 0 0
## 1192 0 0
## 1193 0 0
## 1194 0 0
## 1195 0 0
## 1196 0 0
## 1197 0 0
## 1198 0 0
## 1199 0 0
## 1200 0 0
## 1201 0 0
## 1202 0 0
## 1203 0 0
## 1204 0 0
## 1205 0 0
## 1206 0 0
## 1207 0 0
## 1208 0 0
## 1209 0 0
## 1210 0 0
## 1211 0 0
## 1212 0 0
## 1213 0 0
## 1214 0 0
## 1215 0 0
## 1216 0 0
## 1217 0 0
## 1218 0 0
## 1219 0 0
## 1220 0 0
## 1221 0 0
## 1222 0 0
## 1223 0 0
## 1224 0 0
## 1225 0 0
## 1226 0 0
## 1227 0 0
## 1228 0 0
## 1229 0 0
## 1230 0 0
## 1231 0 0
## 1232 0 0
## 1233 0 0
## 1234 0 0
## 1235 0 0
## 1236 0 0
## 1237 0 0
## 1238 0 0
## 1239 0 0
## 1240 0 0
## 1241 0 0
## 1242 0 0
## 1243 0 0
## 1244 0 0
## 1245 0 0
## 1246 0 0
## 1247 0 0
## 1248 0 0
## 1249 0 0
## 1250 0 0
## 1251 0 0
## 1252 0 0
## 1253 0 0
## 1254 0 0
## 1255 0 0
## 1256 0 0
## 1257 0 0
## 1258 0 0
## 1259 0 0
## 1260 0 0
## 1261 0 0
## 1262 0 0
## 1263 0 0
## 1264 0 0
## 1265 0 0
## 1266 0 0
## 1267 0 0
## 1268 0 0
## 1269 0 0
## 1270 0 0
## 1271 0 0
## 1272 0 0
## 1273 0 0
## 1274 0 0
## 1275 0 0
## 1276 0 0
## 1277 0 0
## 1278 0 0
## 1279 0 0
## 1280 0 0
## 1281 0 0
## 1282 0 0
## 1283 0 0
## 1284 0 0
## 1285 0 0
## 1286 0 0
## 1287 0 0
## 1288 0 0
## 1289 0 0
## 1290 0 0
## 1291 0 0
## 1292 0 0
## 1293 0 0
## 1294 0 0
## 1295 0 0
## 1296 0 0
## 1297 0 0
## 1298 0 0
## 1299 0 0
## 1300 0 0
## 1301 0 0
## 1302 0 0
## 1303 0 0
## 1304 0 0
## 1305 0 0
## 1306 0 0
## 1307 0 0
## 1308 0 0
## 1309 0 0
## 1310 0 0
## 1311 0 0
## 1312 0 0
## 1313 0 0
## 1314 0 0
## 1315 0 0
## 1316 0 0
## 1317 0 0
## 1318 0 0
## 1319 0 0
## 1320 0 0
## 1321 0 0
## 1322 0 0
## 1323 0 0
## 1324 0 0
## 1325 0 0
## 1326 0 0
## 1327 0 0
## 1328 0 0
## 1329 0 0
## 1330 0 0
## 1331 0 0
## 1332 0 0
## 1333 0 0
## 1334 0 0
## 1335 0 0
## 1336 0 0
## 1337 0 0
## 1338 0 0
## 1339 0 0
## 1340 0 0
## 1341 0 0
## 1342 0 0
## 1343 0 0
## 1344 0 0
## 1345 0 0
## 1346 0 0
## 1347 0 0
## 1348 0 0
## 1349 0 0
## 1350 0 0
## 1351 0 0
## 1352 0 0
## 1353 0 0
## 1354 0 0
## 1355 0 0
## 1356 0 0
## 1357 0 0
## 1358 0 0
## 1359 0 0
## 1360 0 0
## 1361 0 0
## 1362 0 0
## 1363 0 0
## 1364 0 0
## 1365 0 0
## 1366 0 0
## 1367 0 0
## 1368 0 0
## 1369 0 0
## 1370 0 0
## 1371 0 0
## 1372 0 0
## 1373 0 0
## 1374 0 0
## 1375 0 0
## 1376 0 0
## 1377 0 0
## 1378 0 0
## 1379 0 0
## 1380 0 0
## 1381 0 0
## 1382 0 0
## 1383 0 0
## 1384 0 0
## 1385 0 0
## 1386 0 0
## 1387 0 0
## 1388 0 0
## 1389 0 0
## 1390 0 0
## 1391 0 0
## 1392 0 0
## 1393 0 0
## 1394 0 0
## 1395 0 0
## 1396 0 0
## 1397 0 0
## 1398 0 0
## 1399 0 0
## 1400 0 0
## 1401 0 0
## 1402 0 0
## 1403 0 0
## 1404 0 0
## 1405 0 0
## 1406 0 0
## 1407 0 0
## 1408 0 0
## 1409 0 0
## 1410 0 0
## 1411 0 0
## 1412 0 0
## 1413 0 0
## 1414 0 0
## 1415 0 0
## 1416 0 0
## 1417 0 0
## 1418 0 0
## 1419 0 0
## 1420 0 0
## 1421 0 0
## 1422 0 0
## 1423 0 0
## 1424 0 0
## 1425 0 0
## 1426 0 0
## 1427 0 0
## 1428 0 0
## 1429 0 0
## 1430 0 0
## 1431 0 0
## 1432 0 0
## 1433 0 0
## 1434 0 0
## 1435 0 0
## 1436 0 0
## 1437 0 0
## 1438 0 0
## 1439 0 0
## 1440 0 0
## 1441 0 0
## 1442 0 0
## 1443 0 0
## 1444 0 0
## 1445 0 0
## 1446 0 0
## 1447 0 0
## 1448 0 0
## 1449 0 0
## 1450 0 0
## 1451 0 0
## 1452 0 0
## 1453 0 0
## 1454 0 0
## 1455 0 0
## 1456 0 0
## 1457 0 0
## 1458 0 0
## 1459 0 0
## 1460 0 0
## 1461 0 0
## 1462 0 0
## 1463 0 0
## 1464 0 0
## 1465 0 0
## 1466 0 0
## 1467 0 0
## 1468 0 0
## 1469 0 0
## 1470 0 0
## self_reported_race_white self_reported_swd self_reported_total_enrollment
## 1 10 10 700
## 2 10 10 700
## 3 10 10 700
## 4 10 10 700
## 5 10 10 700
## 6 10 10 700
## 7 10 10 700
## 8 10 10 700
## 9 10 10 700
## 10 10 10 700
## 11 10 10 700
## 12 10 10 700
## 13 10 10 700
## 14 10 10 700
## 15 10 10 700
## 16 10 10 700
## 17 10 10 700
## 18 10 10 700
## 19 10 10 700
## 20 10 10 700
## 21 10 10 700
## 22 69 10 54
## 23 69 10 54
## 24 69 10 54
## 25 69 10 54
## 26 69 10 54
## 27 69 10 54
## 28 69 10 54
## 29 69 10 54
## 30 69 10 54
## 31 69 10 54
## 32 69 10 54
## 33 69 10 54
## 34 69 10 54
## 35 69 10 54
## 36 69 10 54
## 37 69 10 54
## 38 69 10 54
## 39 69 10 54
## 40 69 10 54
## 41 69 10 54
## 42 69 10 54
## 43 69 10 54
## 44 69 10 54
## 45 69 10 54
## 46 69 10 54
## 47 69 10 54
## 48 69 10 54
## 49 69 10 54
## 50 69 10 54
## 51 69 10 54
## 52 69 10 54
## 53 69 10 54
## 54 69 10 54
## 55 69 10 54
## 56 69 10 54
## 57 69 10 54
## 58 69 10 54
## 59 69 10 54
## 60 69 10 54
## 61 69 10 54
## 62 69 10 54
## 63 69 10 54
## 64 69 10 54
## 65 69 10 54
## 66 69 10 54
## 67 69 10 54
## 68 69 10 54
## 69 69 10 54
## 70 69 10 54
## 71 69 10 54
## 72 69 10 54
## 73 69 10 54
## 74 69 10 54
## 75 69 10 54
## 76 69 10 54
## 77 69 10 54
## 78 69 10 54
## 79 69 10 54
## 80 69 10 54
## 81 69 10 54
## 82 8 15 545
## 83 8 15 545
## 84 8 15 545
## 85 8 15 545
## 86 8 15 545
## 87 8 15 545
## 88 8 15 545
## 89 8 15 545
## 90 8 15 545
## 91 8 15 545
## 92 8 15 545
## 93 8 15 545
## 94 8 15 545
## 95 8 15 545
## 96 8 15 545
## 97 8 15 545
## 98 8 15 545
## 99 8 15 545
## 100 8 15 545
## 101 8 15 545
## 102 8 15 545
## 103 8 15 545
## 104 62 64 250
## 105 62 64 250
## 106 62 64 250
## 107 62 64 250
## 108 62 64 250
## 109 62 64 250
## 110 62 64 250
## 111 62 64 250
## 112 62 64 250
## 113 62 64 250
## 114 62 64 250
## 115 62 64 250
## 116 62 64 250
## 117 62 64 250
## 118 62 64 250
## 119 62 64 250
## 120 62 64 250
## 121 62 64 250
## 122 62 64 250
## 123 62 64 250
## 124 62 64 250
## 125 62 64 250
## 126 62 64 250
## 127 62 64 250
## 128 62 64 250
## 129 62 64 250
## 130 62 64 250
## 131 62 64 250
## 132 62 64 250
## 133 62 64 250
## 134 62 64 250
## 135 62 64 250
## 136 62 64 250
## 137 62 64 250
## 138 62 64 250
## 139 62 64 250
## 140 62 64 250
## 141 62 64 250
## 142 62 64 250
## 143 62 64 250
## 144 62 64 250
## 145 62 64 250
## 146 62 64 250
## 147 62 64 250
## 148 62 64 250
## 149 62 64 250
## 150 62 64 250
## 151 62 64 250
## 152 62 64 250
## 153 62 64 250
## 154 62 64 250
## 155 62 64 250
## 156 62 64 250
## 157 62 64 250
## 158 62 64 250
## 159 62 64 250
## 160 62 64 250
## 161 62 64 250
## 162 62 64 250
## 163 62 64 250
## 164 11 15 351
## 165 11 15 351
## 166 11 15 351
## 167 11 15 351
## 168 11 15 351
## 169 11 15 351
## 170 11 15 351
## 171 11 15 351
## 172 11 15 351
## 173 11 15 351
## 174 11 15 351
## 175 11 15 351
## 176 11 15 351
## 177 11 15 351
## 178 11 15 351
## 179 11 15 351
## 180 11 15 351
## 181 11 15 351
## 182 11 15 351
## 183 11 15 351
## 184 11 15 351
## 185 11 15 351
## 186 11 15 351
## 187 11 15 351
## 188 11 15 351
## 189 11 15 351
## 190 11 15 351
## 191 11 15 351
## 192 11 15 351
## 193 11 15 351
## 194 11 15 351
## 195 11 15 351
## 196 11 15 351
## 197 11 15 351
## 198 11 15 351
## 199 11 15 351
## 200 11 15 351
## 201 11 15 351
## 202 11 15 351
## 203 11 15 351
## 204 11 15 351
## 205 11 15 351
## 206 11 15 351
## 207 11 15 351
## 208 11 15 351
## 209 11 15 351
## 210 11 15 351
## 211 11 15 351
## 212 11 15 351
## 213 11 15 351
## 214 11 15 351
## 215 11 15 351
## 216 11 15 351
## 217 11 15 351
## 218 11 15 351
## 219 11 15 351
## 220 11 15 351
## 221 11 15 351
## 222 4 39 350
## 223 4 39 350
## 224 4 39 350
## 225 4 39 350
## 226 4 39 350
## 227 4 39 350
## 228 4 39 350
## 229 4 39 350
## 230 4 39 350
## 231 4 39 350
## 232 4 39 350
## 233 4 39 350
## 234 4 39 350
## 235 4 39 350
## 236 4 39 350
## 237 4 39 350
## 238 4 39 350
## 239 4 39 350
## 240 4 39 350
## 241 4 39 350
## 242 4 39 350
## 243 4 39 350
## 244 4 39 350
## 245 4 39 350
## 246 4 39 350
## 247 4 39 350
## 248 4 39 350
## 249 4 39 350
## 250 4 39 350
## 251 4 39 350
## 252 4 39 350
## 253 4 39 350
## 254 4 39 350
## 255 4 39 350
## 256 4 39 350
## 257 4 39 350
## 258 4 39 350
## 259 4 39 350
## 260 4 39 350
## 261 4 39 350
## 262 4 39 350
## 263 4 39 350
## 264 4 39 350
## 265 4 39 350
## 266 4 39 350
## 267 4 39 350
## 268 4 39 350
## 269 4 39 350
## 270 4 39 350
## 271 4 39 350
## 272 4 39 350
## 273 4 39 350
## 274 4 39 350
## 275 4 39 350
## 276 4 39 350
## 277 4 39 350
## 278 4 39 350
## 279 78 11 1000
## 280 78 11 1000
## 281 78 11 1000
## 282 78 11 1000
## 283 78 11 1000
## 284 78 11 1000
## 285 78 11 1000
## 286 78 11 1000
## 287 78 11 1000
## 288 78 11 1000
## 289 78 11 1000
## 290 78 11 1000
## 291 78 11 1000
## 292 78 11 1000
## 293 78 11 1000
## 294 78 11 1000
## 295 78 11 1000
## 296 78 11 1000
## 297 78 11 1000
## 298 78 11 1000
## 299 78 11 1000
## 300 78 11 1000
## 301 78 11 1000
## 302 78 11 1000
## 303 78 11 1000
## 304 78 11 1000
## 305 78 11 1000
## 306 78 11 1000
## 307 78 11 1000
## 308 78 11 1000
## 309 78 11 1000
## 310 78 11 1000
## 311 78 11 1000
## 312 78 11 1000
## 313 78 11 1000
## 314 78 11 1000
## 315 78 11 1000
## 316 78 11 1000
## 317 78 11 1000
## 318 78 11 1000
## 319 78 11 1000
## 320 78 11 1000
## 321 78 11 1000
## 322 78 11 1000
## 323 78 11 1000
## 324 78 11 1000
## 325 78 11 1000
## 326 78 11 1000
## 327 78 11 1000
## 328 78 11 1000
## 329 78 11 1000
## 330 78 11 1000
## 331 78 11 1000
## 332 78 11 1000
## 333 78 11 1000
## 334 78 11 1000
## 335 78 11 1000
## 336 78 11 1000
## 337 78 11 1000
## 338 78 11 1000
## 339 78 11 1000
## 340 78 11 1000
## 341 56 21 395
## 342 56 21 395
## 343 56 21 395
## 344 56 21 395
## 345 56 21 395
## 346 56 21 395
## 347 56 21 395
## 348 56 21 395
## 349 56 21 395
## 350 56 21 395
## 351 56 21 395
## 352 56 21 395
## 353 56 21 395
## 354 56 21 395
## 355 56 21 395
## 356 56 21 395
## 357 56 21 395
## 358 56 21 395
## 359 56 21 395
## 360 56 21 395
## 361 56 21 395
## 362 56 21 395
## 363 56 21 395
## 364 56 21 395
## 365 56 21 395
## 366 56 21 395
## 367 56 21 395
## 368 56 21 395
## 369 56 21 395
## 370 56 21 395
## 371 56 21 395
## 372 56 21 395
## 373 56 21 395
## 374 56 21 395
## 375 56 21 395
## 376 56 21 395
## 377 56 21 395
## 378 56 21 395
## 379 56 21 395
## 380 56 21 395
## 381 56 21 395
## 382 56 21 395
## 383 56 21 395
## 384 41 0 465
## 385 41 0 465
## 386 41 0 465
## 387 41 0 465
## 388 41 0 465
## 389 41 0 465
## 390 41 0 465
## 391 41 0 465
## 392 41 0 465
## 393 41 0 465
## 394 41 0 465
## 395 41 0 465
## 396 41 0 465
## 397 41 0 465
## 398 41 0 465
## 399 41 0 465
## 400 41 0 465
## 401 41 0 465
## 402 41 0 465
## 403 49 11 492
## 404 49 11 492
## 405 49 11 492
## 406 49 11 492
## 407 49 11 492
## 408 49 11 492
## 409 49 11 492
## 410 49 11 492
## 411 49 11 492
## 412 49 11 492
## 413 49 11 492
## 414 49 11 492
## 415 49 11 492
## 416 49 11 492
## 417 49 11 492
## 418 49 11 492
## 419 49 11 492
## 420 49 11 492
## 421 49 11 492
## 422 49 11 492
## 423 49 11 492
## 424 49 11 492
## 425 49 11 492
## 426 49 11 492
## 427 49 11 492
## 428 49 11 492
## 429 49 11 492
## 430 49 11 492
## 431 49 11 492
## 432 49 11 492
## 433 49 11 492
## 434 49 11 492
## 435 49 11 492
## 436 49 11 492
## 437 49 11 492
## 438 49 11 492
## 439 49 11 492
## 440 49 11 492
## 441 49 11 492
## 442 49 11 492
## 443 49 11 492
## 444 49 11 492
## 445 49 11 492
## 446 49 11 492
## 447 49 11 492
## 448 49 11 492
## 449 49 11 492
## 450 49 11 492
## 451 49 11 492
## 452 49 11 492
## 453 47 23 345
## 454 47 23 345
## 455 47 23 345
## 456 47 23 345
## 457 47 23 345
## 458 47 23 345
## 459 47 23 345
## 460 47 23 345
## 461 47 23 345
## 462 47 23 345
## 463 47 23 345
## 464 47 23 345
## 465 47 23 345
## 466 47 23 345
## 467 47 23 345
## 468 47 23 345
## 469 47 23 345
## 470 47 23 345
## 471 47 23 345
## 472 47 23 345
## 473 47 23 345
## 474 47 23 345
## 475 47 23 345
## 476 47 23 345
## 477 47 23 345
## 478 47 23 345
## 479 47 23 345
## 480 47 23 345
## 481 47 23 345
## 482 47 23 345
## 483 47 23 345
## 484 47 23 345
## 485 47 23 345
## 486 47 23 345
## 487 47 23 345
## 488 47 23 345
## 489 47 23 345
## 490 47 23 345
## 491 47 23 345
## 492 47 23 345
## 493 47 23 345
## 494 47 23 345
## 495 47 23 345
## 496 47 23 345
## 497 47 23 345
## 498 22 25 225
## 499 22 25 225
## 500 22 25 225
## 501 22 25 225
## 502 22 25 225
## 503 22 25 225
## 504 22 25 225
## 505 22 25 225
## 506 22 25 225
## 507 22 25 225
## 508 22 25 225
## 509 22 25 225
## 510 22 25 225
## 511 22 25 225
## 512 22 25 225
## 513 22 25 225
## 514 22 25 225
## 515 22 25 225
## 516 22 25 225
## 517 22 25 225
## 518 22 25 225
## 519 22 25 225
## 520 22 25 225
## 521 22 25 225
## 522 22 25 225
## 523 22 25 225
## 524 22 25 225
## 525 22 25 225
## 526 22 25 225
## 527 22 25 225
## 528 22 25 225
## 529 22 25 225
## 530 22 25 225
## 531 22 25 225
## 532 22 25 225
## 533 22 25 225
## 534 22 25 225
## 535 22 25 225
## 536 22 25 225
## 537 22 25 225
## 538 22 25 225
## 539 22 25 225
## 540 22 25 225
## 541 22 25 225
## 542 5 21 285
## 543 5 21 285
## 544 5 21 285
## 545 5 21 285
## 546 5 21 285
## 547 5 21 285
## 548 5 21 285
## 549 5 21 285
## 550 5 21 285
## 551 5 21 285
## 552 5 21 285
## 553 5 21 285
## 554 5 21 285
## 555 5 21 285
## 556 5 21 285
## 557 5 21 285
## 558 5 21 285
## 559 5 21 285
## 560 5 21 285
## 561 5 21 285
## 562 5 21 285
## 563 5 21 285
## 564 5 21 285
## 565 5 21 285
## 566 5 21 285
## 567 5 21 285
## 568 5 21 285
## 569 5 21 285
## 570 5 21 285
## 571 5 21 285
## 572 5 21 285
## 573 5 21 285
## 574 5 21 285
## 575 5 21 285
## 576 5 21 285
## 577 5 21 285
## 578 5 21 285
## 579 5 21 285
## 580 5 21 285
## 581 5 21 285
## 582 5 21 285
## 583 5 21 285
## 584 5 21 285
## 585 5 21 285
## 586 5 21 285
## 587 5 21 285
## 588 5 21 285
## 589 0 20 250
## 590 0 20 250
## 591 0 20 250
## 592 0 20 250
## 593 0 20 250
## 594 0 20 250
## 595 0 20 250
## 596 0 20 250
## 597 0 20 250
## 598 0 20 250
## 599 0 20 250
## 600 0 20 250
## 601 0 20 250
## 602 0 20 250
## 603 0 20 250
## 604 0 20 250
## 605 0 20 250
## 606 0 20 250
## 607 0 20 250
## 608 0 20 250
## 609 0 20 250
## 610 0 20 250
## 611 0 20 250
## 612 0 20 250
## 613 0 20 250
## 614 0 20 250
## 615 0 20 250
## 616 0 20 250
## 617 0 20 250
## 618 0 20 250
## 619 0 20 250
## 620 0 20 250
## 621 0 20 250
## 622 0 20 250
## 623 0 20 250
## 624 0 20 250
## 625 0 20 250
## 626 0 20 250
## 627 0 20 250
## 628 0 20 250
## 629 0 20 250
## 630 0 20 250
## 631 0 20 250
## 632 0 20 250
## 633 0 20 250
## 634 0 20 250
## 635 0 20 250
## 636 0 20 250
## 637 0 20 511
## 638 0 20 511
## 639 0 20 511
## 640 0 20 511
## 641 0 20 511
## 642 0 20 511
## 643 0 20 511
## 644 0 20 511
## 645 0 20 511
## 646 0 20 511
## 647 0 20 511
## 648 0 20 511
## 649 0 20 511
## 650 0 20 511
## 651 0 20 511
## 652 0 20 511
## 653 0 20 511
## 654 1 4 351
## 655 1 4 351
## 656 1 4 351
## 657 1 4 351
## 658 1 4 351
## 659 1 4 351
## 660 1 4 351
## 661 1 4 351
## 662 1 4 351
## 663 1 4 351
## 664 1 4 351
## 665 1 4 351
## 666 1 4 351
## 667 1 4 351
## 668 1 4 351
## 669 1 4 351
## 670 1 4 351
## 671 1 4 351
## 672 1 4 351
## 673 1 4 351
## 674 1 4 351
## 675 1 4 351
## 676 1 4 351
## 677 1 4 351
## 678 1 4 351
## 679 1 4 351
## 680 1 4 351
## 681 1 4 351
## 682 1 4 351
## 683 1 4 351
## 684 1 4 351
## 685 1 4 351
## 686 1 4 351
## 687 1 4 351
## 688 1 4 351
## 689 1 4 351
## 690 1 4 351
## 691 1 4 351
## 692 1 4 351
## 693 1 4 351
## 694 1 4 351
## 695 1 4 351
## 696 1 4 351
## 697 1 4 351
## 698 1 4 351
## 699 1 4 351
## 700 1 4 351
## 701 1 4 351
## 702 1 4 351
## 703 1 4 351
## 704 1 4 351
## 705 1 4 351
## 706 1 4 351
## 707 1 4 351
## 708 1 4 351
## 709 1 4 351
## 710 1 4 351
## 711 1 4 351
## 712 1 12 516
## 713 1 12 516
## 714 1 12 516
## 715 1 12 516
## 716 1 12 516
## 717 1 12 516
## 718 1 12 516
## 719 1 12 516
## 720 1 12 516
## 721 1 12 516
## 722 1 12 516
## 723 1 12 516
## 724 1 12 516
## 725 1 12 516
## 726 1 12 516
## 727 1 12 516
## 728 1 12 516
## 729 1 12 516
## 730 1 12 516
## 731 1 12 516
## 732 1 12 516
## 733 1 12 516
## 734 1 12 516
## 735 1 12 516
## 736 1 12 516
## 737 1 12 516
## 738 1 12 516
## 739 1 12 516
## 740 1 12 516
## 741 1 12 516
## 742 1 12 516
## 743 1 12 516
## 744 1 12 516
## 745 1 12 516
## 746 1 12 516
## 747 1 12 516
## 748 1 12 516
## 749 1 12 516
## 750 1 12 516
## 751 1 12 516
## 752 1 12 516
## 753 1 12 516
## 754 1 12 516
## 755 1 12 516
## 756 1 12 516
## 757 1 12 516
## 758 1 12 516
## 759 1 12 516
## 760 1 12 516
## 761 1 12 516
## 762 1 12 516
## 763 1 12 516
## 764 1 12 516
## 765 1 12 516
## 766 1 12 516
## 767 1 12 516
## 768 1 12 516
## 769 1 12 516
## 770 1 12 516
## 771 1 12 516
## 772 1 12 516
## 773 1 12 516
## 774 1 12 516
## 775 1 12 516
## 776 1 12 516
## 777 87 16 444
## 778 87 16 444
## 779 87 16 444
## 780 87 16 444
## 781 87 16 444
## 782 87 16 444
## 783 87 16 444
## 784 87 16 444
## 785 87 16 444
## 786 87 16 444
## 787 87 16 444
## 788 87 16 444
## 789 87 16 444
## 790 87 16 444
## 791 87 16 444
## 792 87 16 444
## 793 87 16 444
## 794 87 16 444
## 795 87 16 444
## 796 87 16 444
## 797 87 16 444
## 798 87 16 444
## 799 87 16 444
## 800 87 16 444
## 801 87 16 444
## 802 87 16 444
## 803 87 16 444
## 804 87 16 444
## 805 87 16 444
## 806 87 16 444
## 807 87 16 444
## 808 87 16 444
## 809 87 16 444
## 810 87 16 444
## 811 87 16 444
## 812 87 16 444
## 813 87 16 444
## 814 87 16 444
## 815 87 16 444
## 816 87 16 444
## 817 87 16 444
## 818 87 16 444
## 819 87 16 444
## 820 87 16 444
## 821 87 16 444
## 822 87 16 444
## 823 87 16 444
## 824 3 28 479
## 825 3 28 479
## 826 3 28 479
## 827 3 28 479
## 828 3 28 479
## 829 3 28 479
## 830 3 28 479
## 831 3 28 479
## 832 3 28 479
## 833 3 28 479
## 834 3 28 479
## 835 3 28 479
## 836 3 28 479
## 837 3 28 479
## 838 3 28 479
## 839 3 28 479
## 840 3 28 479
## 841 3 28 479
## 842 3 28 479
## 843 3 28 479
## 844 3 28 479
## 845 3 28 479
## 846 3 28 479
## 847 3 28 479
## 848 3 28 479
## 849 3 28 479
## 850 3 28 479
## 851 3 28 479
## 852 3 28 479
## 853 3 28 479
## 854 3 28 479
## 855 3 28 479
## 856 3 28 479
## 857 3 28 479
## 858 3 28 479
## 859 3 28 479
## 860 3 28 479
## 861 3 28 479
## 862 3 28 479
## 863 3 28 479
## 864 3 28 479
## 865 3 28 479
## 866 4 2 423
## 867 4 2 423
## 868 4 2 423
## 869 4 2 423
## 870 4 2 423
## 871 4 2 423
## 872 4 2 423
## 873 4 2 423
## 874 4 2 423
## 875 4 2 423
## 876 4 2 423
## 877 4 2 423
## 878 4 2 423
## 879 4 2 423
## 880 4 2 423
## 881 4 2 423
## 882 4 2 423
## 883 4 2 423
## 884 4 2 423
## 885 4 2 423
## 886 4 2 423
## 887 4 2 423
## 888 4 2 423
## 889 4 2 423
## 890 4 2 423
## 891 4 2 423
## 892 4 2 423
## 893 4 2 423
## 894 4 2 423
## 895 4 2 423
## 896 4 2 423
## 897 4 2 423
## 898 4 2 423
## 899 4 2 423
## 900 4 2 423
## 901 4 2 423
## 902 4 2 423
## 903 4 2 423
## 904 4 2 423
## 905 4 2 423
## 906 4 2 423
## 907 4 2 423
## 908 4 2 423
## 909 4 2 423
## 910 4 2 423
## 911 4 2 423
## 912 4 2 423
## 913 4 2 423
## 914 4 2 423
## 915 4 2 423
## 916 4 2 423
## 917 4 2 423
## 918 4 2 423
## 919 4 2 423
## 920 33 25 410
## 921 33 25 410
## 922 33 25 410
## 923 33 25 410
## 924 33 25 410
## 925 33 25 410
## 926 33 25 410
## 927 33 25 410
## 928 33 25 410
## 929 33 25 410
## 930 33 25 410
## 931 33 25 410
## 932 33 25 410
## 933 33 25 410
## 934 33 25 410
## 935 33 25 410
## 936 33 25 410
## 937 33 25 410
## 938 33 25 410
## 939 33 25 410
## 940 33 25 410
## 941 33 25 410
## 942 33 25 410
## 943 33 25 410
## 944 33 25 410
## 945 33 25 410
## 946 33 25 410
## 947 33 25 410
## 948 33 25 410
## 949 33 25 410
## 950 33 25 410
## 951 33 25 410
## 952 33 25 410
## 953 33 25 410
## 954 33 25 410
## 955 33 25 410
## 956 33 25 410
## 957 33 25 410
## 958 33 25 410
## 959 33 25 410
## 960 33 25 410
## 961 33 25 410
## 962 33 25 410
## 963 33 25 410
## 964 33 25 410
## 965 33 25 410
## 966 33 25 410
## 967 33 25 410
## 968 33 25 410
## 969 33 25 410
## 970 33 25 410
## 971 33 25 410
## 972 33 25 410
## 973 48 13 124
## 974 48 13 124
## 975 48 13 124
## 976 48 13 124
## 977 48 13 124
## 978 48 13 124
## 979 48 13 124
## 980 48 13 124
## 981 48 13 124
## 982 48 13 124
## 983 48 13 124
## 984 48 13 124
## 985 48 13 124
## 986 48 13 124
## 987 48 13 124
## 988 48 13 124
## 989 48 13 124
## 990 48 13 124
## 991 48 13 124
## 992 48 13 124
## 993 48 13 124
## 994 48 13 124
## 995 48 13 124
## 996 48 13 124
## 997 48 13 124
## 998 48 13 124
## 999 48 13 124
## 1000 48 13 124
## 1001 48 13 124
## 1002 48 13 124
## 1003 48 13 124
## 1004 48 13 124
## 1005 48 13 124
## 1006 48 13 124
## 1007 48 13 124
## 1008 48 13 124
## 1009 48 13 124
## 1010 48 13 124
## 1011 48 13 124
## 1012 48 13 124
## 1013 48 13 124
## 1014 48 13 124
## 1015 48 13 124
## 1016 48 13 124
## 1017 48 13 124
## 1018 48 13 124
## 1019 48 13 124
## 1020 48 13 124
## 1021 48 13 124
## 1022 48 13 124
## 1023 48 13 124
## 1024 48 13 124
## 1025 48 13 124
## 1026 48 13 124
## 1027 48 13 124
## 1028 48 13 124
## 1029 48 13 124
## 1030 48 13 124
## 1031 48 13 124
## 1032 48 13 124
## 1033 63 16 410
## 1034 63 16 410
## 1035 63 16 410
## 1036 63 16 410
## 1037 63 16 410
## 1038 63 16 410
## 1039 63 16 410
## 1040 63 16 410
## 1041 63 16 410
## 1042 63 16 410
## 1043 63 16 410
## 1044 63 16 410
## 1045 63 16 410
## 1046 63 16 410
## 1047 63 16 410
## 1048 63 16 410
## 1049 63 16 410
## 1050 63 16 410
## 1051 63 16 410
## 1052 63 16 410
## 1053 63 16 410
## 1054 63 16 410
## 1055 63 16 410
## 1056 63 16 410
## 1057 63 16 410
## 1058 63 16 410
## 1059 63 16 410
## 1060 63 16 410
## 1061 63 16 410
## 1062 63 16 410
## 1063 63 16 410
## 1064 63 16 410
## 1065 63 16 410
## 1066 63 16 410
## 1067 63 16 410
## 1068 63 16 410
## 1069 63 16 410
## 1070 63 16 410
## 1071 63 16 410
## 1072 63 16 410
## 1073 63 16 410
## 1074 63 16 410
## 1075 63 16 410
## 1076 63 11 574
## 1077 63 11 574
## 1078 63 11 574
## 1079 63 11 574
## 1080 63 11 574
## 1081 63 11 574
## 1082 63 11 574
## 1083 63 11 574
## 1084 63 11 574
## 1085 63 11 574
## 1086 63 11 574
## 1087 63 11 574
## 1088 63 11 574
## 1089 63 11 574
## 1090 63 11 574
## 1091 63 11 574
## 1092 63 11 574
## 1093 63 11 574
## 1094 63 11 574
## 1095 63 11 574
## 1096 63 11 574
## 1097 63 11 574
## 1098 63 11 574
## 1099 63 11 574
## 1100 63 11 574
## 1101 63 11 574
## 1102 63 11 574
## 1103 63 11 574
## 1104 63 11 574
## 1105 63 11 574
## 1106 63 11 574
## 1107 63 11 574
## 1108 63 11 574
## 1109 63 11 574
## 1110 63 11 574
## 1111 63 11 574
## 1112 63 11 574
## 1113 63 11 574
## 1114 63 11 574
## 1115 63 11 574
## 1116 63 11 574
## 1117 67 21 185
## 1118 67 21 185
## 1119 67 21 185
## 1120 67 21 185
## 1121 67 21 185
## 1122 67 21 185
## 1123 67 21 185
## 1124 67 21 185
## 1125 67 21 185
## 1126 67 21 185
## 1127 67 21 185
## 1128 67 21 185
## 1129 67 21 185
## 1130 67 21 185
## 1131 67 21 185
## 1132 67 21 185
## 1133 67 21 185
## 1134 67 21 185
## 1135 67 21 185
## 1136 67 21 185
## 1137 67 21 185
## 1138 67 21 185
## 1139 67 21 185
## 1140 67 21 185
## 1141 67 21 185
## 1142 67 21 185
## 1143 67 21 185
## 1144 67 21 185
## 1145 67 21 185
## 1146 67 21 185
## 1147 67 21 185
## 1148 67 21 185
## 1149 67 21 185
## 1150 67 21 185
## 1151 67 21 185
## 1152 67 21 185
## 1153 67 21 185
## 1154 67 21 185
## 1155 67 21 185
## 1156 67 21 185
## 1157 67 21 185
## 1158 67 21 185
## 1159 67 21 185
## 1160 67 21 185
## 1161 67 21 185
## 1162 67 21 185
## 1163 67 21 185
## 1164 67 21 185
## 1165 67 21 185
## 1166 67 21 185
## 1167 67 21 185
## 1168 67 21 185
## 1169 67 21 185
## 1170 67 21 185
## 1171 49 10 190
## 1172 49 10 190
## 1173 49 10 190
## 1174 49 10 190
## 1175 49 10 190
## 1176 49 10 190
## 1177 49 10 190
## 1178 49 10 190
## 1179 49 10 190
## 1180 49 10 190
## 1181 49 10 190
## 1182 49 10 190
## 1183 49 10 190
## 1184 49 10 190
## 1185 49 10 190
## 1186 49 10 190
## 1187 49 10 190
## 1188 49 10 190
## 1189 49 10 190
## 1190 49 10 190
## 1191 49 10 190
## 1192 49 10 190
## 1193 49 10 190
## 1194 49 10 190
## 1195 49 10 190
## 1196 49 10 190
## 1197 49 10 190
## 1198 49 10 190
## 1199 49 10 190
## 1200 49 10 190
## 1201 49 10 190
## 1202 49 10 190
## 1203 49 10 190
## 1204 49 10 190
## 1205 49 10 190
## 1206 49 10 190
## 1207 49 10 190
## 1208 49 10 190
## 1209 49 10 190
## 1210 49 10 190
## 1211 49 10 190
## 1212 49 10 190
## 1213 49 10 190
## 1214 49 10 190
## 1215 49 10 190
## 1216 49 10 190
## 1217 49 10 190
## 1218 49 10 190
## 1219 49 10 190
## 1220 49 10 190
## 1221 1 26 502
## 1222 1 26 502
## 1223 1 26 502
## 1224 1 26 502
## 1225 1 26 502
## 1226 1 26 502
## 1227 1 26 502
## 1228 1 26 502
## 1229 1 26 502
## 1230 1 26 502
## 1231 1 26 502
## 1232 1 26 502
## 1233 1 26 502
## 1234 1 26 502
## 1235 1 26 502
## 1236 1 26 502
## 1237 1 26 502
## 1238 1 26 502
## 1239 1 26 502
## 1240 1 26 502
## 1241 1 26 502
## 1242 1 26 502
## 1243 1 26 502
## 1244 1 26 502
## 1245 1 26 502
## 1246 1 26 502
## 1247 1 26 502
## 1248 1 26 502
## 1249 1 26 502
## 1250 1 26 502
## 1251 1 26 502
## 1252 1 26 502
## 1253 1 26 502
## 1254 1 26 502
## 1255 1 26 502
## 1256 1 26 502
## 1257 1 26 502
## 1258 1 26 502
## 1259 1 26 502
## 1260 1 26 502
## 1261 1 26 502
## 1262 1 26 502
## 1263 1 26 502
## 1264 1 26 502
## 1265 1 26 502
## 1266 1 26 502
## 1267 1 26 502
## 1268 1 26 502
## 1269 1 26 502
## 1270 1 26 502
## 1271 1 26 502
## 1272 1 26 502
## 1273 93 24 68
## 1274 93 24 68
## 1275 93 24 68
## 1276 93 24 68
## 1277 93 24 68
## 1278 93 24 68
## 1279 93 24 68
## 1280 93 24 68
## 1281 93 24 68
## 1282 93 24 68
## 1283 93 24 68
## 1284 93 24 68
## 1285 93 24 68
## 1286 93 24 68
## 1287 93 24 68
## 1288 93 24 68
## 1289 93 24 68
## 1290 93 24 68
## 1291 93 24 68
## 1292 93 24 68
## 1293 93 24 68
## 1294 93 24 68
## 1295 93 24 68
## 1296 93 24 68
## 1297 93 24 68
## 1298 93 24 68
## 1299 93 24 68
## 1300 93 24 68
## 1301 93 24 68
## 1302 93 24 68
## 1303 93 24 68
## 1304 93 24 68
## 1305 93 24 68
## 1306 0 16 288
## 1307 0 16 288
## 1308 0 16 288
## 1309 0 16 288
## 1310 0 16 288
## 1311 0 16 288
## 1312 0 16 288
## 1313 0 16 288
## 1314 0 16 288
## 1315 0 16 288
## 1316 0 16 288
## 1317 0 16 288
## 1318 0 16 288
## 1319 0 16 288
## 1320 0 16 288
## 1321 0 16 288
## 1322 0 16 288
## 1323 0 16 288
## 1324 0 16 288
## 1325 0 16 288
## 1326 0 16 288
## 1327 0 16 288
## 1328 0 16 288
## 1329 0 16 288
## 1330 0 16 288
## 1331 0 16 288
## 1332 0 16 288
## 1333 0 16 288
## 1334 0 16 288
## 1335 0 16 288
## 1336 0 16 288
## 1337 0 16 288
## 1338 0 16 288
## 1339 0 16 288
## 1340 0 16 288
## 1341 0 16 288
## 1342 0 16 288
## 1343 0 16 288
## 1344 0 16 288
## 1345 0 16 288
## 1346 0 16 288
## 1347 0 16 288
## 1348 0 16 288
## 1349 0 16 288
## 1350 0 16 288
## 1351 0 16 288
## 1352 0 16 288
## 1353 0 16 288
## 1354 0 16 288
## 1355 0 16 288
## 1356 0 16 288
## 1357 0 16 288
## 1358 0 16 288
## 1359 0 16 288
## 1360 0 16 288
## 1361 11 6 586
## 1362 11 6 586
## 1363 11 6 586
## 1364 11 6 586
## 1365 11 6 586
## 1366 11 6 586
## 1367 11 6 586
## 1368 11 6 586
## 1369 11 6 586
## 1370 11 6 586
## 1371 11 6 586
## 1372 11 6 586
## 1373 11 6 586
## 1374 11 6 586
## 1375 11 6 586
## 1376 11 6 586
## 1377 11 6 586
## 1378 11 6 586
## 1379 11 6 586
## 1380 11 6 586
## 1381 11 6 586
## 1382 11 6 586
## 1383 11 6 586
## 1384 11 6 586
## 1385 11 6 586
## 1386 11 6 586
## 1387 11 6 586
## 1388 11 6 586
## 1389 11 6 586
## 1390 11 6 586
## 1391 11 6 586
## 1392 11 6 586
## 1393 11 6 586
## 1394 11 6 586
## 1395 11 6 586
## 1396 11 6 586
## 1397 11 6 586
## 1398 11 6 586
## 1399 11 6 586
## 1400 85 12 855
## 1401 85 12 855
## 1402 85 12 855
## 1403 85 12 855
## 1404 85 12 855
## 1405 85 12 855
## 1406 85 12 855
## 1407 85 12 855
## 1408 85 12 855
## 1409 85 12 855
## 1410 85 12 855
## 1411 85 12 855
## 1412 85 12 855
## 1413 85 12 855
## 1414 85 12 855
## 1415 85 12 855
## 1416 85 12 855
## 1417 85 12 855
## 1418 85 12 855
## 1419 85 12 855
## 1420 85 12 855
## 1421 85 12 855
## 1422 85 12 855
## 1423 85 12 855
## 1424 85 12 855
## 1425 85 12 855
## 1426 85 12 855
## 1427 85 12 855
## 1428 85 12 855
## 1429 85 12 855
## 1430 85 12 855
## 1431 85 12 855
## 1432 85 12 855
## 1433 85 12 855
## 1434 85 12 855
## 1435 85 12 855
## 1436 85 12 855
## 1437 85 12 855
## 1438 85 12 855
## 1439 69 46 480
## 1440 69 46 480
## 1441 69 46 480
## 1442 69 46 480
## 1443 69 46 480
## 1444 69 46 480
## 1445 69 46 480
## 1446 69 46 480
## 1447 69 46 480
## 1448 69 46 480
## 1449 69 46 480
## 1450 69 46 480
## 1451 69 46 480
## 1452 69 46 480
## 1453 69 46 480
## 1454 69 46 480
## 1455 69 46 480
## 1456 69 46 480
## 1457 69 46 480
## 1458 69 46 480
## 1459 69 46 480
## 1460 69 46 480
## 1461 69 46 480
## 1462 69 46 480
## 1463 69 46 480
## 1464 69 46 480
## 1465 69 46 480
## 1466 69 46 480
## 1467 69 46 480
## 1468 69 46 480
## 1469 69 46 480
## 1470 33 8 479
## nces_id additional_leaders_qty public_contact_name
## 1 080234006736 5 Whitney Nichols
## 2 080234006736 5 Whitney Nichols
## 3 080234006736 5 Whitney Nichols
## 4 080234006736 5 Whitney Nichols
## 5 080234006736 5 Whitney Nichols
## 6 080234006736 5 Whitney Nichols
## 7 080234006736 5 Whitney Nichols
## 8 080234006736 5 Whitney Nichols
## 9 080234006736 5 Whitney Nichols
## 10 080234006736 5 Whitney Nichols
## 11 080234006736 5 Whitney Nichols
## 12 080234006736 5 Whitney Nichols
## 13 080234006736 5 Whitney Nichols
## 14 080234006736 5 Whitney Nichols
## 15 080234006736 5 Whitney Nichols
## 16 080234006736 5 Whitney Nichols
## 17 080234006736 5 Whitney Nichols
## 18 080234006736 5 Whitney Nichols
## 19 080234006736 5 Whitney Nichols
## 20 080234006736 5 Whitney Nichols
## 21 080234006736 5 Whitney Nichols
## 22 A1790101 1 Kelly Tenkely
## 23 A1790101 1 Kelly Tenkely
## 24 A1790101 1 Kelly Tenkely
## 25 A1790101 1 Kelly Tenkely
## 26 A1790101 1 Kelly Tenkely
## 27 A1790101 1 Kelly Tenkely
## 28 A1790101 1 Kelly Tenkely
## 29 A1790101 1 Kelly Tenkely
## 30 A1790101 1 Kelly Tenkely
## 31 A1790101 1 Kelly Tenkely
## 32 A1790101 1 Kelly Tenkely
## 33 A1790101 1 Kelly Tenkely
## 34 A1790101 1 Kelly Tenkely
## 35 A1790101 1 Kelly Tenkely
## 36 A1790101 1 Kelly Tenkely
## 37 A1790101 1 Kelly Tenkely
## 38 A1790101 1 Kelly Tenkely
## 39 A1790101 1 Kelly Tenkely
## 40 A1790101 1 Kelly Tenkely
## 41 A1790101 1 Kelly Tenkely
## 42 A1790101 1 Kelly Tenkely
## 43 A1790101 1 Kelly Tenkely
## 44 A1790101 1 Kelly Tenkely
## 45 A1790101 1 Kelly Tenkely
## 46 A1790101 1 Kelly Tenkely
## 47 A1790101 1 Kelly Tenkely
## 48 A1790101 1 Kelly Tenkely
## 49 A1790101 1 Kelly Tenkely
## 50 A1790101 1 Kelly Tenkely
## 51 A1790101 1 Kelly Tenkely
## 52 A1790101 1 Kelly Tenkely
## 53 A1790101 1 Kelly Tenkely
## 54 A1790101 1 Kelly Tenkely
## 55 A1790101 1 Kelly Tenkely
## 56 A1790101 1 Kelly Tenkely
## 57 A1790101 1 Kelly Tenkely
## 58 A1790101 1 Kelly Tenkely
## 59 A1790101 1 Kelly Tenkely
## 60 A1790101 1 Kelly Tenkely
## 61 A1790101 1 Kelly Tenkely
## 62 A1790101 1 Kelly Tenkely
## 63 A1790101 1 Kelly Tenkely
## 64 A1790101 1 Kelly Tenkely
## 65 A1790101 1 Kelly Tenkely
## 66 A1790101 1 Kelly Tenkely
## 67 A1790101 1 Kelly Tenkely
## 68 A1790101 1 Kelly Tenkely
## 69 A1790101 1 Kelly Tenkely
## 70 A1790101 1 Kelly Tenkely
## 71 A1790101 1 Kelly Tenkely
## 72 A1790101 1 Kelly Tenkely
## 73 A1790101 1 Kelly Tenkely
## 74 A1790101 1 Kelly Tenkely
## 75 A1790101 1 Kelly Tenkely
## 76 A1790101 1 Kelly Tenkely
## 77 A1790101 1 Kelly Tenkely
## 78 A1790101 1 Kelly Tenkely
## 79 A1790101 1 Kelly Tenkely
## 80 A1790101 1 Kelly Tenkely
## 81 A1790101 1 Kelly Tenkely
## 82 440090000213 2 Cassandra Henderon
## 83 440090000213 2 Cassandra Henderon
## 84 440090000213 2 Cassandra Henderon
## 85 440090000213 2 Cassandra Henderon
## 86 440090000213 2 Cassandra Henderon
## 87 440090000213 2 Cassandra Henderon
## 88 440090000213 2 Cassandra Henderon
## 89 440090000213 2 Cassandra Henderon
## 90 440090000213 2 Cassandra Henderon
## 91 440090000213 2 Cassandra Henderon
## 92 440090000213 2 Cassandra Henderon
## 93 440090000213 2 Cassandra Henderon
## 94 440090000213 2 Cassandra Henderon
## 95 440090000213 2 Cassandra Henderon
## 96 440090000213 2 Cassandra Henderon
## 97 440090000213 2 Cassandra Henderon
## 98 440090000213 2 Cassandra Henderon
## 99 440090000213 2 Cassandra Henderon
## 100 440090000213 2 Cassandra Henderon
## 101 440090000213 2 Cassandra Henderon
## 102 440090000213 2 Cassandra Henderon
## 103 440090000213 2 Cassandra Henderon
## 104 270018703140 10 Carrie Bakken
## 105 270018703140 10 Carrie Bakken
## 106 270018703140 10 Carrie Bakken
## 107 270018703140 10 Carrie Bakken
## 108 270018703140 10 Carrie Bakken
## 109 270018703140 10 Carrie Bakken
## 110 270018703140 10 Carrie Bakken
## 111 270018703140 10 Carrie Bakken
## 112 270018703140 10 Carrie Bakken
## 113 270018703140 10 Carrie Bakken
## 114 270018703140 10 Carrie Bakken
## 115 270018703140 10 Carrie Bakken
## 116 270018703140 10 Carrie Bakken
## 117 270018703140 10 Carrie Bakken
## 118 270018703140 10 Carrie Bakken
## 119 270018703140 10 Carrie Bakken
## 120 270018703140 10 Carrie Bakken
## 121 270018703140 10 Carrie Bakken
## 122 270018703140 10 Carrie Bakken
## 123 270018703140 10 Carrie Bakken
## 124 270018703140 10 Carrie Bakken
## 125 270018703140 10 Carrie Bakken
## 126 270018703140 10 Carrie Bakken
## 127 270018703140 10 Carrie Bakken
## 128 270018703140 10 Carrie Bakken
## 129 270018703140 10 Carrie Bakken
## 130 270018703140 10 Carrie Bakken
## 131 270018703140 10 Carrie Bakken
## 132 270018703140 10 Carrie Bakken
## 133 270018703140 10 Carrie Bakken
## 134 270018703140 10 Carrie Bakken
## 135 270018703140 10 Carrie Bakken
## 136 270018703140 10 Carrie Bakken
## 137 270018703140 10 Carrie Bakken
## 138 270018703140 10 Carrie Bakken
## 139 270018703140 10 Carrie Bakken
## 140 270018703140 10 Carrie Bakken
## 141 270018703140 10 Carrie Bakken
## 142 270018703140 10 Carrie Bakken
## 143 270018703140 10 Carrie Bakken
## 144 270018703140 10 Carrie Bakken
## 145 270018703140 10 Carrie Bakken
## 146 270018703140 10 Carrie Bakken
## 147 270018703140 10 Carrie Bakken
## 148 270018703140 10 Carrie Bakken
## 149 270018703140 10 Carrie Bakken
## 150 270018703140 10 Carrie Bakken
## 151 270018703140 10 Carrie Bakken
## 152 270018703140 10 Carrie Bakken
## 153 270018703140 10 Carrie Bakken
## 154 270018703140 10 Carrie Bakken
## 155 270018703140 10 Carrie Bakken
## 156 270018703140 10 Carrie Bakken
## 157 270018703140 10 Carrie Bakken
## 158 270018703140 10 Carrie Bakken
## 159 270018703140 10 Carrie Bakken
## 160 270018703140 10 Carrie Bakken
## 161 270018703140 10 Carrie Bakken
## 162 270018703140 10 Carrie Bakken
## 163 270018703140 10 Carrie Bakken
## 164 440003600246 1 Kyleen E Carpenter
## 165 440003600246 1 Kyleen E Carpenter
## 166 440003600246 1 Kyleen E Carpenter
## 167 440003600246 1 Kyleen E Carpenter
## 168 440003600246 1 Kyleen E Carpenter
## 169 440003600246 1 Kyleen E Carpenter
## 170 440003600246 1 Kyleen E Carpenter
## 171 440003600246 1 Kyleen E Carpenter
## 172 440003600246 1 Kyleen E Carpenter
## 173 440003600246 1 Kyleen E Carpenter
## 174 440003600246 1 Kyleen E Carpenter
## 175 440003600246 1 Kyleen E Carpenter
## 176 440003600246 1 Kyleen E Carpenter
## 177 440003600246 1 Kyleen E Carpenter
## 178 440003600246 1 Kyleen E Carpenter
## 179 440003600246 1 Kyleen E Carpenter
## 180 440003600246 1 Kyleen E Carpenter
## 181 440003600246 1 Kyleen E Carpenter
## 182 440003600246 1 Kyleen E Carpenter
## 183 440003600246 1 Kyleen E Carpenter
## 184 440003600246 1 Kyleen E Carpenter
## 185 440003600246 1 Kyleen E Carpenter
## 186 440003600246 1 Kyleen E Carpenter
## 187 440003600246 1 Kyleen E Carpenter
## 188 440003600246 1 Kyleen E Carpenter
## 189 440003600246 1 Kyleen E Carpenter
## 190 440003600246 1 Kyleen E Carpenter
## 191 440003600246 1 Kyleen E Carpenter
## 192 440003600246 1 Kyleen E Carpenter
## 193 440003600246 1 Kyleen E Carpenter
## 194 440003600246 1 Kyleen E Carpenter
## 195 440003600246 1 Kyleen E Carpenter
## 196 440003600246 1 Kyleen E Carpenter
## 197 440003600246 1 Kyleen E Carpenter
## 198 440003600246 1 Kyleen E Carpenter
## 199 440003600246 1 Kyleen E Carpenter
## 200 440003600246 1 Kyleen E Carpenter
## 201 440003600246 1 Kyleen E Carpenter
## 202 440003600246 1 Kyleen E Carpenter
## 203 440003600246 1 Kyleen E Carpenter
## 204 440003600246 1 Kyleen E Carpenter
## 205 440003600246 1 Kyleen E Carpenter
## 206 440003600246 1 Kyleen E Carpenter
## 207 440003600246 1 Kyleen E Carpenter
## 208 440003600246 1 Kyleen E Carpenter
## 209 440003600246 1 Kyleen E Carpenter
## 210 440003600246 1 Kyleen E Carpenter
## 211 440003600246 1 Kyleen E Carpenter
## 212 440003600246 1 Kyleen E Carpenter
## 213 440003600246 1 Kyleen E Carpenter
## 214 440003600246 1 Kyleen E Carpenter
## 215 440003600246 1 Kyleen E Carpenter
## 216 440003600246 1 Kyleen E Carpenter
## 217 440003600246 1 Kyleen E Carpenter
## 218 440003600246 1 Kyleen E Carpenter
## 219 440003600246 1 Kyleen E Carpenter
## 220 440003600246 1 Kyleen E Carpenter
## 221 440003600246 1 Kyleen E Carpenter
## 222 250004901245 9 Jill Kantrowitz
## 223 250004901245 9 Jill Kantrowitz
## 224 250004901245 9 Jill Kantrowitz
## 225 250004901245 9 Jill Kantrowitz
## 226 250004901245 9 Jill Kantrowitz
## 227 250004901245 9 Jill Kantrowitz
## 228 250004901245 9 Jill Kantrowitz
## 229 250004901245 9 Jill Kantrowitz
## 230 250004901245 9 Jill Kantrowitz
## 231 250004901245 9 Jill Kantrowitz
## 232 250004901245 9 Jill Kantrowitz
## 233 250004901245 9 Jill Kantrowitz
## 234 250004901245 9 Jill Kantrowitz
## 235 250004901245 9 Jill Kantrowitz
## 236 250004901245 9 Jill Kantrowitz
## 237 250004901245 9 Jill Kantrowitz
## 238 250004901245 9 Jill Kantrowitz
## 239 250004901245 9 Jill Kantrowitz
## 240 250004901245 9 Jill Kantrowitz
## 241 250004901245 9 Jill Kantrowitz
## 242 250004901245 9 Jill Kantrowitz
## 243 250004901245 9 Jill Kantrowitz
## 244 250004901245 9 Jill Kantrowitz
## 245 250004901245 9 Jill Kantrowitz
## 246 250004901245 9 Jill Kantrowitz
## 247 250004901245 9 Jill Kantrowitz
## 248 250004901245 9 Jill Kantrowitz
## 249 250004901245 9 Jill Kantrowitz
## 250 250004901245 9 Jill Kantrowitz
## 251 250004901245 9 Jill Kantrowitz
## 252 250004901245 9 Jill Kantrowitz
## 253 250004901245 9 Jill Kantrowitz
## 254 250004901245 9 Jill Kantrowitz
## 255 250004901245 9 Jill Kantrowitz
## 256 250004901245 9 Jill Kantrowitz
## 257 250004901245 9 Jill Kantrowitz
## 258 250004901245 9 Jill Kantrowitz
## 259 250004901245 9 Jill Kantrowitz
## 260 250004901245 9 Jill Kantrowitz
## 261 250004901245 9 Jill Kantrowitz
## 262 250004901245 9 Jill Kantrowitz
## 263 250004901245 9 Jill Kantrowitz
## 264 250004901245 9 Jill Kantrowitz
## 265 250004901245 9 Jill Kantrowitz
## 266 250004901245 9 Jill Kantrowitz
## 267 250004901245 9 Jill Kantrowitz
## 268 250004901245 9 Jill Kantrowitz
## 269 250004901245 9 Jill Kantrowitz
## 270 250004901245 9 Jill Kantrowitz
## 271 250004901245 9 Jill Kantrowitz
## 272 250004901245 9 Jill Kantrowitz
## 273 250004901245 9 Jill Kantrowitz
## 274 250004901245 9 Jill Kantrowitz
## 275 250004901245 9 Jill Kantrowitz
## 276 250004901245 9 Jill Kantrowitz
## 277 250004901245 9 Jill Kantrowitz
## 278 250004901245 9 Jill Kantrowitz
## 279 080279000172 4 Bill Summers
## 280 080279000172 4 Bill Summers
## 281 080279000172 4 Bill Summers
## 282 080279000172 4 Bill Summers
## 283 080279000172 4 Bill Summers
## 284 080279000172 4 Bill Summers
## 285 080279000172 4 Bill Summers
## 286 080279000172 4 Bill Summers
## 287 080279000172 4 Bill Summers
## 288 080279000172 4 Bill Summers
## 289 080279000172 4 Bill Summers
## 290 080279000172 4 Bill Summers
## 291 080279000172 4 Bill Summers
## 292 080279000172 4 Bill Summers
## 293 080279000172 4 Bill Summers
## 294 080279000172 4 Bill Summers
## 295 080279000172 4 Bill Summers
## 296 080279000172 4 Bill Summers
## 297 080279000172 4 Bill Summers
## 298 080279000172 4 Bill Summers
## 299 080279000172 4 Bill Summers
## 300 080279000172 4 Bill Summers
## 301 080279000172 4 Bill Summers
## 302 080279000172 4 Bill Summers
## 303 080279000172 4 Bill Summers
## 304 080279000172 4 Bill Summers
## 305 080279000172 4 Bill Summers
## 306 080279000172 4 Bill Summers
## 307 080279000172 4 Bill Summers
## 308 080279000172 4 Bill Summers
## 309 080279000172 4 Bill Summers
## 310 080279000172 4 Bill Summers
## 311 080279000172 4 Bill Summers
## 312 080279000172 4 Bill Summers
## 313 080279000172 4 Bill Summers
## 314 080279000172 4 Bill Summers
## 315 080279000172 4 Bill Summers
## 316 080279000172 4 Bill Summers
## 317 080279000172 4 Bill Summers
## 318 080279000172 4 Bill Summers
## 319 080279000172 4 Bill Summers
## 320 080279000172 4 Bill Summers
## 321 080279000172 4 Bill Summers
## 322 080279000172 4 Bill Summers
## 323 080279000172 4 Bill Summers
## 324 080279000172 4 Bill Summers
## 325 080279000172 4 Bill Summers
## 326 080279000172 4 Bill Summers
## 327 080279000172 4 Bill Summers
## 328 080279000172 4 Bill Summers
## 329 080279000172 4 Bill Summers
## 330 080279000172 4 Bill Summers
## 331 080279000172 4 Bill Summers
## 332 080279000172 4 Bill Summers
## 333 080279000172 4 Bill Summers
## 334 080279000172 4 Bill Summers
## 335 080279000172 4 Bill Summers
## 336 080279000172 4 Bill Summers
## 337 080279000172 4 Bill Summers
## 338 080279000172 4 Bill Summers
## 339 080279000172 4 Bill Summers
## 340 080279000172 4 Bill Summers
## 341 230993000603 1 Derek Pierce
## 342 230993000603 1 Derek Pierce
## 343 230993000603 1 Derek Pierce
## 344 230993000603 1 Derek Pierce
## 345 230993000603 1 Derek Pierce
## 346 230993000603 1 Derek Pierce
## 347 230993000603 1 Derek Pierce
## 348 230993000603 1 Derek Pierce
## 349 230993000603 1 Derek Pierce
## 350 230993000603 1 Derek Pierce
## 351 230993000603 1 Derek Pierce
## 352 230993000603 1 Derek Pierce
## 353 230993000603 1 Derek Pierce
## 354 230993000603 1 Derek Pierce
## 355 230993000603 1 Derek Pierce
## 356 230993000603 1 Derek Pierce
## 357 230993000603 1 Derek Pierce
## 358 230993000603 1 Derek Pierce
## 359 230993000603 1 Derek Pierce
## 360 230993000603 1 Derek Pierce
## 361 230993000603 1 Derek Pierce
## 362 230993000603 1 Derek Pierce
## 363 230993000603 1 Derek Pierce
## 364 230993000603 1 Derek Pierce
## 365 230993000603 1 Derek Pierce
## 366 230993000603 1 Derek Pierce
## 367 230993000603 1 Derek Pierce
## 368 230993000603 1 Derek Pierce
## 369 230993000603 1 Derek Pierce
## 370 230993000603 1 Derek Pierce
## 371 230993000603 1 Derek Pierce
## 372 230993000603 1 Derek Pierce
## 373 230993000603 1 Derek Pierce
## 374 230993000603 1 Derek Pierce
## 375 230993000603 1 Derek Pierce
## 376 230993000603 1 Derek Pierce
## 377 230993000603 1 Derek Pierce
## 378 230993000603 1 Derek Pierce
## 379 230993000603 1 Derek Pierce
## 380 230993000603 1 Derek Pierce
## 381 230993000603 1 Derek Pierce
## 382 230993000603 1 Derek Pierce
## 383 230993000603 1 Derek Pierce
## 384 060205012708 10 Mark Kleger-Heine
## 385 060205012708 10 Mark Kleger-Heine
## 386 060205012708 10 Mark Kleger-Heine
## 387 060205012708 10 Mark Kleger-Heine
## 388 060205012708 10 Mark Kleger-Heine
## 389 060205012708 10 Mark Kleger-Heine
## 390 060205012708 10 Mark Kleger-Heine
## 391 060205012708 10 Mark Kleger-Heine
## 392 060205012708 10 Mark Kleger-Heine
## 393 060205012708 10 Mark Kleger-Heine
## 394 060205012708 10 Mark Kleger-Heine
## 395 060205012708 10 Mark Kleger-Heine
## 396 060205012708 10 Mark Kleger-Heine
## 397 060205012708 10 Mark Kleger-Heine
## 398 060205012708 10 Mark Kleger-Heine
## 399 060205012708 10 Mark Kleger-Heine
## 400 060205012708 10 Mark Kleger-Heine
## 401 060205012708 10 Mark Kleger-Heine
## 402 060205012708 10 Mark Kleger-Heine
## 403 290058503101 4 Christie Huck
## 404 290058503101 4 Christie Huck
## 405 290058503101 4 Christie Huck
## 406 290058503101 4 Christie Huck
## 407 290058503101 4 Christie Huck
## 408 290058503101 4 Christie Huck
## 409 290058503101 4 Christie Huck
## 410 290058503101 4 Christie Huck
## 411 290058503101 4 Christie Huck
## 412 290058503101 4 Christie Huck
## 413 290058503101 4 Christie Huck
## 414 290058503101 4 Christie Huck
## 415 290058503101 4 Christie Huck
## 416 290058503101 4 Christie Huck
## 417 290058503101 4 Christie Huck
## 418 290058503101 4 Christie Huck
## 419 290058503101 4 Christie Huck
## 420 290058503101 4 Christie Huck
## 421 290058503101 4 Christie Huck
## 422 290058503101 4 Christie Huck
## 423 290058503101 4 Christie Huck
## 424 290058503101 4 Christie Huck
## 425 290058503101 4 Christie Huck
## 426 290058503101 4 Christie Huck
## 427 290058503101 4 Christie Huck
## 428 290058503101 4 Christie Huck
## 429 290058503101 4 Christie Huck
## 430 290058503101 4 Christie Huck
## 431 290058503101 4 Christie Huck
## 432 290058503101 4 Christie Huck
## 433 290058503101 4 Christie Huck
## 434 290058503101 4 Christie Huck
## 435 290058503101 4 Christie Huck
## 436 290058503101 4 Christie Huck
## 437 290058503101 4 Christie Huck
## 438 290058503101 4 Christie Huck
## 439 290058503101 4 Christie Huck
## 440 290058503101 4 Christie Huck
## 441 290058503101 4 Christie Huck
## 442 290058503101 4 Christie Huck
## 443 290058503101 4 Christie Huck
## 444 290058503101 4 Christie Huck
## 445 290058503101 4 Christie Huck
## 446 290058503101 4 Christie Huck
## 447 290058503101 4 Christie Huck
## 448 290058503101 4 Christie Huck
## 449 290058503101 4 Christie Huck
## 450 290058503101 4 Christie Huck
## 451 290058503101 4 Christie Huck
## 452 290058503101 4 Christie Huck
## 453 510025603031 5 Kume Goranson, Ed.D.
## 454 510025603031 5 Kume Goranson, Ed.D.
## 455 510025603031 5 Kume Goranson, Ed.D.
## 456 510025603031 5 Kume Goranson, Ed.D.
## 457 510025603031 5 Kume Goranson, Ed.D.
## 458 510025603031 5 Kume Goranson, Ed.D.
## 459 510025603031 5 Kume Goranson, Ed.D.
## 460 510025603031 5 Kume Goranson, Ed.D.
## 461 510025603031 5 Kume Goranson, Ed.D.
## 462 510025603031 5 Kume Goranson, Ed.D.
## 463 510025603031 5 Kume Goranson, Ed.D.
## 464 510025603031 5 Kume Goranson, Ed.D.
## 465 510025603031 5 Kume Goranson, Ed.D.
## 466 510025603031 5 Kume Goranson, Ed.D.
## 467 510025603031 5 Kume Goranson, Ed.D.
## 468 510025603031 5 Kume Goranson, Ed.D.
## 469 510025603031 5 Kume Goranson, Ed.D.
## 470 510025603031 5 Kume Goranson, Ed.D.
## 471 510025603031 5 Kume Goranson, Ed.D.
## 472 510025603031 5 Kume Goranson, Ed.D.
## 473 510025603031 5 Kume Goranson, Ed.D.
## 474 510025603031 5 Kume Goranson, Ed.D.
## 475 510025603031 5 Kume Goranson, Ed.D.
## 476 510025603031 5 Kume Goranson, Ed.D.
## 477 510025603031 5 Kume Goranson, Ed.D.
## 478 510025603031 5 Kume Goranson, Ed.D.
## 479 510025603031 5 Kume Goranson, Ed.D.
## 480 510025603031 5 Kume Goranson, Ed.D.
## 481 510025603031 5 Kume Goranson, Ed.D.
## 482 510025603031 5 Kume Goranson, Ed.D.
## 483 510025603031 5 Kume Goranson, Ed.D.
## 484 510025603031 5 Kume Goranson, Ed.D.
## 485 510025603031 5 Kume Goranson, Ed.D.
## 486 510025603031 5 Kume Goranson, Ed.D.
## 487 510025603031 5 Kume Goranson, Ed.D.
## 488 510025603031 5 Kume Goranson, Ed.D.
## 489 510025603031 5 Kume Goranson, Ed.D.
## 490 510025603031 5 Kume Goranson, Ed.D.
## 491 510025603031 5 Kume Goranson, Ed.D.
## 492 510025603031 5 Kume Goranson, Ed.D.
## 493 510025603031 5 Kume Goranson, Ed.D.
## 494 510025603031 5 Kume Goranson, Ed.D.
## 495 510025603031 5 Kume Goranson, Ed.D.
## 496 510025603031 5 Kume Goranson, Ed.D.
## 497 510025603031 5 Kume Goranson, Ed.D.
## 498 090001400807 4 Joel Tolman
## 499 090001400807 4 Joel Tolman
## 500 090001400807 4 Joel Tolman
## 501 090001400807 4 Joel Tolman
## 502 090001400807 4 Joel Tolman
## 503 090001400807 4 Joel Tolman
## 504 090001400807 4 Joel Tolman
## 505 090001400807 4 Joel Tolman
## 506 090001400807 4 Joel Tolman
## 507 090001400807 4 Joel Tolman
## 508 090001400807 4 Joel Tolman
## 509 090001400807 4 Joel Tolman
## 510 090001400807 4 Joel Tolman
## 511 090001400807 4 Joel Tolman
## 512 090001400807 4 Joel Tolman
## 513 090001400807 4 Joel Tolman
## 514 090001400807 4 Joel Tolman
## 515 090001400807 4 Joel Tolman
## 516 090001400807 4 Joel Tolman
## 517 090001400807 4 Joel Tolman
## 518 090001400807 4 Joel Tolman
## 519 090001400807 4 Joel Tolman
## 520 090001400807 4 Joel Tolman
## 521 090001400807 4 Joel Tolman
## 522 090001400807 4 Joel Tolman
## 523 090001400807 4 Joel Tolman
## 524 090001400807 4 Joel Tolman
## 525 090001400807 4 Joel Tolman
## 526 090001400807 4 Joel Tolman
## 527 090001400807 4 Joel Tolman
## 528 090001400807 4 Joel Tolman
## 529 090001400807 4 Joel Tolman
## 530 090001400807 4 Joel Tolman
## 531 090001400807 4 Joel Tolman
## 532 090001400807 4 Joel Tolman
## 533 090001400807 4 Joel Tolman
## 534 090001400807 4 Joel Tolman
## 535 090001400807 4 Joel Tolman
## 536 090001400807 4 Joel Tolman
## 537 090001400807 4 Joel Tolman
## 538 090001400807 4 Joel Tolman
## 539 090001400807 4 Joel Tolman
## 540 090001400807 4 Joel Tolman
## 541 090001400807 4 Joel Tolman
## 542 360008406382 1 Alexa Sorden
## 543 360008406382 1 Alexa Sorden
## 544 360008406382 1 Alexa Sorden
## 545 360008406382 1 Alexa Sorden
## 546 360008406382 1 Alexa Sorden
## 547 360008406382 1 Alexa Sorden
## 548 360008406382 1 Alexa Sorden
## 549 360008406382 1 Alexa Sorden
## 550 360008406382 1 Alexa Sorden
## 551 360008406382 1 Alexa Sorden
## 552 360008406382 1 Alexa Sorden
## 553 360008406382 1 Alexa Sorden
## 554 360008406382 1 Alexa Sorden
## 555 360008406382 1 Alexa Sorden
## 556 360008406382 1 Alexa Sorden
## 557 360008406382 1 Alexa Sorden
## 558 360008406382 1 Alexa Sorden
## 559 360008406382 1 Alexa Sorden
## 560 360008406382 1 Alexa Sorden
## 561 360008406382 1 Alexa Sorden
## 562 360008406382 1 Alexa Sorden
## 563 360008406382 1 Alexa Sorden
## 564 360008406382 1 Alexa Sorden
## 565 360008406382 1 Alexa Sorden
## 566 360008406382 1 Alexa Sorden
## 567 360008406382 1 Alexa Sorden
## 568 360008406382 1 Alexa Sorden
## 569 360008406382 1 Alexa Sorden
## 570 360008406382 1 Alexa Sorden
## 571 360008406382 1 Alexa Sorden
## 572 360008406382 1 Alexa Sorden
## 573 360008406382 1 Alexa Sorden
## 574 360008406382 1 Alexa Sorden
## 575 360008406382 1 Alexa Sorden
## 576 360008406382 1 Alexa Sorden
## 577 360008406382 1 Alexa Sorden
## 578 360008406382 1 Alexa Sorden
## 579 360008406382 1 Alexa Sorden
## 580 360008406382 1 Alexa Sorden
## 581 360008406382 1 Alexa Sorden
## 582 360008406382 1 Alexa Sorden
## 583 360008406382 1 Alexa Sorden
## 584 360008406382 1 Alexa Sorden
## 585 360008406382 1 Alexa Sorden
## 586 360008406382 1 Alexa Sorden
## 587 360008406382 1 Alexa Sorden
## 588 360008406382 1 Alexa Sorden
## 589 <NA> 2 Shanna E Hensley
## 590 <NA> 2 Shanna E Hensley
## 591 <NA> 2 Shanna E Hensley
## 592 <NA> 2 Shanna E Hensley
## 593 <NA> 2 Shanna E Hensley
## 594 <NA> 2 Shanna E Hensley
## 595 <NA> 2 Shanna E Hensley
## 596 <NA> 2 Shanna E Hensley
## 597 <NA> 2 Shanna E Hensley
## 598 <NA> 2 Shanna E Hensley
## 599 <NA> 2 Shanna E Hensley
## 600 <NA> 2 Shanna E Hensley
## 601 <NA> 2 Shanna E Hensley
## 602 <NA> 2 Shanna E Hensley
## 603 <NA> 2 Shanna E Hensley
## 604 <NA> 2 Shanna E Hensley
## 605 <NA> 2 Shanna E Hensley
## 606 <NA> 2 Shanna E Hensley
## 607 <NA> 2 Shanna E Hensley
## 608 <NA> 2 Shanna E Hensley
## 609 <NA> 2 Shanna E Hensley
## 610 <NA> 2 Shanna E Hensley
## 611 <NA> 2 Shanna E Hensley
## 612 <NA> 2 Shanna E Hensley
## 613 <NA> 2 Shanna E Hensley
## 614 <NA> 2 Shanna E Hensley
## 615 <NA> 2 Shanna E Hensley
## 616 <NA> 2 Shanna E Hensley
## 617 <NA> 2 Shanna E Hensley
## 618 <NA> 2 Shanna E Hensley
## 619 <NA> 2 Shanna E Hensley
## 620 <NA> 2 Shanna E Hensley
## 621 <NA> 2 Shanna E Hensley
## 622 <NA> 2 Shanna E Hensley
## 623 <NA> 2 Shanna E Hensley
## 624 <NA> 2 Shanna E Hensley
## 625 <NA> 2 Shanna E Hensley
## 626 <NA> 2 Shanna E Hensley
## 627 <NA> 2 Shanna E Hensley
## 628 <NA> 2 Shanna E Hensley
## 629 <NA> 2 Shanna E Hensley
## 630 <NA> 2 Shanna E Hensley
## 631 <NA> 2 Shanna E Hensley
## 632 <NA> 2 Shanna E Hensley
## 633 <NA> 2 Shanna E Hensley
## 634 <NA> 2 Shanna E Hensley
## 635 <NA> 2 Shanna E Hensley
## 636 <NA> 2 Shanna E Hensley
## 637 110010900521 2 Mashea Ashton
## 638 110010900521 2 Mashea Ashton
## 639 110010900521 2 Mashea Ashton
## 640 110010900521 2 Mashea Ashton
## 641 110010900521 2 Mashea Ashton
## 642 110010900521 2 Mashea Ashton
## 643 110010900521 2 Mashea Ashton
## 644 110010900521 2 Mashea Ashton
## 645 110010900521 2 Mashea Ashton
## 646 110010900521 2 Mashea Ashton
## 647 110010900521 2 Mashea Ashton
## 648 110010900521 2 Mashea Ashton
## 649 110010900521 2 Mashea Ashton
## 650 110010900521 2 Mashea Ashton
## 651 110010900521 2 Mashea Ashton
## 652 110010900521 2 Mashea Ashton
## 653 110010900521 2 Mashea Ashton
## 654 060196813898 3 Andrew Martinez
## 655 060196813898 3 Andrew Martinez
## 656 060196813898 3 Andrew Martinez
## 657 060196813898 3 Andrew Martinez
## 658 060196813898 3 Andrew Martinez
## 659 060196813898 3 Andrew Martinez
## 660 060196813898 3 Andrew Martinez
## 661 060196813898 3 Andrew Martinez
## 662 060196813898 3 Andrew Martinez
## 663 060196813898 3 Andrew Martinez
## 664 060196813898 3 Andrew Martinez
## 665 060196813898 3 Andrew Martinez
## 666 060196813898 3 Andrew Martinez
## 667 060196813898 3 Andrew Martinez
## 668 060196813898 3 Andrew Martinez
## 669 060196813898 3 Andrew Martinez
## 670 060196813898 3 Andrew Martinez
## 671 060196813898 3 Andrew Martinez
## 672 060196813898 3 Andrew Martinez
## 673 060196813898 3 Andrew Martinez
## 674 060196813898 3 Andrew Martinez
## 675 060196813898 3 Andrew Martinez
## 676 060196813898 3 Andrew Martinez
## 677 060196813898 3 Andrew Martinez
## 678 060196813898 3 Andrew Martinez
## 679 060196813898 3 Andrew Martinez
## 680 060196813898 3 Andrew Martinez
## 681 060196813898 3 Andrew Martinez
## 682 060196813898 3 Andrew Martinez
## 683 060196813898 3 Andrew Martinez
## 684 060196813898 3 Andrew Martinez
## 685 060196813898 3 Andrew Martinez
## 686 060196813898 3 Andrew Martinez
## 687 060196813898 3 Andrew Martinez
## 688 060196813898 3 Andrew Martinez
## 689 060196813898 3 Andrew Martinez
## 690 060196813898 3 Andrew Martinez
## 691 060196813898 3 Andrew Martinez
## 692 060196813898 3 Andrew Martinez
## 693 060196813898 3 Andrew Martinez
## 694 060196813898 3 Andrew Martinez
## 695 060196813898 3 Andrew Martinez
## 696 060196813898 3 Andrew Martinez
## 697 060196813898 3 Andrew Martinez
## 698 060196813898 3 Andrew Martinez
## 699 060196813898 3 Andrew Martinez
## 700 060196813898 3 Andrew Martinez
## 701 060196813898 3 Andrew Martinez
## 702 060196813898 3 Andrew Martinez
## 703 060196813898 3 Andrew Martinez
## 704 060196813898 3 Andrew Martinez
## 705 060196813898 3 Andrew Martinez
## 706 060196813898 3 Andrew Martinez
## 707 060196813898 3 Andrew Martinez
## 708 060196813898 3 Andrew Martinez
## 709 060196813898 3 Andrew Martinez
## 710 060196813898 3 Andrew Martinez
## 711 060196813898 3 Andrew Martinez
## 712 060234513094 5 Rachael DeRogatis
## 713 060234513094 5 Rachael DeRogatis
## 714 060234513094 5 Rachael DeRogatis
## 715 060234513094 5 Rachael DeRogatis
## 716 060234513094 5 Rachael DeRogatis
## 717 060234513094 5 Rachael DeRogatis
## 718 060234513094 5 Rachael DeRogatis
## 719 060234513094 5 Rachael DeRogatis
## 720 060234513094 5 Rachael DeRogatis
## 721 060234513094 5 Rachael DeRogatis
## 722 060234513094 5 Rachael DeRogatis
## 723 060234513094 5 Rachael DeRogatis
## 724 060234513094 5 Rachael DeRogatis
## 725 060234513094 5 Rachael DeRogatis
## 726 060234513094 5 Rachael DeRogatis
## 727 060234513094 5 Rachael DeRogatis
## 728 060234513094 5 Rachael DeRogatis
## 729 060234513094 5 Rachael DeRogatis
## 730 060234513094 5 Rachael DeRogatis
## 731 060234513094 5 Rachael DeRogatis
## 732 060234513094 5 Rachael DeRogatis
## 733 060234513094 5 Rachael DeRogatis
## 734 060234513094 5 Rachael DeRogatis
## 735 060234513094 5 Rachael DeRogatis
## 736 060234513094 5 Rachael DeRogatis
## 737 060234513094 5 Rachael DeRogatis
## 738 060234513094 5 Rachael DeRogatis
## 739 060234513094 5 Rachael DeRogatis
## 740 060234513094 5 Rachael DeRogatis
## 741 060234513094 5 Rachael DeRogatis
## 742 060234513094 5 Rachael DeRogatis
## 743 060234513094 5 Rachael DeRogatis
## 744 060234513094 5 Rachael DeRogatis
## 745 060234513094 5 Rachael DeRogatis
## 746 060234513094 5 Rachael DeRogatis
## 747 060234513094 5 Rachael DeRogatis
## 748 060234513094 5 Rachael DeRogatis
## 749 060234513094 5 Rachael DeRogatis
## 750 060234513094 5 Rachael DeRogatis
## 751 060234513094 5 Rachael DeRogatis
## 752 060234513094 5 Rachael DeRogatis
## 753 060234513094 5 Rachael DeRogatis
## 754 060234513094 5 Rachael DeRogatis
## 755 060234513094 5 Rachael DeRogatis
## 756 060234513094 5 Rachael DeRogatis
## 757 060234513094 5 Rachael DeRogatis
## 758 060234513094 5 Rachael DeRogatis
## 759 060234513094 5 Rachael DeRogatis
## 760 060234513094 5 Rachael DeRogatis
## 761 060234513094 5 Rachael DeRogatis
## 762 060234513094 5 Rachael DeRogatis
## 763 060234513094 5 Rachael DeRogatis
## 764 060234513094 5 Rachael DeRogatis
## 765 060234513094 5 Rachael DeRogatis
## 766 060234513094 5 Rachael DeRogatis
## 767 060234513094 5 Rachael DeRogatis
## 768 060234513094 5 Rachael DeRogatis
## 769 060234513094 5 Rachael DeRogatis
## 770 060234513094 5 Rachael DeRogatis
## 771 060234513094 5 Rachael DeRogatis
## 772 060234513094 5 Rachael DeRogatis
## 773 060234513094 5 Rachael DeRogatis
## 774 060234513094 5 Rachael DeRogatis
## 775 060234513094 5 Rachael DeRogatis
## 776 060234513094 5 Rachael DeRogatis
## 777 370007802430 3 Susan Mertz
## 778 370007802430 3 Susan Mertz
## 779 370007802430 3 Susan Mertz
## 780 370007802430 3 Susan Mertz
## 781 370007802430 3 Susan Mertz
## 782 370007802430 3 Susan Mertz
## 783 370007802430 3 Susan Mertz
## 784 370007802430 3 Susan Mertz
## 785 370007802430 3 Susan Mertz
## 786 370007802430 3 Susan Mertz
## 787 370007802430 3 Susan Mertz
## 788 370007802430 3 Susan Mertz
## 789 370007802430 3 Susan Mertz
## 790 370007802430 3 Susan Mertz
## 791 370007802430 3 Susan Mertz
## 792 370007802430 3 Susan Mertz
## 793 370007802430 3 Susan Mertz
## 794 370007802430 3 Susan Mertz
## 795 370007802430 3 Susan Mertz
## 796 370007802430 3 Susan Mertz
## 797 370007802430 3 Susan Mertz
## 798 370007802430 3 Susan Mertz
## 799 370007802430 3 Susan Mertz
## 800 370007802430 3 Susan Mertz
## 801 370007802430 3 Susan Mertz
## 802 370007802430 3 Susan Mertz
## 803 370007802430 3 Susan Mertz
## 804 370007802430 3 Susan Mertz
## 805 370007802430 3 Susan Mertz
## 806 370007802430 3 Susan Mertz
## 807 370007802430 3 Susan Mertz
## 808 370007802430 3 Susan Mertz
## 809 370007802430 3 Susan Mertz
## 810 370007802430 3 Susan Mertz
## 811 370007802430 3 Susan Mertz
## 812 370007802430 3 Susan Mertz
## 813 370007802430 3 Susan Mertz
## 814 370007802430 3 Susan Mertz
## 815 370007802430 3 Susan Mertz
## 816 370007802430 3 Susan Mertz
## 817 370007802430 3 Susan Mertz
## 818 370007802430 3 Susan Mertz
## 819 370007802430 3 Susan Mertz
## 820 370007802430 3 Susan Mertz
## 821 370007802430 3 Susan Mertz
## 822 370007802430 3 Susan Mertz
## 823 370007802430 3 Susan Mertz
## 824 360009001327 0 Jeff Palladino
## 825 360009001327 0 Jeff Palladino
## 826 360009001327 0 Jeff Palladino
## 827 360009001327 0 Jeff Palladino
## 828 360009001327 0 Jeff Palladino
## 829 360009001327 0 Jeff Palladino
## 830 360009001327 0 Jeff Palladino
## 831 360009001327 0 Jeff Palladino
## 832 360009001327 0 Jeff Palladino
## 833 360009001327 0 Jeff Palladino
## 834 360009001327 0 Jeff Palladino
## 835 360009001327 0 Jeff Palladino
## 836 360009001327 0 Jeff Palladino
## 837 360009001327 0 Jeff Palladino
## 838 360009001327 0 Jeff Palladino
## 839 360009001327 0 Jeff Palladino
## 840 360009001327 0 Jeff Palladino
## 841 360009001327 0 Jeff Palladino
## 842 360009001327 0 Jeff Palladino
## 843 360009001327 0 Jeff Palladino
## 844 360009001327 0 Jeff Palladino
## 845 360009001327 0 Jeff Palladino
## 846 360009001327 0 Jeff Palladino
## 847 360009001327 0 Jeff Palladino
## 848 360009001327 0 Jeff Palladino
## 849 360009001327 0 Jeff Palladino
## 850 360009001327 0 Jeff Palladino
## 851 360009001327 0 Jeff Palladino
## 852 360009001327 0 Jeff Palladino
## 853 360009001327 0 Jeff Palladino
## 854 360009001327 0 Jeff Palladino
## 855 360009001327 0 Jeff Palladino
## 856 360009001327 0 Jeff Palladino
## 857 360009001327 0 Jeff Palladino
## 858 360009001327 0 Jeff Palladino
## 859 360009001327 0 Jeff Palladino
## 860 360009001327 0 Jeff Palladino
## 861 360009001327 0 Jeff Palladino
## 862 360009001327 0 Jeff Palladino
## 863 360009001327 0 Jeff Palladino
## 864 360009001327 0 Jeff Palladino
## 865 360009001327 0 Jeff Palladino
## 866 360012205727 2 Kevin Hesseltine
## 867 360012205727 2 Kevin Hesseltine
## 868 360012205727 2 Kevin Hesseltine
## 869 360012205727 2 Kevin Hesseltine
## 870 360012205727 2 Kevin Hesseltine
## 871 360012205727 2 Kevin Hesseltine
## 872 360012205727 2 Kevin Hesseltine
## 873 360012205727 2 Kevin Hesseltine
## 874 360012205727 2 Kevin Hesseltine
## 875 360012205727 2 Kevin Hesseltine
## 876 360012205727 2 Kevin Hesseltine
## 877 360012205727 2 Kevin Hesseltine
## 878 360012205727 2 Kevin Hesseltine
## 879 360012205727 2 Kevin Hesseltine
## 880 360012205727 2 Kevin Hesseltine
## 881 360012205727 2 Kevin Hesseltine
## 882 360012205727 2 Kevin Hesseltine
## 883 360012205727 2 Kevin Hesseltine
## 884 360012205727 2 Kevin Hesseltine
## 885 360012205727 2 Kevin Hesseltine
## 886 360012205727 2 Kevin Hesseltine
## 887 360012205727 2 Kevin Hesseltine
## 888 360012205727 2 Kevin Hesseltine
## 889 360012205727 2 Kevin Hesseltine
## 890 360012205727 2 Kevin Hesseltine
## 891 360012205727 2 Kevin Hesseltine
## 892 360012205727 2 Kevin Hesseltine
## 893 360012205727 2 Kevin Hesseltine
## 894 360012205727 2 Kevin Hesseltine
## 895 360012205727 2 Kevin Hesseltine
## 896 360012205727 2 Kevin Hesseltine
## 897 360012205727 2 Kevin Hesseltine
## 898 360012205727 2 Kevin Hesseltine
## 899 360012205727 2 Kevin Hesseltine
## 900 360012205727 2 Kevin Hesseltine
## 901 360012205727 2 Kevin Hesseltine
## 902 360012205727 2 Kevin Hesseltine
## 903 360012205727 2 Kevin Hesseltine
## 904 360012205727 2 Kevin Hesseltine
## 905 360012205727 2 Kevin Hesseltine
## 906 360012205727 2 Kevin Hesseltine
## 907 360012205727 2 Kevin Hesseltine
## 908 360012205727 2 Kevin Hesseltine
## 909 360012205727 2 Kevin Hesseltine
## 910 360012205727 2 Kevin Hesseltine
## 911 360012205727 2 Kevin Hesseltine
## 912 360012205727 2 Kevin Hesseltine
## 913 360012205727 2 Kevin Hesseltine
## 914 360012205727 2 Kevin Hesseltine
## 915 360012205727 2 Kevin Hesseltine
## 916 360012205727 2 Kevin Hesseltine
## 917 360012205727 2 Kevin Hesseltine
## 918 360012205727 2 Kevin Hesseltine
## 919 360012205727 2 Kevin Hesseltine
## 920 360007806185 6 Danielle Salzberg
## 921 360007806185 6 Danielle Salzberg
## 922 360007806185 6 Danielle Salzberg
## 923 360007806185 6 Danielle Salzberg
## 924 360007806185 6 Danielle Salzberg
## 925 360007806185 6 Danielle Salzberg
## 926 360007806185 6 Danielle Salzberg
## 927 360007806185 6 Danielle Salzberg
## 928 360007806185 6 Danielle Salzberg
## 929 360007806185 6 Danielle Salzberg
## 930 360007806185 6 Danielle Salzberg
## 931 360007806185 6 Danielle Salzberg
## 932 360007806185 6 Danielle Salzberg
## 933 360007806185 6 Danielle Salzberg
## 934 360007806185 6 Danielle Salzberg
## 935 360007806185 6 Danielle Salzberg
## 936 360007806185 6 Danielle Salzberg
## 937 360007806185 6 Danielle Salzberg
## 938 360007806185 6 Danielle Salzberg
## 939 360007806185 6 Danielle Salzberg
## 940 360007806185 6 Danielle Salzberg
## 941 360007806185 6 Danielle Salzberg
## 942 360007806185 6 Danielle Salzberg
## 943 360007806185 6 Danielle Salzberg
## 944 360007806185 6 Danielle Salzberg
## 945 360007806185 6 Danielle Salzberg
## 946 360007806185 6 Danielle Salzberg
## 947 360007806185 6 Danielle Salzberg
## 948 360007806185 6 Danielle Salzberg
## 949 360007806185 6 Danielle Salzberg
## 950 360007806185 6 Danielle Salzberg
## 951 360007806185 6 Danielle Salzberg
## 952 360007806185 6 Danielle Salzberg
## 953 360007806185 6 Danielle Salzberg
## 954 360007806185 6 Danielle Salzberg
## 955 360007806185 6 Danielle Salzberg
## 956 360007806185 6 Danielle Salzberg
## 957 360007806185 6 Danielle Salzberg
## 958 360007806185 6 Danielle Salzberg
## 959 360007806185 6 Danielle Salzberg
## 960 360007806185 6 Danielle Salzberg
## 961 360007806185 6 Danielle Salzberg
## 962 360007806185 6 Danielle Salzberg
## 963 360007806185 6 Danielle Salzberg
## 964 360007806185 6 Danielle Salzberg
## 965 360007806185 6 Danielle Salzberg
## 966 360007806185 6 Danielle Salzberg
## 967 360007806185 6 Danielle Salzberg
## 968 360007806185 6 Danielle Salzberg
## 969 360007806185 6 Danielle Salzberg
## 970 360007806185 6 Danielle Salzberg
## 971 360007806185 6 Danielle Salzberg
## 972 360007806185 6 Danielle Salzberg
## 973 080441006719 2 Courtney Luce
## 974 080441006719 2 Courtney Luce
## 975 080441006719 2 Courtney Luce
## 976 080441006719 2 Courtney Luce
## 977 080441006719 2 Courtney Luce
## 978 080441006719 2 Courtney Luce
## 979 080441006719 2 Courtney Luce
## 980 080441006719 2 Courtney Luce
## 981 080441006719 2 Courtney Luce
## 982 080441006719 2 Courtney Luce
## 983 080441006719 2 Courtney Luce
## 984 080441006719 2 Courtney Luce
## 985 080441006719 2 Courtney Luce
## 986 080441006719 2 Courtney Luce
## 987 080441006719 2 Courtney Luce
## 988 080441006719 2 Courtney Luce
## 989 080441006719 2 Courtney Luce
## 990 080441006719 2 Courtney Luce
## 991 080441006719 2 Courtney Luce
## 992 080441006719 2 Courtney Luce
## 993 080441006719 2 Courtney Luce
## 994 080441006719 2 Courtney Luce
## 995 080441006719 2 Courtney Luce
## 996 080441006719 2 Courtney Luce
## 997 080441006719 2 Courtney Luce
## 998 080441006719 2 Courtney Luce
## 999 080441006719 2 Courtney Luce
## 1000 080441006719 2 Courtney Luce
## 1001 080441006719 2 Courtney Luce
## 1002 080441006719 2 Courtney Luce
## 1003 080441006719 2 Courtney Luce
## 1004 080441006719 2 Courtney Luce
## 1005 080441006719 2 Courtney Luce
## 1006 080441006719 2 Courtney Luce
## 1007 080441006719 2 Courtney Luce
## 1008 080441006719 2 Courtney Luce
## 1009 080441006719 2 Courtney Luce
## 1010 080441006719 2 Courtney Luce
## 1011 080441006719 2 Courtney Luce
## 1012 080441006719 2 Courtney Luce
## 1013 080441006719 2 Courtney Luce
## 1014 080441006719 2 Courtney Luce
## 1015 080441006719 2 Courtney Luce
## 1016 080441006719 2 Courtney Luce
## 1017 080441006719 2 Courtney Luce
## 1018 080441006719 2 Courtney Luce
## 1019 080441006719 2 Courtney Luce
## 1020 080441006719 2 Courtney Luce
## 1021 080441006719 2 Courtney Luce
## 1022 080441006719 2 Courtney Luce
## 1023 080441006719 2 Courtney Luce
## 1024 080441006719 2 Courtney Luce
## 1025 080441006719 2 Courtney Luce
## 1026 080441006719 2 Courtney Luce
## 1027 080441006719 2 Courtney Luce
## 1028 080441006719 2 Courtney Luce
## 1029 080441006719 2 Courtney Luce
## 1030 080441006719 2 Courtney Luce
## 1031 080441006719 2 Courtney Luce
## 1032 080441006719 2 Courtney Luce
## 1033 160018101100 2 Amanda Cox
## 1034 160018101100 2 Amanda Cox
## 1035 160018101100 2 Amanda Cox
## 1036 160018101100 2 Amanda Cox
## 1037 160018101100 2 Amanda Cox
## 1038 160018101100 2 Amanda Cox
## 1039 160018101100 2 Amanda Cox
## 1040 160018101100 2 Amanda Cox
## 1041 160018101100 2 Amanda Cox
## 1042 160018101100 2 Amanda Cox
## 1043 160018101100 2 Amanda Cox
## 1044 160018101100 2 Amanda Cox
## 1045 160018101100 2 Amanda Cox
## 1046 160018101100 2 Amanda Cox
## 1047 160018101100 2 Amanda Cox
## 1048 160018101100 2 Amanda Cox
## 1049 160018101100 2 Amanda Cox
## 1050 160018101100 2 Amanda Cox
## 1051 160018101100 2 Amanda Cox
## 1052 160018101100 2 Amanda Cox
## 1053 160018101100 2 Amanda Cox
## 1054 160018101100 2 Amanda Cox
## 1055 160018101100 2 Amanda Cox
## 1056 160018101100 2 Amanda Cox
## 1057 160018101100 2 Amanda Cox
## 1058 160018101100 2 Amanda Cox
## 1059 160018101100 2 Amanda Cox
## 1060 160018101100 2 Amanda Cox
## 1061 160018101100 2 Amanda Cox
## 1062 160018101100 2 Amanda Cox
## 1063 160018101100 2 Amanda Cox
## 1064 160018101100 2 Amanda Cox
## 1065 160018101100 2 Amanda Cox
## 1066 160018101100 2 Amanda Cox
## 1067 160018101100 2 Amanda Cox
## 1068 160018101100 2 Amanda Cox
## 1069 160018101100 2 Amanda Cox
## 1070 160018101100 2 Amanda Cox
## 1071 160018101100 2 Amanda Cox
## 1072 160018101100 2 Amanda Cox
## 1073 160018101100 2 Amanda Cox
## 1074 160018101100 2 Amanda Cox
## 1075 160018101100 2 Amanda Cox
## 1076 160020501080 2 Gerald Love
## 1077 160020501080 2 Gerald Love
## 1078 160020501080 2 Gerald Love
## 1079 160020501080 2 Gerald Love
## 1080 160020501080 2 Gerald Love
## 1081 160020501080 2 Gerald Love
## 1082 160020501080 2 Gerald Love
## 1083 160020501080 2 Gerald Love
## 1084 160020501080 2 Gerald Love
## 1085 160020501080 2 Gerald Love
## 1086 160020501080 2 Gerald Love
## 1087 160020501080 2 Gerald Love
## 1088 160020501080 2 Gerald Love
## 1089 160020501080 2 Gerald Love
## 1090 160020501080 2 Gerald Love
## 1091 160020501080 2 Gerald Love
## 1092 160020501080 2 Gerald Love
## 1093 160020501080 2 Gerald Love
## 1094 160020501080 2 Gerald Love
## 1095 160020501080 2 Gerald Love
## 1096 160020501080 2 Gerald Love
## 1097 160020501080 2 Gerald Love
## 1098 160020501080 2 Gerald Love
## 1099 160020501080 2 Gerald Love
## 1100 160020501080 2 Gerald Love
## 1101 160020501080 2 Gerald Love
## 1102 160020501080 2 Gerald Love
## 1103 160020501080 2 Gerald Love
## 1104 160020501080 2 Gerald Love
## 1105 160020501080 2 Gerald Love
## 1106 160020501080 2 Gerald Love
## 1107 160020501080 2 Gerald Love
## 1108 160020501080 2 Gerald Love
## 1109 160020501080 2 Gerald Love
## 1110 160020501080 2 Gerald Love
## 1111 160020501080 2 Gerald Love
## 1112 160020501080 2 Gerald Love
## 1113 160020501080 2 Gerald Love
## 1114 160020501080 2 Gerald Love
## 1115 160020501080 2 Gerald Love
## 1116 160020501080 2 Gerald Love
## 1117 530375003588 1 Julia Bamba
## 1118 530375003588 1 Julia Bamba
## 1119 530375003588 1 Julia Bamba
## 1120 530375003588 1 Julia Bamba
## 1121 530375003588 1 Julia Bamba
## 1122 530375003588 1 Julia Bamba
## 1123 530375003588 1 Julia Bamba
## 1124 530375003588 1 Julia Bamba
## 1125 530375003588 1 Julia Bamba
## 1126 530375003588 1 Julia Bamba
## 1127 530375003588 1 Julia Bamba
## 1128 530375003588 1 Julia Bamba
## 1129 530375003588 1 Julia Bamba
## 1130 530375003588 1 Julia Bamba
## 1131 530375003588 1 Julia Bamba
## 1132 530375003588 1 Julia Bamba
## 1133 530375003588 1 Julia Bamba
## 1134 530375003588 1 Julia Bamba
## 1135 530375003588 1 Julia Bamba
## 1136 530375003588 1 Julia Bamba
## 1137 530375003588 1 Julia Bamba
## 1138 530375003588 1 Julia Bamba
## 1139 530375003588 1 Julia Bamba
## 1140 530375003588 1 Julia Bamba
## 1141 530375003588 1 Julia Bamba
## 1142 530375003588 1 Julia Bamba
## 1143 530375003588 1 Julia Bamba
## 1144 530375003588 1 Julia Bamba
## 1145 530375003588 1 Julia Bamba
## 1146 530375003588 1 Julia Bamba
## 1147 530375003588 1 Julia Bamba
## 1148 530375003588 1 Julia Bamba
## 1149 530375003588 1 Julia Bamba
## 1150 530375003588 1 Julia Bamba
## 1151 530375003588 1 Julia Bamba
## 1152 530375003588 1 Julia Bamba
## 1153 530375003588 1 Julia Bamba
## 1154 530375003588 1 Julia Bamba
## 1155 530375003588 1 Julia Bamba
## 1156 530375003588 1 Julia Bamba
## 1157 530375003588 1 Julia Bamba
## 1158 530375003588 1 Julia Bamba
## 1159 530375003588 1 Julia Bamba
## 1160 530375003588 1 Julia Bamba
## 1161 530375003588 1 Julia Bamba
## 1162 530375003588 1 Julia Bamba
## 1163 530375003588 1 Julia Bamba
## 1164 530375003588 1 Julia Bamba
## 1165 530375003588 1 Julia Bamba
## 1166 530375003588 1 Julia Bamba
## 1167 530375003588 1 Julia Bamba
## 1168 530375003588 1 Julia Bamba
## 1169 530375003588 1 Julia Bamba
## 1170 530375003588 1 Julia Bamba
## 1171 080336006473 7 Carol Bowar
## 1172 080336006473 7 Carol Bowar
## 1173 080336006473 7 Carol Bowar
## 1174 080336006473 7 Carol Bowar
## 1175 080336006473 7 Carol Bowar
## 1176 080336006473 7 Carol Bowar
## 1177 080336006473 7 Carol Bowar
## 1178 080336006473 7 Carol Bowar
## 1179 080336006473 7 Carol Bowar
## 1180 080336006473 7 Carol Bowar
## 1181 080336006473 7 Carol Bowar
## 1182 080336006473 7 Carol Bowar
## 1183 080336006473 7 Carol Bowar
## 1184 080336006473 7 Carol Bowar
## 1185 080336006473 7 Carol Bowar
## 1186 080336006473 7 Carol Bowar
## 1187 080336006473 7 Carol Bowar
## 1188 080336006473 7 Carol Bowar
## 1189 080336006473 7 Carol Bowar
## 1190 080336006473 7 Carol Bowar
## 1191 080336006473 7 Carol Bowar
## 1192 080336006473 7 Carol Bowar
## 1193 080336006473 7 Carol Bowar
## 1194 080336006473 7 Carol Bowar
## 1195 080336006473 7 Carol Bowar
## 1196 080336006473 7 Carol Bowar
## 1197 080336006473 7 Carol Bowar
## 1198 080336006473 7 Carol Bowar
## 1199 080336006473 7 Carol Bowar
## 1200 080336006473 7 Carol Bowar
## 1201 080336006473 7 Carol Bowar
## 1202 080336006473 7 Carol Bowar
## 1203 080336006473 7 Carol Bowar
## 1204 080336006473 7 Carol Bowar
## 1205 080336006473 7 Carol Bowar
## 1206 080336006473 7 Carol Bowar
## 1207 080336006473 7 Carol Bowar
## 1208 080336006473 7 Carol Bowar
## 1209 080336006473 7 Carol Bowar
## 1210 080336006473 7 Carol Bowar
## 1211 080336006473 7 Carol Bowar
## 1212 080336006473 7 Carol Bowar
## 1213 080336006473 7 Carol Bowar
## 1214 080336006473 7 Carol Bowar
## 1215 080336006473 7 Carol Bowar
## 1216 080336006473 7 Carol Bowar
## 1217 080336006473 7 Carol Bowar
## 1218 080336006473 7 Carol Bowar
## 1219 080336006473 7 Carol Bowar
## 1220 080336006473 7 Carol Bowar
## 1221 360096006013 2 Jessica Nauiokas
## 1222 360096006013 2 Jessica Nauiokas
## 1223 360096006013 2 Jessica Nauiokas
## 1224 360096006013 2 Jessica Nauiokas
## 1225 360096006013 2 Jessica Nauiokas
## 1226 360096006013 2 Jessica Nauiokas
## 1227 360096006013 2 Jessica Nauiokas
## 1228 360096006013 2 Jessica Nauiokas
## 1229 360096006013 2 Jessica Nauiokas
## 1230 360096006013 2 Jessica Nauiokas
## 1231 360096006013 2 Jessica Nauiokas
## 1232 360096006013 2 Jessica Nauiokas
## 1233 360096006013 2 Jessica Nauiokas
## 1234 360096006013 2 Jessica Nauiokas
## 1235 360096006013 2 Jessica Nauiokas
## 1236 360096006013 2 Jessica Nauiokas
## 1237 360096006013 2 Jessica Nauiokas
## 1238 360096006013 2 Jessica Nauiokas
## 1239 360096006013 2 Jessica Nauiokas
## 1240 360096006013 2 Jessica Nauiokas
## 1241 360096006013 2 Jessica Nauiokas
## 1242 360096006013 2 Jessica Nauiokas
## 1243 360096006013 2 Jessica Nauiokas
## 1244 360096006013 2 Jessica Nauiokas
## 1245 360096006013 2 Jessica Nauiokas
## 1246 360096006013 2 Jessica Nauiokas
## 1247 360096006013 2 Jessica Nauiokas
## 1248 360096006013 2 Jessica Nauiokas
## 1249 360096006013 2 Jessica Nauiokas
## 1250 360096006013 2 Jessica Nauiokas
## 1251 360096006013 2 Jessica Nauiokas
## 1252 360096006013 2 Jessica Nauiokas
## 1253 360096006013 2 Jessica Nauiokas
## 1254 360096006013 2 Jessica Nauiokas
## 1255 360096006013 2 Jessica Nauiokas
## 1256 360096006013 2 Jessica Nauiokas
## 1257 360096006013 2 Jessica Nauiokas
## 1258 360096006013 2 Jessica Nauiokas
## 1259 360096006013 2 Jessica Nauiokas
## 1260 360096006013 2 Jessica Nauiokas
## 1261 360096006013 2 Jessica Nauiokas
## 1262 360096006013 2 Jessica Nauiokas
## 1263 360096006013 2 Jessica Nauiokas
## 1264 360096006013 2 Jessica Nauiokas
## 1265 360096006013 2 Jessica Nauiokas
## 1266 360096006013 2 Jessica Nauiokas
## 1267 360096006013 2 Jessica Nauiokas
## 1268 360096006013 2 Jessica Nauiokas
## 1269 360096006013 2 Jessica Nauiokas
## 1270 360096006013 2 Jessica Nauiokas
## 1271 360096006013 2 Jessica Nauiokas
## 1272 360096006013 2 Jessica Nauiokas
## 1273 260769001863 0 Darren Kinnunen
## 1274 260769001863 0 Darren Kinnunen
## 1275 260769001863 0 Darren Kinnunen
## 1276 260769001863 0 Darren Kinnunen
## 1277 260769001863 0 Darren Kinnunen
## 1278 260769001863 0 Darren Kinnunen
## 1279 260769001863 0 Darren Kinnunen
## 1280 260769001863 0 Darren Kinnunen
## 1281 260769001863 0 Darren Kinnunen
## 1282 260769001863 0 Darren Kinnunen
## 1283 260769001863 0 Darren Kinnunen
## 1284 260769001863 0 Darren Kinnunen
## 1285 260769001863 0 Darren Kinnunen
## 1286 260769001863 0 Darren Kinnunen
## 1287 260769001863 0 Darren Kinnunen
## 1288 260769001863 0 Darren Kinnunen
## 1289 260769001863 0 Darren Kinnunen
## 1290 260769001863 0 Darren Kinnunen
## 1291 260769001863 0 Darren Kinnunen
## 1292 260769001863 0 Darren Kinnunen
## 1293 260769001863 0 Darren Kinnunen
## 1294 260769001863 0 Darren Kinnunen
## 1295 260769001863 0 Darren Kinnunen
## 1296 260769001863 0 Darren Kinnunen
## 1297 260769001863 0 Darren Kinnunen
## 1298 260769001863 0 Darren Kinnunen
## 1299 260769001863 0 Darren Kinnunen
## 1300 260769001863 0 Darren Kinnunen
## 1301 260769001863 0 Darren Kinnunen
## 1302 260769001863 0 Darren Kinnunen
## 1303 260769001863 0 Darren Kinnunen
## 1304 260769001863 0 Darren Kinnunen
## 1305 260769001863 0 Darren Kinnunen
## 1306 110005800308 2 Kathryn Procope
## 1307 110005800308 2 Kathryn Procope
## 1308 110005800308 2 Kathryn Procope
## 1309 110005800308 2 Kathryn Procope
## 1310 110005800308 2 Kathryn Procope
## 1311 110005800308 2 Kathryn Procope
## 1312 110005800308 2 Kathryn Procope
## 1313 110005800308 2 Kathryn Procope
## 1314 110005800308 2 Kathryn Procope
## 1315 110005800308 2 Kathryn Procope
## 1316 110005800308 2 Kathryn Procope
## 1317 110005800308 2 Kathryn Procope
## 1318 110005800308 2 Kathryn Procope
## 1319 110005800308 2 Kathryn Procope
## 1320 110005800308 2 Kathryn Procope
## 1321 110005800308 2 Kathryn Procope
## 1322 110005800308 2 Kathryn Procope
## 1323 110005800308 2 Kathryn Procope
## 1324 110005800308 2 Kathryn Procope
## 1325 110005800308 2 Kathryn Procope
## 1326 110005800308 2 Kathryn Procope
## 1327 110005800308 2 Kathryn Procope
## 1328 110005800308 2 Kathryn Procope
## 1329 110005800308 2 Kathryn Procope
## 1330 110005800308 2 Kathryn Procope
## 1331 110005800308 2 Kathryn Procope
## 1332 110005800308 2 Kathryn Procope
## 1333 110005800308 2 Kathryn Procope
## 1334 110005800308 2 Kathryn Procope
## 1335 110005800308 2 Kathryn Procope
## 1336 110005800308 2 Kathryn Procope
## 1337 110005800308 2 Kathryn Procope
## 1338 110005800308 2 Kathryn Procope
## 1339 110005800308 2 Kathryn Procope
## 1340 110005800308 2 Kathryn Procope
## 1341 110005800308 2 Kathryn Procope
## 1342 110005800308 2 Kathryn Procope
## 1343 110005800308 2 Kathryn Procope
## 1344 110005800308 2 Kathryn Procope
## 1345 110005800308 2 Kathryn Procope
## 1346 110005800308 2 Kathryn Procope
## 1347 110005800308 2 Kathryn Procope
## 1348 110005800308 2 Kathryn Procope
## 1349 110005800308 2 Kathryn Procope
## 1350 110005800308 2 Kathryn Procope
## 1351 110005800308 2 Kathryn Procope
## 1352 110005800308 2 Kathryn Procope
## 1353 110005800308 2 Kathryn Procope
## 1354 110005800308 2 Kathryn Procope
## 1355 110005800308 2 Kathryn Procope
## 1356 110005800308 2 Kathryn Procope
## 1357 110005800308 2 Kathryn Procope
## 1358 110005800308 2 Kathryn Procope
## 1359 110005800308 2 Kathryn Procope
## 1360 110005800308 2 Kathryn Procope
## 1361 530034503653 4 Amy Kiyota
## 1362 530034503653 4 Amy Kiyota
## 1363 530034503653 4 Amy Kiyota
## 1364 530034503653 4 Amy Kiyota
## 1365 530034503653 4 Amy Kiyota
## 1366 530034503653 4 Amy Kiyota
## 1367 530034503653 4 Amy Kiyota
## 1368 530034503653 4 Amy Kiyota
## 1369 530034503653 4 Amy Kiyota
## 1370 530034503653 4 Amy Kiyota
## 1371 530034503653 4 Amy Kiyota
## 1372 530034503653 4 Amy Kiyota
## 1373 530034503653 4 Amy Kiyota
## 1374 530034503653 4 Amy Kiyota
## 1375 530034503653 4 Amy Kiyota
## 1376 530034503653 4 Amy Kiyota
## 1377 530034503653 4 Amy Kiyota
## 1378 530034503653 4 Amy Kiyota
## 1379 530034503653 4 Amy Kiyota
## 1380 530034503653 4 Amy Kiyota
## 1381 530034503653 4 Amy Kiyota
## 1382 530034503653 4 Amy Kiyota
## 1383 530034503653 4 Amy Kiyota
## 1384 530034503653 4 Amy Kiyota
## 1385 530034503653 4 Amy Kiyota
## 1386 530034503653 4 Amy Kiyota
## 1387 530034503653 4 Amy Kiyota
## 1388 530034503653 4 Amy Kiyota
## 1389 530034503653 4 Amy Kiyota
## 1390 530034503653 4 Amy Kiyota
## 1391 530034503653 4 Amy Kiyota
## 1392 530034503653 4 Amy Kiyota
## 1393 530034503653 4 Amy Kiyota
## 1394 530034503653 4 Amy Kiyota
## 1395 530034503653 4 Amy Kiyota
## 1396 530034503653 4 Amy Kiyota
## 1397 530034503653 4 Amy Kiyota
## 1398 530034503653 4 Amy Kiyota
## 1399 530034503653 4 Amy Kiyota
## 1400 490045000334 1 Mary Wohlforth
## 1401 490045000334 1 Mary Wohlforth
## 1402 490045000334 1 Mary Wohlforth
## 1403 490045000334 1 Mary Wohlforth
## 1404 490045000334 1 Mary Wohlforth
## 1405 490045000334 1 Mary Wohlforth
## 1406 490045000334 1 Mary Wohlforth
## 1407 490045000334 1 Mary Wohlforth
## 1408 490045000334 1 Mary Wohlforth
## 1409 490045000334 1 Mary Wohlforth
## 1410 490045000334 1 Mary Wohlforth
## 1411 490045000334 1 Mary Wohlforth
## 1412 490045000334 1 Mary Wohlforth
## 1413 490045000334 1 Mary Wohlforth
## 1414 490045000334 1 Mary Wohlforth
## 1415 490045000334 1 Mary Wohlforth
## 1416 490045000334 1 Mary Wohlforth
## 1417 490045000334 1 Mary Wohlforth
## 1418 490045000334 1 Mary Wohlforth
## 1419 490045000334 1 Mary Wohlforth
## 1420 490045000334 1 Mary Wohlforth
## 1421 490045000334 1 Mary Wohlforth
## 1422 490045000334 1 Mary Wohlforth
## 1423 490045000334 1 Mary Wohlforth
## 1424 490045000334 1 Mary Wohlforth
## 1425 490045000334 1 Mary Wohlforth
## 1426 490045000334 1 Mary Wohlforth
## 1427 490045000334 1 Mary Wohlforth
## 1428 490045000334 1 Mary Wohlforth
## 1429 490045000334 1 Mary Wohlforth
## 1430 490045000334 1 Mary Wohlforth
## 1431 490045000334 1 Mary Wohlforth
## 1432 490045000334 1 Mary Wohlforth
## 1433 490045000334 1 Mary Wohlforth
## 1434 490045000334 1 Mary Wohlforth
## 1435 490045000334 1 Mary Wohlforth
## 1436 490045000334 1 Mary Wohlforth
## 1437 490045000334 1 Mary Wohlforth
## 1438 490045000334 1 Mary Wohlforth
## 1439 250008201845 2 Shauna-Kaye Clarke
## 1440 250008201845 2 Shauna-Kaye Clarke
## 1441 250008201845 2 Shauna-Kaye Clarke
## 1442 250008201845 2 Shauna-Kaye Clarke
## 1443 250008201845 2 Shauna-Kaye Clarke
## 1444 250008201845 2 Shauna-Kaye Clarke
## 1445 250008201845 2 Shauna-Kaye Clarke
## 1446 250008201845 2 Shauna-Kaye Clarke
## 1447 250008201845 2 Shauna-Kaye Clarke
## 1448 250008201845 2 Shauna-Kaye Clarke
## 1449 250008201845 2 Shauna-Kaye Clarke
## 1450 250008201845 2 Shauna-Kaye Clarke
## 1451 250008201845 2 Shauna-Kaye Clarke
## 1452 250008201845 2 Shauna-Kaye Clarke
## 1453 250008201845 2 Shauna-Kaye Clarke
## 1454 250008201845 2 Shauna-Kaye Clarke
## 1455 250008201845 2 Shauna-Kaye Clarke
## 1456 250008201845 2 Shauna-Kaye Clarke
## 1457 250008201845 2 Shauna-Kaye Clarke
## 1458 250008201845 2 Shauna-Kaye Clarke
## 1459 250008201845 2 Shauna-Kaye Clarke
## 1460 250008201845 2 Shauna-Kaye Clarke
## 1461 250008201845 2 Shauna-Kaye Clarke
## 1462 250008201845 2 Shauna-Kaye Clarke
## 1463 250008201845 2 Shauna-Kaye Clarke
## 1464 250008201845 2 Shauna-Kaye Clarke
## 1465 250008201845 2 Shauna-Kaye Clarke
## 1466 250008201845 2 Shauna-Kaye Clarke
## 1467 250008201845 2 Shauna-Kaye Clarke
## 1468 250008201845 2 Shauna-Kaye Clarke
## 1469 250008201845 2 Shauna-Kaye Clarke
## 1470 480144212915 3 Sara Cotner
## public_contact_role
## 1 Director of Communications
## 2 Director of Communications
## 3 Director of Communications
## 4 Director of Communications
## 5 Director of Communications
## 6 Director of Communications
## 7 Director of Communications
## 8 Director of Communications
## 9 Director of Communications
## 10 Director of Communications
## 11 Director of Communications
## 12 Director of Communications
## 13 Director of Communications
## 14 Director of Communications
## 15 Director of Communications
## 16 Director of Communications
## 17 Director of Communications
## 18 Director of Communications
## 19 Director of Communications
## 20 Director of Communications
## 21 Director of Communications
## 22 Founder, Executive Director, Principal
## 23 Founder, Executive Director, Principal
## 24 Founder, Executive Director, Principal
## 25 Founder, Executive Director, Principal
## 26 Founder, Executive Director, Principal
## 27 Founder, Executive Director, Principal
## 28 Founder, Executive Director, Principal
## 29 Founder, Executive Director, Principal
## 30 Founder, Executive Director, Principal
## 31 Founder, Executive Director, Principal
## 32 Founder, Executive Director, Principal
## 33 Founder, Executive Director, Principal
## 34 Founder, Executive Director, Principal
## 35 Founder, Executive Director, Principal
## 36 Founder, Executive Director, Principal
## 37 Founder, Executive Director, Principal
## 38 Founder, Executive Director, Principal
## 39 Founder, Executive Director, Principal
## 40 Founder, Executive Director, Principal
## 41 Founder, Executive Director, Principal
## 42 Founder, Executive Director, Principal
## 43 Founder, Executive Director, Principal
## 44 Founder, Executive Director, Principal
## 45 Founder, Executive Director, Principal
## 46 Founder, Executive Director, Principal
## 47 Founder, Executive Director, Principal
## 48 Founder, Executive Director, Principal
## 49 Founder, Executive Director, Principal
## 50 Founder, Executive Director, Principal
## 51 Founder, Executive Director, Principal
## 52 Founder, Executive Director, Principal
## 53 Founder, Executive Director, Principal
## 54 Founder, Executive Director, Principal
## 55 Founder, Executive Director, Principal
## 56 Founder, Executive Director, Principal
## 57 Founder, Executive Director, Principal
## 58 Founder, Executive Director, Principal
## 59 Founder, Executive Director, Principal
## 60 Founder, Executive Director, Principal
## 61 Founder, Executive Director, Principal
## 62 Founder, Executive Director, Principal
## 63 Founder, Executive Director, Principal
## 64 Founder, Executive Director, Principal
## 65 Founder, Executive Director, Principal
## 66 Founder, Executive Director, Principal
## 67 Founder, Executive Director, Principal
## 68 Founder, Executive Director, Principal
## 69 Founder, Executive Director, Principal
## 70 Founder, Executive Director, Principal
## 71 Founder, Executive Director, Principal
## 72 Founder, Executive Director, Principal
## 73 Founder, Executive Director, Principal
## 74 Founder, Executive Director, Principal
## 75 Founder, Executive Director, Principal
## 76 Founder, Executive Director, Principal
## 77 Founder, Executive Director, Principal
## 78 Founder, Executive Director, Principal
## 79 Founder, Executive Director, Principal
## 80 Founder, Executive Director, Principal
## 81 Founder, Executive Director, Principal
## 82 Principal
## 83 Principal
## 84 Principal
## 85 Principal
## 86 Principal
## 87 Principal
## 88 Principal
## 89 Principal
## 90 Principal
## 91 Principal
## 92 Principal
## 93 Principal
## 94 Principal
## 95 Principal
## 96 Principal
## 97 Principal
## 98 Principal
## 99 Principal
## 100 Principal
## 101 Principal
## 102 Principal
## 103 Principal
## 104 Program Coordinator
## 105 Program Coordinator
## 106 Program Coordinator
## 107 Program Coordinator
## 108 Program Coordinator
## 109 Program Coordinator
## 110 Program Coordinator
## 111 Program Coordinator
## 112 Program Coordinator
## 113 Program Coordinator
## 114 Program Coordinator
## 115 Program Coordinator
## 116 Program Coordinator
## 117 Program Coordinator
## 118 Program Coordinator
## 119 Program Coordinator
## 120 Program Coordinator
## 121 Program Coordinator
## 122 Program Coordinator
## 123 Program Coordinator
## 124 Program Coordinator
## 125 Program Coordinator
## 126 Program Coordinator
## 127 Program Coordinator
## 128 Program Coordinator
## 129 Program Coordinator
## 130 Program Coordinator
## 131 Program Coordinator
## 132 Program Coordinator
## 133 Program Coordinator
## 134 Program Coordinator
## 135 Program Coordinator
## 136 Program Coordinator
## 137 Program Coordinator
## 138 Program Coordinator
## 139 Program Coordinator
## 140 Program Coordinator
## 141 Program Coordinator
## 142 Program Coordinator
## 143 Program Coordinator
## 144 Program Coordinator
## 145 Program Coordinator
## 146 Program Coordinator
## 147 Program Coordinator
## 148 Program Coordinator
## 149 Program Coordinator
## 150 Program Coordinator
## 151 Program Coordinator
## 152 Program Coordinator
## 153 Program Coordinator
## 154 Program Coordinator
## 155 Program Coordinator
## 156 Program Coordinator
## 157 Program Coordinator
## 158 Program Coordinator
## 159 Program Coordinator
## 160 Program Coordinator
## 161 Program Coordinator
## 162 Program Coordinator
## 163 Program Coordinator
## 164 Head of School
## 165 Head of School
## 166 Head of School
## 167 Head of School
## 168 Head of School
## 169 Head of School
## 170 Head of School
## 171 Head of School
## 172 Head of School
## 173 Head of School
## 174 Head of School
## 175 Head of School
## 176 Head of School
## 177 Head of School
## 178 Head of School
## 179 Head of School
## 180 Head of School
## 181 Head of School
## 182 Head of School
## 183 Head of School
## 184 Head of School
## 185 Head of School
## 186 Head of School
## 187 Head of School
## 188 Head of School
## 189 Head of School
## 190 Head of School
## 191 Head of School
## 192 Head of School
## 193 Head of School
## 194 Head of School
## 195 Head of School
## 196 Head of School
## 197 Head of School
## 198 Head of School
## 199 Head of School
## 200 Head of School
## 201 Head of School
## 202 Head of School
## 203 Head of School
## 204 Head of School
## 205 Head of School
## 206 Head of School
## 207 Head of School
## 208 Head of School
## 209 Head of School
## 210 Head of School
## 211 Head of School
## 212 Head of School
## 213 Head of School
## 214 Head of School
## 215 Head of School
## 216 Head of School
## 217 Head of School
## 218 Head of School
## 219 Head of School
## 220 Head of School
## 221 Head of School
## 222 Director of Institutional Advancement
## 223 Director of Institutional Advancement
## 224 Director of Institutional Advancement
## 225 Director of Institutional Advancement
## 226 Director of Institutional Advancement
## 227 Director of Institutional Advancement
## 228 Director of Institutional Advancement
## 229 Director of Institutional Advancement
## 230 Director of Institutional Advancement
## 231 Director of Institutional Advancement
## 232 Director of Institutional Advancement
## 233 Director of Institutional Advancement
## 234 Director of Institutional Advancement
## 235 Director of Institutional Advancement
## 236 Director of Institutional Advancement
## 237 Director of Institutional Advancement
## 238 Director of Institutional Advancement
## 239 Director of Institutional Advancement
## 240 Director of Institutional Advancement
## 241 Director of Institutional Advancement
## 242 Director of Institutional Advancement
## 243 Director of Institutional Advancement
## 244 Director of Institutional Advancement
## 245 Director of Institutional Advancement
## 246 Director of Institutional Advancement
## 247 Director of Institutional Advancement
## 248 Director of Institutional Advancement
## 249 Director of Institutional Advancement
## 250 Director of Institutional Advancement
## 251 Director of Institutional Advancement
## 252 Director of Institutional Advancement
## 253 Director of Institutional Advancement
## 254 Director of Institutional Advancement
## 255 Director of Institutional Advancement
## 256 Director of Institutional Advancement
## 257 Director of Institutional Advancement
## 258 Director of Institutional Advancement
## 259 Director of Institutional Advancement
## 260 Director of Institutional Advancement
## 261 Director of Institutional Advancement
## 262 Director of Institutional Advancement
## 263 Director of Institutional Advancement
## 264 Director of Institutional Advancement
## 265 Director of Institutional Advancement
## 266 Director of Institutional Advancement
## 267 Director of Institutional Advancement
## 268 Director of Institutional Advancement
## 269 Director of Institutional Advancement
## 270 Director of Institutional Advancement
## 271 Director of Institutional Advancement
## 272 Director of Institutional Advancement
## 273 Director of Institutional Advancement
## 274 Director of Institutional Advancement
## 275 Director of Institutional Advancement
## 276 Director of Institutional Advancement
## 277 Director of Institutional Advancement
## 278 Director of Institutional Advancement
## 279 Principal
## 280 Principal
## 281 Principal
## 282 Principal
## 283 Principal
## 284 Principal
## 285 Principal
## 286 Principal
## 287 Principal
## 288 Principal
## 289 Principal
## 290 Principal
## 291 Principal
## 292 Principal
## 293 Principal
## 294 Principal
## 295 Principal
## 296 Principal
## 297 Principal
## 298 Principal
## 299 Principal
## 300 Principal
## 301 Principal
## 302 Principal
## 303 Principal
## 304 Principal
## 305 Principal
## 306 Principal
## 307 Principal
## 308 Principal
## 309 Principal
## 310 Principal
## 311 Principal
## 312 Principal
## 313 Principal
## 314 Principal
## 315 Principal
## 316 Principal
## 317 Principal
## 318 Principal
## 319 Principal
## 320 Principal
## 321 Principal
## 322 Principal
## 323 Principal
## 324 Principal
## 325 Principal
## 326 Principal
## 327 Principal
## 328 Principal
## 329 Principal
## 330 Principal
## 331 Principal
## 332 Principal
## 333 Principal
## 334 Principal
## 335 Principal
## 336 Principal
## 337 Principal
## 338 Principal
## 339 Principal
## 340 Principal
## 341 Principal
## 342 Principal
## 343 Principal
## 344 Principal
## 345 Principal
## 346 Principal
## 347 Principal
## 348 Principal
## 349 Principal
## 350 Principal
## 351 Principal
## 352 Principal
## 353 Principal
## 354 Principal
## 355 Principal
## 356 Principal
## 357 Principal
## 358 Principal
## 359 Principal
## 360 Principal
## 361 Principal
## 362 Principal
## 363 Principal
## 364 Principal
## 365 Principal
## 366 Principal
## 367 Principal
## 368 Principal
## 369 Principal
## 370 Principal
## 371 Principal
## 372 Principal
## 373 Principal
## 374 Principal
## 375 Principal
## 376 Principal
## 377 Principal
## 378 Principal
## 379 Principal
## 380 Principal
## 381 Principal
## 382 Principal
## 383 Principal
## 384 Executive Director
## 385 Executive Director
## 386 Executive Director
## 387 Executive Director
## 388 Executive Director
## 389 Executive Director
## 390 Executive Director
## 391 Executive Director
## 392 Executive Director
## 393 Executive Director
## 394 Executive Director
## 395 Executive Director
## 396 Executive Director
## 397 Executive Director
## 398 Executive Director
## 399 Executive Director
## 400 Executive Director
## 401 Executive Director
## 402 Executive Director
## 403 CEO/Executive Director
## 404 CEO/Executive Director
## 405 CEO/Executive Director
## 406 CEO/Executive Director
## 407 CEO/Executive Director
## 408 CEO/Executive Director
## 409 CEO/Executive Director
## 410 CEO/Executive Director
## 411 CEO/Executive Director
## 412 CEO/Executive Director
## 413 CEO/Executive Director
## 414 CEO/Executive Director
## 415 CEO/Executive Director
## 416 CEO/Executive Director
## 417 CEO/Executive Director
## 418 CEO/Executive Director
## 419 CEO/Executive Director
## 420 CEO/Executive Director
## 421 CEO/Executive Director
## 422 CEO/Executive Director
## 423 CEO/Executive Director
## 424 CEO/Executive Director
## 425 CEO/Executive Director
## 426 CEO/Executive Director
## 427 CEO/Executive Director
## 428 CEO/Executive Director
## 429 CEO/Executive Director
## 430 CEO/Executive Director
## 431 CEO/Executive Director
## 432 CEO/Executive Director
## 433 CEO/Executive Director
## 434 CEO/Executive Director
## 435 CEO/Executive Director
## 436 CEO/Executive Director
## 437 CEO/Executive Director
## 438 CEO/Executive Director
## 439 CEO/Executive Director
## 440 CEO/Executive Director
## 441 CEO/Executive Director
## 442 CEO/Executive Director
## 443 CEO/Executive Director
## 444 CEO/Executive Director
## 445 CEO/Executive Director
## 446 CEO/Executive Director
## 447 CEO/Executive Director
## 448 CEO/Executive Director
## 449 CEO/Executive Director
## 450 CEO/Executive Director
## 451 CEO/Executive Director
## 452 CEO/Executive Director
## 453 Executive Director
## 454 Executive Director
## 455 Executive Director
## 456 Executive Director
## 457 Executive Director
## 458 Executive Director
## 459 Executive Director
## 460 Executive Director
## 461 Executive Director
## 462 Executive Director
## 463 Executive Director
## 464 Executive Director
## 465 Executive Director
## 466 Executive Director
## 467 Executive Director
## 468 Executive Director
## 469 Executive Director
## 470 Executive Director
## 471 Executive Director
## 472 Executive Director
## 473 Executive Director
## 474 Executive Director
## 475 Executive Director
## 476 Executive Director
## 477 Executive Director
## 478 Executive Director
## 479 Executive Director
## 480 Executive Director
## 481 Executive Director
## 482 Executive Director
## 483 Executive Director
## 484 Executive Director
## 485 Executive Director
## 486 Executive Director
## 487 Executive Director
## 488 Executive Director
## 489 Executive Director
## 490 Executive Director
## 491 Executive Director
## 492 Executive Director
## 493 Executive Director
## 494 Executive Director
## 495 Executive Director
## 496 Executive Director
## 497 Executive Director
## 498 Director of Community Impact & Engagement
## 499 Director of Community Impact & Engagement
## 500 Director of Community Impact & Engagement
## 501 Director of Community Impact & Engagement
## 502 Director of Community Impact & Engagement
## 503 Director of Community Impact & Engagement
## 504 Director of Community Impact & Engagement
## 505 Director of Community Impact & Engagement
## 506 Director of Community Impact & Engagement
## 507 Director of Community Impact & Engagement
## 508 Director of Community Impact & Engagement
## 509 Director of Community Impact & Engagement
## 510 Director of Community Impact & Engagement
## 511 Director of Community Impact & Engagement
## 512 Director of Community Impact & Engagement
## 513 Director of Community Impact & Engagement
## 514 Director of Community Impact & Engagement
## 515 Director of Community Impact & Engagement
## 516 Director of Community Impact & Engagement
## 517 Director of Community Impact & Engagement
## 518 Director of Community Impact & Engagement
## 519 Director of Community Impact & Engagement
## 520 Director of Community Impact & Engagement
## 521 Director of Community Impact & Engagement
## 522 Director of Community Impact & Engagement
## 523 Director of Community Impact & Engagement
## 524 Director of Community Impact & Engagement
## 525 Director of Community Impact & Engagement
## 526 Director of Community Impact & Engagement
## 527 Director of Community Impact & Engagement
## 528 Director of Community Impact & Engagement
## 529 Director of Community Impact & Engagement
## 530 Director of Community Impact & Engagement
## 531 Director of Community Impact & Engagement
## 532 Director of Community Impact & Engagement
## 533 Director of Community Impact & Engagement
## 534 Director of Community Impact & Engagement
## 535 Director of Community Impact & Engagement
## 536 Director of Community Impact & Engagement
## 537 Director of Community Impact & Engagement
## 538 Director of Community Impact & Engagement
## 539 Director of Community Impact & Engagement
## 540 Director of Community Impact & Engagement
## 541 Director of Community Impact & Engagement
## 542 Principal
## 543 Principal
## 544 Principal
## 545 Principal
## 546 Principal
## 547 Principal
## 548 Principal
## 549 Principal
## 550 Principal
## 551 Principal
## 552 Principal
## 553 Principal
## 554 Principal
## 555 Principal
## 556 Principal
## 557 Principal
## 558 Principal
## 559 Principal
## 560 Principal
## 561 Principal
## 562 Principal
## 563 Principal
## 564 Principal
## 565 Principal
## 566 Principal
## 567 Principal
## 568 Principal
## 569 Principal
## 570 Principal
## 571 Principal
## 572 Principal
## 573 Principal
## 574 Principal
## 575 Principal
## 576 Principal
## 577 Principal
## 578 Principal
## 579 Principal
## 580 Principal
## 581 Principal
## 582 Principal
## 583 Principal
## 584 Principal
## 585 Principal
## 586 Principal
## 587 Principal
## 588 Principal
## 589 Principal
## 590 Principal
## 591 Principal
## 592 Principal
## 593 Principal
## 594 Principal
## 595 Principal
## 596 Principal
## 597 Principal
## 598 Principal
## 599 Principal
## 600 Principal
## 601 Principal
## 602 Principal
## 603 Principal
## 604 Principal
## 605 Principal
## 606 Principal
## 607 Principal
## 608 Principal
## 609 Principal
## 610 Principal
## 611 Principal
## 612 Principal
## 613 Principal
## 614 Principal
## 615 Principal
## 616 Principal
## 617 Principal
## 618 Principal
## 619 Principal
## 620 Principal
## 621 Principal
## 622 Principal
## 623 Principal
## 624 Principal
## 625 Principal
## 626 Principal
## 627 Principal
## 628 Principal
## 629 Principal
## 630 Principal
## 631 Principal
## 632 Principal
## 633 Principal
## 634 Principal
## 635 Principal
## 636 Principal
## 637 Founder and CEO
## 638 Founder and CEO
## 639 Founder and CEO
## 640 Founder and CEO
## 641 Founder and CEO
## 642 Founder and CEO
## 643 Founder and CEO
## 644 Founder and CEO
## 645 Founder and CEO
## 646 Founder and CEO
## 647 Founder and CEO
## 648 Founder and CEO
## 649 Founder and CEO
## 650 Founder and CEO
## 651 Founder and CEO
## 652 Founder and CEO
## 653 Founder and CEO
## 654 School Principal
## 655 School Principal
## 656 School Principal
## 657 School Principal
## 658 School Principal
## 659 School Principal
## 660 School Principal
## 661 School Principal
## 662 School Principal
## 663 School Principal
## 664 School Principal
## 665 School Principal
## 666 School Principal
## 667 School Principal
## 668 School Principal
## 669 School Principal
## 670 School Principal
## 671 School Principal
## 672 School Principal
## 673 School Principal
## 674 School Principal
## 675 School Principal
## 676 School Principal
## 677 School Principal
## 678 School Principal
## 679 School Principal
## 680 School Principal
## 681 School Principal
## 682 School Principal
## 683 School Principal
## 684 School Principal
## 685 School Principal
## 686 School Principal
## 687 School Principal
## 688 School Principal
## 689 School Principal
## 690 School Principal
## 691 School Principal
## 692 School Principal
## 693 School Principal
## 694 School Principal
## 695 School Principal
## 696 School Principal
## 697 School Principal
## 698 School Principal
## 699 School Principal
## 700 School Principal
## 701 School Principal
## 702 School Principal
## 703 School Principal
## 704 School Principal
## 705 School Principal
## 706 School Principal
## 707 School Principal
## 708 School Principal
## 709 School Principal
## 710 School Principal
## 711 School Principal
## 712 Principal
## 713 Principal
## 714 Principal
## 715 Principal
## 716 Principal
## 717 Principal
## 718 Principal
## 719 Principal
## 720 Principal
## 721 Principal
## 722 Principal
## 723 Principal
## 724 Principal
## 725 Principal
## 726 Principal
## 727 Principal
## 728 Principal
## 729 Principal
## 730 Principal
## 731 Principal
## 732 Principal
## 733 Principal
## 734 Principal
## 735 Principal
## 736 Principal
## 737 Principal
## 738 Principal
## 739 Principal
## 740 Principal
## 741 Principal
## 742 Principal
## 743 Principal
## 744 Principal
## 745 Principal
## 746 Principal
## 747 Principal
## 748 Principal
## 749 Principal
## 750 Principal
## 751 Principal
## 752 Principal
## 753 Principal
## 754 Principal
## 755 Principal
## 756 Principal
## 757 Principal
## 758 Principal
## 759 Principal
## 760 Principal
## 761 Principal
## 762 Principal
## 763 Principal
## 764 Principal
## 765 Principal
## 766 Principal
## 767 Principal
## 768 Principal
## 769 Principal
## 770 Principal
## 771 Principal
## 772 Principal
## 773 Principal
## 774 Principal
## 775 Principal
## 776 Principal
## 777 Executive Director
## 778 Executive Director
## 779 Executive Director
## 780 Executive Director
## 781 Executive Director
## 782 Executive Director
## 783 Executive Director
## 784 Executive Director
## 785 Executive Director
## 786 Executive Director
## 787 Executive Director
## 788 Executive Director
## 789 Executive Director
## 790 Executive Director
## 791 Executive Director
## 792 Executive Director
## 793 Executive Director
## 794 Executive Director
## 795 Executive Director
## 796 Executive Director
## 797 Executive Director
## 798 Executive Director
## 799 Executive Director
## 800 Executive Director
## 801 Executive Director
## 802 Executive Director
## 803 Executive Director
## 804 Executive Director
## 805 Executive Director
## 806 Executive Director
## 807 Executive Director
## 808 Executive Director
## 809 Executive Director
## 810 Executive Director
## 811 Executive Director
## 812 Executive Director
## 813 Executive Director
## 814 Executive Director
## 815 Executive Director
## 816 Executive Director
## 817 Executive Director
## 818 Executive Director
## 819 Executive Director
## 820 Executive Director
## 821 Executive Director
## 822 Executive Director
## 823 Executive Director
## 824 Principal
## 825 Principal
## 826 Principal
## 827 Principal
## 828 Principal
## 829 Principal
## 830 Principal
## 831 Principal
## 832 Principal
## 833 Principal
## 834 Principal
## 835 Principal
## 836 Principal
## 837 Principal
## 838 Principal
## 839 Principal
## 840 Principal
## 841 Principal
## 842 Principal
## 843 Principal
## 844 Principal
## 845 Principal
## 846 Principal
## 847 Principal
## 848 Principal
## 849 Principal
## 850 Principal
## 851 Principal
## 852 Principal
## 853 Principal
## 854 Principal
## 855 Principal
## 856 Principal
## 857 Principal
## 858 Principal
## 859 Principal
## 860 Principal
## 861 Principal
## 862 Principal
## 863 Principal
## 864 Principal
## 865 Principal
## 866 Principal
## 867 Principal
## 868 Principal
## 869 Principal
## 870 Principal
## 871 Principal
## 872 Principal
## 873 Principal
## 874 Principal
## 875 Principal
## 876 Principal
## 877 Principal
## 878 Principal
## 879 Principal
## 880 Principal
## 881 Principal
## 882 Principal
## 883 Principal
## 884 Principal
## 885 Principal
## 886 Principal
## 887 Principal
## 888 Principal
## 889 Principal
## 890 Principal
## 891 Principal
## 892 Principal
## 893 Principal
## 894 Principal
## 895 Principal
## 896 Principal
## 897 Principal
## 898 Principal
## 899 Principal
## 900 Principal
## 901 Principal
## 902 Principal
## 903 Principal
## 904 Principal
## 905 Principal
## 906 Principal
## 907 Principal
## 908 Principal
## 909 Principal
## 910 Principal
## 911 Principal
## 912 Principal
## 913 Principal
## 914 Principal
## 915 Principal
## 916 Principal
## 917 Principal
## 918 Principal
## 919 Principal
## 920 Principal
## 921 Principal
## 922 Principal
## 923 Principal
## 924 Principal
## 925 Principal
## 926 Principal
## 927 Principal
## 928 Principal
## 929 Principal
## 930 Principal
## 931 Principal
## 932 Principal
## 933 Principal
## 934 Principal
## 935 Principal
## 936 Principal
## 937 Principal
## 938 Principal
## 939 Principal
## 940 Principal
## 941 Principal
## 942 Principal
## 943 Principal
## 944 Principal
## 945 Principal
## 946 Principal
## 947 Principal
## 948 Principal
## 949 Principal
## 950 Principal
## 951 Principal
## 952 Principal
## 953 Principal
## 954 Principal
## 955 Principal
## 956 Principal
## 957 Principal
## 958 Principal
## 959 Principal
## 960 Principal
## 961 Principal
## 962 Principal
## 963 Principal
## 964 Principal
## 965 Principal
## 966 Principal
## 967 Principal
## 968 Principal
## 969 Principal
## 970 Principal
## 971 Principal
## 972 Principal
## 973 Lead Collaborator
## 974 Lead Collaborator
## 975 Lead Collaborator
## 976 Lead Collaborator
## 977 Lead Collaborator
## 978 Lead Collaborator
## 979 Lead Collaborator
## 980 Lead Collaborator
## 981 Lead Collaborator
## 982 Lead Collaborator
## 983 Lead Collaborator
## 984 Lead Collaborator
## 985 Lead Collaborator
## 986 Lead Collaborator
## 987 Lead Collaborator
## 988 Lead Collaborator
## 989 Lead Collaborator
## 990 Lead Collaborator
## 991 Lead Collaborator
## 992 Lead Collaborator
## 993 Lead Collaborator
## 994 Lead Collaborator
## 995 Lead Collaborator
## 996 Lead Collaborator
## 997 Lead Collaborator
## 998 Lead Collaborator
## 999 Lead Collaborator
## 1000 Lead Collaborator
## 1001 Lead Collaborator
## 1002 Lead Collaborator
## 1003 Lead Collaborator
## 1004 Lead Collaborator
## 1005 Lead Collaborator
## 1006 Lead Collaborator
## 1007 Lead Collaborator
## 1008 Lead Collaborator
## 1009 Lead Collaborator
## 1010 Lead Collaborator
## 1011 Lead Collaborator
## 1012 Lead Collaborator
## 1013 Lead Collaborator
## 1014 Lead Collaborator
## 1015 Lead Collaborator
## 1016 Lead Collaborator
## 1017 Lead Collaborator
## 1018 Lead Collaborator
## 1019 Lead Collaborator
## 1020 Lead Collaborator
## 1021 Lead Collaborator
## 1022 Lead Collaborator
## 1023 Lead Collaborator
## 1024 Lead Collaborator
## 1025 Lead Collaborator
## 1026 Lead Collaborator
## 1027 Lead Collaborator
## 1028 Lead Collaborator
## 1029 Lead Collaborator
## 1030 Lead Collaborator
## 1031 Lead Collaborator
## 1032 Lead Collaborator
## 1033 Founder and Executive Director
## 1034 Founder and Executive Director
## 1035 Founder and Executive Director
## 1036 Founder and Executive Director
## 1037 Founder and Executive Director
## 1038 Founder and Executive Director
## 1039 Founder and Executive Director
## 1040 Founder and Executive Director
## 1041 Founder and Executive Director
## 1042 Founder and Executive Director
## 1043 Founder and Executive Director
## 1044 Founder and Executive Director
## 1045 Founder and Executive Director
## 1046 Founder and Executive Director
## 1047 Founder and Executive Director
## 1048 Founder and Executive Director
## 1049 Founder and Executive Director
## 1050 Founder and Executive Director
## 1051 Founder and Executive Director
## 1052 Founder and Executive Director
## 1053 Founder and Executive Director
## 1054 Founder and Executive Director
## 1055 Founder and Executive Director
## 1056 Founder and Executive Director
## 1057 Founder and Executive Director
## 1058 Founder and Executive Director
## 1059 Founder and Executive Director
## 1060 Founder and Executive Director
## 1061 Founder and Executive Director
## 1062 Founder and Executive Director
## 1063 Founder and Executive Director
## 1064 Founder and Executive Director
## 1065 Founder and Executive Director
## 1066 Founder and Executive Director
## 1067 Founder and Executive Director
## 1068 Founder and Executive Director
## 1069 Founder and Executive Director
## 1070 Founder and Executive Director
## 1071 Founder and Executive Director
## 1072 Founder and Executive Director
## 1073 Founder and Executive Director
## 1074 Founder and Executive Director
## 1075 Founder and Executive Director
## 1076 Principal
## 1077 Principal
## 1078 Principal
## 1079 Principal
## 1080 Principal
## 1081 Principal
## 1082 Principal
## 1083 Principal
## 1084 Principal
## 1085 Principal
## 1086 Principal
## 1087 Principal
## 1088 Principal
## 1089 Principal
## 1090 Principal
## 1091 Principal
## 1092 Principal
## 1093 Principal
## 1094 Principal
## 1095 Principal
## 1096 Principal
## 1097 Principal
## 1098 Principal
## 1099 Principal
## 1100 Principal
## 1101 Principal
## 1102 Principal
## 1103 Principal
## 1104 Principal
## 1105 Principal
## 1106 Principal
## 1107 Principal
## 1108 Principal
## 1109 Principal
## 1110 Principal
## 1111 Principal
## 1112 Principal
## 1113 Principal
## 1114 Principal
## 1115 Principal
## 1116 Principal
## 1117 Principal
## 1118 Principal
## 1119 Principal
## 1120 Principal
## 1121 Principal
## 1122 Principal
## 1123 Principal
## 1124 Principal
## 1125 Principal
## 1126 Principal
## 1127 Principal
## 1128 Principal
## 1129 Principal
## 1130 Principal
## 1131 Principal
## 1132 Principal
## 1133 Principal
## 1134 Principal
## 1135 Principal
## 1136 Principal
## 1137 Principal
## 1138 Principal
## 1139 Principal
## 1140 Principal
## 1141 Principal
## 1142 Principal
## 1143 Principal
## 1144 Principal
## 1145 Principal
## 1146 Principal
## 1147 Principal
## 1148 Principal
## 1149 Principal
## 1150 Principal
## 1151 Principal
## 1152 Principal
## 1153 Principal
## 1154 Principal
## 1155 Principal
## 1156 Principal
## 1157 Principal
## 1158 Principal
## 1159 Principal
## 1160 Principal
## 1161 Principal
## 1162 Principal
## 1163 Principal
## 1164 Principal
## 1165 Principal
## 1166 Principal
## 1167 Principal
## 1168 Principal
## 1169 Principal
## 1170 Principal
## 1171 Executive Director
## 1172 Executive Director
## 1173 Executive Director
## 1174 Executive Director
## 1175 Executive Director
## 1176 Executive Director
## 1177 Executive Director
## 1178 Executive Director
## 1179 Executive Director
## 1180 Executive Director
## 1181 Executive Director
## 1182 Executive Director
## 1183 Executive Director
## 1184 Executive Director
## 1185 Executive Director
## 1186 Executive Director
## 1187 Executive Director
## 1188 Executive Director
## 1189 Executive Director
## 1190 Executive Director
## 1191 Executive Director
## 1192 Executive Director
## 1193 Executive Director
## 1194 Executive Director
## 1195 Executive Director
## 1196 Executive Director
## 1197 Executive Director
## 1198 Executive Director
## 1199 Executive Director
## 1200 Executive Director
## 1201 Executive Director
## 1202 Executive Director
## 1203 Executive Director
## 1204 Executive Director
## 1205 Executive Director
## 1206 Executive Director
## 1207 Executive Director
## 1208 Executive Director
## 1209 Executive Director
## 1210 Executive Director
## 1211 Executive Director
## 1212 Executive Director
## 1213 Executive Director
## 1214 Executive Director
## 1215 Executive Director
## 1216 Executive Director
## 1217 Executive Director
## 1218 Executive Director
## 1219 Executive Director
## 1220 Executive Director
## 1221 Head of School
## 1222 Head of School
## 1223 Head of School
## 1224 Head of School
## 1225 Head of School
## 1226 Head of School
## 1227 Head of School
## 1228 Head of School
## 1229 Head of School
## 1230 Head of School
## 1231 Head of School
## 1232 Head of School
## 1233 Head of School
## 1234 Head of School
## 1235 Head of School
## 1236 Head of School
## 1237 Head of School
## 1238 Head of School
## 1239 Head of School
## 1240 Head of School
## 1241 Head of School
## 1242 Head of School
## 1243 Head of School
## 1244 Head of School
## 1245 Head of School
## 1246 Head of School
## 1247 Head of School
## 1248 Head of School
## 1249 Head of School
## 1250 Head of School
## 1251 Head of School
## 1252 Head of School
## 1253 Head of School
## 1254 Head of School
## 1255 Head of School
## 1256 Head of School
## 1257 Head of School
## 1258 Head of School
## 1259 Head of School
## 1260 Head of School
## 1261 Head of School
## 1262 Head of School
## 1263 Head of School
## 1264 Head of School
## 1265 Head of School
## 1266 Head of School
## 1267 Head of School
## 1268 Head of School
## 1269 Head of School
## 1270 Head of School
## 1271 Head of School
## 1272 Head of School
## 1273 Principal
## 1274 Principal
## 1275 Principal
## 1276 Principal
## 1277 Principal
## 1278 Principal
## 1279 Principal
## 1280 Principal
## 1281 Principal
## 1282 Principal
## 1283 Principal
## 1284 Principal
## 1285 Principal
## 1286 Principal
## 1287 Principal
## 1288 Principal
## 1289 Principal
## 1290 Principal
## 1291 Principal
## 1292 Principal
## 1293 Principal
## 1294 Principal
## 1295 Principal
## 1296 Principal
## 1297 Principal
## 1298 Principal
## 1299 Principal
## 1300 Principal
## 1301 Principal
## 1302 Principal
## 1303 Principal
## 1304 Principal
## 1305 Principal
## 1306 Executive Director
## 1307 Executive Director
## 1308 Executive Director
## 1309 Executive Director
## 1310 Executive Director
## 1311 Executive Director
## 1312 Executive Director
## 1313 Executive Director
## 1314 Executive Director
## 1315 Executive Director
## 1316 Executive Director
## 1317 Executive Director
## 1318 Executive Director
## 1319 Executive Director
## 1320 Executive Director
## 1321 Executive Director
## 1322 Executive Director
## 1323 Executive Director
## 1324 Executive Director
## 1325 Executive Director
## 1326 Executive Director
## 1327 Executive Director
## 1328 Executive Director
## 1329 Executive Director
## 1330 Executive Director
## 1331 Executive Director
## 1332 Executive Director
## 1333 Executive Director
## 1334 Executive Director
## 1335 Executive Director
## 1336 Executive Director
## 1337 Executive Director
## 1338 Executive Director
## 1339 Executive Director
## 1340 Executive Director
## 1341 Executive Director
## 1342 Executive Director
## 1343 Executive Director
## 1344 Executive Director
## 1345 Executive Director
## 1346 Executive Director
## 1347 Executive Director
## 1348 Executive Director
## 1349 Executive Director
## 1350 Executive Director
## 1351 Executive Director
## 1352 Executive Director
## 1353 Executive Director
## 1354 Executive Director
## 1355 Executive Director
## 1356 Executive Director
## 1357 Executive Director
## 1358 Executive Director
## 1359 Executive Director
## 1360 Executive Director
## 1361 Co-CEO
## 1362 Co-CEO
## 1363 Co-CEO
## 1364 Co-CEO
## 1365 Co-CEO
## 1366 Co-CEO
## 1367 Co-CEO
## 1368 Co-CEO
## 1369 Co-CEO
## 1370 Co-CEO
## 1371 Co-CEO
## 1372 Co-CEO
## 1373 Co-CEO
## 1374 Co-CEO
## 1375 Co-CEO
## 1376 Co-CEO
## 1377 Co-CEO
## 1378 Co-CEO
## 1379 Co-CEO
## 1380 Co-CEO
## 1381 Co-CEO
## 1382 Co-CEO
## 1383 Co-CEO
## 1384 Co-CEO
## 1385 Co-CEO
## 1386 Co-CEO
## 1387 Co-CEO
## 1388 Co-CEO
## 1389 Co-CEO
## 1390 Co-CEO
## 1391 Co-CEO
## 1392 Co-CEO
## 1393 Co-CEO
## 1394 Co-CEO
## 1395 Co-CEO
## 1396 Co-CEO
## 1397 Co-CEO
## 1398 Co-CEO
## 1399 Co-CEO
## 1400 Principal
## 1401 Principal
## 1402 Principal
## 1403 Principal
## 1404 Principal
## 1405 Principal
## 1406 Principal
## 1407 Principal
## 1408 Principal
## 1409 Principal
## 1410 Principal
## 1411 Principal
## 1412 Principal
## 1413 Principal
## 1414 Principal
## 1415 Principal
## 1416 Principal
## 1417 Principal
## 1418 Principal
## 1419 Principal
## 1420 Principal
## 1421 Principal
## 1422 Principal
## 1423 Principal
## 1424 Principal
## 1425 Principal
## 1426 Principal
## 1427 Principal
## 1428 Principal
## 1429 Principal
## 1430 Principal
## 1431 Principal
## 1432 Principal
## 1433 Principal
## 1434 Principal
## 1435 Principal
## 1436 Principal
## 1437 Principal
## 1438 Principal
## 1439 School Leader
## 1440 School Leader
## 1441 School Leader
## 1442 School Leader
## 1443 School Leader
## 1444 School Leader
## 1445 School Leader
## 1446 School Leader
## 1447 School Leader
## 1448 School Leader
## 1449 School Leader
## 1450 School Leader
## 1451 School Leader
## 1452 School Leader
## 1453 School Leader
## 1454 School Leader
## 1455 School Leader
## 1456 School Leader
## 1457 School Leader
## 1458 School Leader
## 1459 School Leader
## 1460 School Leader
## 1461 School Leader
## 1462 School Leader
## 1463 School Leader
## 1464 School Leader
## 1465 School Leader
## 1466 School Leader
## 1467 School Leader
## 1468 School Leader
## 1469 School Leader
## 1470 Founder & CEO
## public_contact_email grades_prek grades_elementary
## 1 whitney.nichols@thirdfuture.org 0 1
## 2 whitney.nichols@thirdfuture.org 0 1
## 3 whitney.nichols@thirdfuture.org 0 1
## 4 whitney.nichols@thirdfuture.org 0 1
## 5 whitney.nichols@thirdfuture.org 0 1
## 6 whitney.nichols@thirdfuture.org 0 1
## 7 whitney.nichols@thirdfuture.org 0 1
## 8 whitney.nichols@thirdfuture.org 0 1
## 9 whitney.nichols@thirdfuture.org 0 1
## 10 whitney.nichols@thirdfuture.org 0 1
## 11 whitney.nichols@thirdfuture.org 0 1
## 12 whitney.nichols@thirdfuture.org 0 1
## 13 whitney.nichols@thirdfuture.org 0 1
## 14 whitney.nichols@thirdfuture.org 0 1
## 15 whitney.nichols@thirdfuture.org 0 1
## 16 whitney.nichols@thirdfuture.org 0 1
## 17 whitney.nichols@thirdfuture.org 0 1
## 18 whitney.nichols@thirdfuture.org 0 1
## 19 whitney.nichols@thirdfuture.org 0 1
## 20 whitney.nichols@thirdfuture.org 0 1
## 21 whitney.nichols@thirdfuture.org 0 1
## 22 ktenkely@anastasisacademy.us 0 1
## 23 ktenkely@anastasisacademy.us 0 1
## 24 ktenkely@anastasisacademy.us 0 1
## 25 ktenkely@anastasisacademy.us 0 1
## 26 ktenkely@anastasisacademy.us 0 1
## 27 ktenkely@anastasisacademy.us 0 1
## 28 ktenkely@anastasisacademy.us 0 1
## 29 ktenkely@anastasisacademy.us 0 1
## 30 ktenkely@anastasisacademy.us 0 1
## 31 ktenkely@anastasisacademy.us 0 1
## 32 ktenkely@anastasisacademy.us 0 1
## 33 ktenkely@anastasisacademy.us 0 1
## 34 ktenkely@anastasisacademy.us 0 1
## 35 ktenkely@anastasisacademy.us 0 1
## 36 ktenkely@anastasisacademy.us 0 1
## 37 ktenkely@anastasisacademy.us 0 1
## 38 ktenkely@anastasisacademy.us 0 1
## 39 ktenkely@anastasisacademy.us 0 1
## 40 ktenkely@anastasisacademy.us 0 1
## 41 ktenkely@anastasisacademy.us 0 1
## 42 ktenkely@anastasisacademy.us 0 1
## 43 ktenkely@anastasisacademy.us 0 1
## 44 ktenkely@anastasisacademy.us 0 1
## 45 ktenkely@anastasisacademy.us 0 1
## 46 ktenkely@anastasisacademy.us 0 1
## 47 ktenkely@anastasisacademy.us 0 1
## 48 ktenkely@anastasisacademy.us 0 1
## 49 ktenkely@anastasisacademy.us 0 1
## 50 ktenkely@anastasisacademy.us 0 1
## 51 ktenkely@anastasisacademy.us 0 1
## 52 ktenkely@anastasisacademy.us 0 1
## 53 ktenkely@anastasisacademy.us 0 1
## 54 ktenkely@anastasisacademy.us 0 1
## 55 ktenkely@anastasisacademy.us 0 1
## 56 ktenkely@anastasisacademy.us 0 1
## 57 ktenkely@anastasisacademy.us 0 1
## 58 ktenkely@anastasisacademy.us 0 1
## 59 ktenkely@anastasisacademy.us 0 1
## 60 ktenkely@anastasisacademy.us 0 1
## 61 ktenkely@anastasisacademy.us 0 1
## 62 ktenkely@anastasisacademy.us 0 1
## 63 ktenkely@anastasisacademy.us 0 1
## 64 ktenkely@anastasisacademy.us 0 1
## 65 ktenkely@anastasisacademy.us 0 1
## 66 ktenkely@anastasisacademy.us 0 1
## 67 ktenkely@anastasisacademy.us 0 1
## 68 ktenkely@anastasisacademy.us 0 1
## 69 ktenkely@anastasisacademy.us 0 1
## 70 ktenkely@anastasisacademy.us 0 1
## 71 ktenkely@anastasisacademy.us 0 1
## 72 ktenkely@anastasisacademy.us 0 1
## 73 ktenkely@anastasisacademy.us 0 1
## 74 ktenkely@anastasisacademy.us 0 1
## 75 ktenkely@anastasisacademy.us 0 1
## 76 ktenkely@anastasisacademy.us 0 1
## 77 ktenkely@anastasisacademy.us 0 1
## 78 ktenkely@anastasisacademy.us 0 1
## 79 ktenkely@anastasisacademy.us 0 1
## 80 ktenkely@anastasisacademy.us 0 1
## 81 ktenkely@anastasisacademy.us 0 1
## 82 cassandra.henderson@ppsd.org 1 1
## 83 cassandra.henderson@ppsd.org 1 1
## 84 cassandra.henderson@ppsd.org 1 1
## 85 cassandra.henderson@ppsd.org 1 1
## 86 cassandra.henderson@ppsd.org 1 1
## 87 cassandra.henderson@ppsd.org 1 1
## 88 cassandra.henderson@ppsd.org 1 1
## 89 cassandra.henderson@ppsd.org 1 1
## 90 cassandra.henderson@ppsd.org 1 1
## 91 cassandra.henderson@ppsd.org 1 1
## 92 cassandra.henderson@ppsd.org 1 1
## 93 cassandra.henderson@ppsd.org 1 1
## 94 cassandra.henderson@ppsd.org 1 1
## 95 cassandra.henderson@ppsd.org 1 1
## 96 cassandra.henderson@ppsd.org 1 1
## 97 cassandra.henderson@ppsd.org 1 1
## 98 cassandra.henderson@ppsd.org 1 1
## 99 cassandra.henderson@ppsd.org 1 1
## 100 cassandra.henderson@ppsd.org 1 1
## 101 cassandra.henderson@ppsd.org 1 1
## 102 cassandra.henderson@ppsd.org 1 1
## 103 cassandra.henderson@ppsd.org 1 1
## 104 carrie@avalonschool.org 0 0
## 105 carrie@avalonschool.org 0 0
## 106 carrie@avalonschool.org 0 0
## 107 carrie@avalonschool.org 0 0
## 108 carrie@avalonschool.org 0 0
## 109 carrie@avalonschool.org 0 0
## 110 carrie@avalonschool.org 0 0
## 111 carrie@avalonschool.org 0 0
## 112 carrie@avalonschool.org 0 0
## 113 carrie@avalonschool.org 0 0
## 114 carrie@avalonschool.org 0 0
## 115 carrie@avalonschool.org 0 0
## 116 carrie@avalonschool.org 0 0
## 117 carrie@avalonschool.org 0 0
## 118 carrie@avalonschool.org 0 0
## 119 carrie@avalonschool.org 0 0
## 120 carrie@avalonschool.org 0 0
## 121 carrie@avalonschool.org 0 0
## 122 carrie@avalonschool.org 0 0
## 123 carrie@avalonschool.org 0 0
## 124 carrie@avalonschool.org 0 0
## 125 carrie@avalonschool.org 0 0
## 126 carrie@avalonschool.org 0 0
## 127 carrie@avalonschool.org 0 0
## 128 carrie@avalonschool.org 0 0
## 129 carrie@avalonschool.org 0 0
## 130 carrie@avalonschool.org 0 0
## 131 carrie@avalonschool.org 0 0
## 132 carrie@avalonschool.org 0 0
## 133 carrie@avalonschool.org 0 0
## 134 carrie@avalonschool.org 0 0
## 135 carrie@avalonschool.org 0 0
## 136 carrie@avalonschool.org 0 0
## 137 carrie@avalonschool.org 0 0
## 138 carrie@avalonschool.org 0 0
## 139 carrie@avalonschool.org 0 0
## 140 carrie@avalonschool.org 0 0
## 141 carrie@avalonschool.org 0 0
## 142 carrie@avalonschool.org 0 0
## 143 carrie@avalonschool.org 0 0
## 144 carrie@avalonschool.org 0 0
## 145 carrie@avalonschool.org 0 0
## 146 carrie@avalonschool.org 0 0
## 147 carrie@avalonschool.org 0 0
## 148 carrie@avalonschool.org 0 0
## 149 carrie@avalonschool.org 0 0
## 150 carrie@avalonschool.org 0 0
## 151 carrie@avalonschool.org 0 0
## 152 carrie@avalonschool.org 0 0
## 153 carrie@avalonschool.org 0 0
## 154 carrie@avalonschool.org 0 0
## 155 carrie@avalonschool.org 0 0
## 156 carrie@avalonschool.org 0 0
## 157 carrie@avalonschool.org 0 0
## 158 carrie@avalonschool.org 0 0
## 159 carrie@avalonschool.org 0 0
## 160 carrie@avalonschool.org 0 0
## 161 carrie@avalonschool.org 0 0
## 162 carrie@avalonschool.org 0 0
## 163 carrie@avalonschool.org 0 0
## 164 kcarpenter@blackstoneacademy.org 0 0
## 165 kcarpenter@blackstoneacademy.org 0 0
## 166 kcarpenter@blackstoneacademy.org 0 0
## 167 kcarpenter@blackstoneacademy.org 0 0
## 168 kcarpenter@blackstoneacademy.org 0 0
## 169 kcarpenter@blackstoneacademy.org 0 0
## 170 kcarpenter@blackstoneacademy.org 0 0
## 171 kcarpenter@blackstoneacademy.org 0 0
## 172 kcarpenter@blackstoneacademy.org 0 0
## 173 kcarpenter@blackstoneacademy.org 0 0
## 174 kcarpenter@blackstoneacademy.org 0 0
## 175 kcarpenter@blackstoneacademy.org 0 0
## 176 kcarpenter@blackstoneacademy.org 0 0
## 177 kcarpenter@blackstoneacademy.org 0 0
## 178 kcarpenter@blackstoneacademy.org 0 0
## 179 kcarpenter@blackstoneacademy.org 0 0
## 180 kcarpenter@blackstoneacademy.org 0 0
## 181 kcarpenter@blackstoneacademy.org 0 0
## 182 kcarpenter@blackstoneacademy.org 0 0
## 183 kcarpenter@blackstoneacademy.org 0 0
## 184 kcarpenter@blackstoneacademy.org 0 0
## 185 kcarpenter@blackstoneacademy.org 0 0
## 186 kcarpenter@blackstoneacademy.org 0 0
## 187 kcarpenter@blackstoneacademy.org 0 0
## 188 kcarpenter@blackstoneacademy.org 0 0
## 189 kcarpenter@blackstoneacademy.org 0 0
## 190 kcarpenter@blackstoneacademy.org 0 0
## 191 kcarpenter@blackstoneacademy.org 0 0
## 192 kcarpenter@blackstoneacademy.org 0 0
## 193 kcarpenter@blackstoneacademy.org 0 0
## 194 kcarpenter@blackstoneacademy.org 0 0
## 195 kcarpenter@blackstoneacademy.org 0 0
## 196 kcarpenter@blackstoneacademy.org 0 0
## 197 kcarpenter@blackstoneacademy.org 0 0
## 198 kcarpenter@blackstoneacademy.org 0 0
## 199 kcarpenter@blackstoneacademy.org 0 0
## 200 kcarpenter@blackstoneacademy.org 0 0
## 201 kcarpenter@blackstoneacademy.org 0 0
## 202 kcarpenter@blackstoneacademy.org 0 0
## 203 kcarpenter@blackstoneacademy.org 0 0
## 204 kcarpenter@blackstoneacademy.org 0 0
## 205 kcarpenter@blackstoneacademy.org 0 0
## 206 kcarpenter@blackstoneacademy.org 0 0
## 207 kcarpenter@blackstoneacademy.org 0 0
## 208 kcarpenter@blackstoneacademy.org 0 0
## 209 kcarpenter@blackstoneacademy.org 0 0
## 210 kcarpenter@blackstoneacademy.org 0 0
## 211 kcarpenter@blackstoneacademy.org 0 0
## 212 kcarpenter@blackstoneacademy.org 0 0
## 213 kcarpenter@blackstoneacademy.org 0 0
## 214 kcarpenter@blackstoneacademy.org 0 0
## 215 kcarpenter@blackstoneacademy.org 0 0
## 216 kcarpenter@blackstoneacademy.org 0 0
## 217 kcarpenter@blackstoneacademy.org 0 0
## 218 kcarpenter@blackstoneacademy.org 0 0
## 219 kcarpenter@blackstoneacademy.org 0 0
## 220 kcarpenter@blackstoneacademy.org 0 0
## 221 kcarpenter@blackstoneacademy.org 0 0
## 222 jkunkel@bostonpublicschools.org 0 0
## 223 jkunkel@bostonpublicschools.org 0 0
## 224 jkunkel@bostonpublicschools.org 0 0
## 225 jkunkel@bostonpublicschools.org 0 0
## 226 jkunkel@bostonpublicschools.org 0 0
## 227 jkunkel@bostonpublicschools.org 0 0
## 228 jkunkel@bostonpublicschools.org 0 0
## 229 jkunkel@bostonpublicschools.org 0 0
## 230 jkunkel@bostonpublicschools.org 0 0
## 231 jkunkel@bostonpublicschools.org 0 0
## 232 jkunkel@bostonpublicschools.org 0 0
## 233 jkunkel@bostonpublicschools.org 0 0
## 234 jkunkel@bostonpublicschools.org 0 0
## 235 jkunkel@bostonpublicschools.org 0 0
## 236 jkunkel@bostonpublicschools.org 0 0
## 237 jkunkel@bostonpublicschools.org 0 0
## 238 jkunkel@bostonpublicschools.org 0 0
## 239 jkunkel@bostonpublicschools.org 0 0
## 240 jkunkel@bostonpublicschools.org 0 0
## 241 jkunkel@bostonpublicschools.org 0 0
## 242 jkunkel@bostonpublicschools.org 0 0
## 243 jkunkel@bostonpublicschools.org 0 0
## 244 jkunkel@bostonpublicschools.org 0 0
## 245 jkunkel@bostonpublicschools.org 0 0
## 246 jkunkel@bostonpublicschools.org 0 0
## 247 jkunkel@bostonpublicschools.org 0 0
## 248 jkunkel@bostonpublicschools.org 0 0
## 249 jkunkel@bostonpublicschools.org 0 0
## 250 jkunkel@bostonpublicschools.org 0 0
## 251 jkunkel@bostonpublicschools.org 0 0
## 252 jkunkel@bostonpublicschools.org 0 0
## 253 jkunkel@bostonpublicschools.org 0 0
## 254 jkunkel@bostonpublicschools.org 0 0
## 255 jkunkel@bostonpublicschools.org 0 0
## 256 jkunkel@bostonpublicschools.org 0 0
## 257 jkunkel@bostonpublicschools.org 0 0
## 258 jkunkel@bostonpublicschools.org 0 0
## 259 jkunkel@bostonpublicschools.org 0 0
## 260 jkunkel@bostonpublicschools.org 0 0
## 261 jkunkel@bostonpublicschools.org 0 0
## 262 jkunkel@bostonpublicschools.org 0 0
## 263 jkunkel@bostonpublicschools.org 0 0
## 264 jkunkel@bostonpublicschools.org 0 0
## 265 jkunkel@bostonpublicschools.org 0 0
## 266 jkunkel@bostonpublicschools.org 0 0
## 267 jkunkel@bostonpublicschools.org 0 0
## 268 jkunkel@bostonpublicschools.org 0 0
## 269 jkunkel@bostonpublicschools.org 0 0
## 270 jkunkel@bostonpublicschools.org 0 0
## 271 jkunkel@bostonpublicschools.org 0 0
## 272 jkunkel@bostonpublicschools.org 0 0
## 273 jkunkel@bostonpublicschools.org 0 0
## 274 jkunkel@bostonpublicschools.org 0 0
## 275 jkunkel@bostonpublicschools.org 0 0
## 276 jkunkel@bostonpublicschools.org 0 0
## 277 jkunkel@bostonpublicschools.org 0 0
## 278 jkunkel@bostonpublicschools.org 0 0
## 279 bill.summers@canoncityschools.org 0 0
## 280 bill.summers@canoncityschools.org 0 0
## 281 bill.summers@canoncityschools.org 0 0
## 282 bill.summers@canoncityschools.org 0 0
## 283 bill.summers@canoncityschools.org 0 0
## 284 bill.summers@canoncityschools.org 0 0
## 285 bill.summers@canoncityschools.org 0 0
## 286 bill.summers@canoncityschools.org 0 0
## 287 bill.summers@canoncityschools.org 0 0
## 288 bill.summers@canoncityschools.org 0 0
## 289 bill.summers@canoncityschools.org 0 0
## 290 bill.summers@canoncityschools.org 0 0
## 291 bill.summers@canoncityschools.org 0 0
## 292 bill.summers@canoncityschools.org 0 0
## 293 bill.summers@canoncityschools.org 0 0
## 294 bill.summers@canoncityschools.org 0 0
## 295 bill.summers@canoncityschools.org 0 0
## 296 bill.summers@canoncityschools.org 0 0
## 297 bill.summers@canoncityschools.org 0 0
## 298 bill.summers@canoncityschools.org 0 0
## 299 bill.summers@canoncityschools.org 0 0
## 300 bill.summers@canoncityschools.org 0 0
## 301 bill.summers@canoncityschools.org 0 0
## 302 bill.summers@canoncityschools.org 0 0
## 303 bill.summers@canoncityschools.org 0 0
## 304 bill.summers@canoncityschools.org 0 0
## 305 bill.summers@canoncityschools.org 0 0
## 306 bill.summers@canoncityschools.org 0 0
## 307 bill.summers@canoncityschools.org 0 0
## 308 bill.summers@canoncityschools.org 0 0
## 309 bill.summers@canoncityschools.org 0 0
## 310 bill.summers@canoncityschools.org 0 0
## 311 bill.summers@canoncityschools.org 0 0
## 312 bill.summers@canoncityschools.org 0 0
## 313 bill.summers@canoncityschools.org 0 0
## 314 bill.summers@canoncityschools.org 0 0
## 315 bill.summers@canoncityschools.org 0 0
## 316 bill.summers@canoncityschools.org 0 0
## 317 bill.summers@canoncityschools.org 0 0
## 318 bill.summers@canoncityschools.org 0 0
## 319 bill.summers@canoncityschools.org 0 0
## 320 bill.summers@canoncityschools.org 0 0
## 321 bill.summers@canoncityschools.org 0 0
## 322 bill.summers@canoncityschools.org 0 0
## 323 bill.summers@canoncityschools.org 0 0
## 324 bill.summers@canoncityschools.org 0 0
## 325 bill.summers@canoncityschools.org 0 0
## 326 bill.summers@canoncityschools.org 0 0
## 327 bill.summers@canoncityschools.org 0 0
## 328 bill.summers@canoncityschools.org 0 0
## 329 bill.summers@canoncityschools.org 0 0
## 330 bill.summers@canoncityschools.org 0 0
## 331 bill.summers@canoncityschools.org 0 0
## 332 bill.summers@canoncityschools.org 0 0
## 333 bill.summers@canoncityschools.org 0 0
## 334 bill.summers@canoncityschools.org 0 0
## 335 bill.summers@canoncityschools.org 0 0
## 336 bill.summers@canoncityschools.org 0 0
## 337 bill.summers@canoncityschools.org 0 0
## 338 bill.summers@canoncityschools.org 0 0
## 339 bill.summers@canoncityschools.org 0 0
## 340 bill.summers@canoncityschools.org 0 0
## 341 piercd@portlandschools.org 0 0
## 342 piercd@portlandschools.org 0 0
## 343 piercd@portlandschools.org 0 0
## 344 piercd@portlandschools.org 0 0
## 345 piercd@portlandschools.org 0 0
## 346 piercd@portlandschools.org 0 0
## 347 piercd@portlandschools.org 0 0
## 348 piercd@portlandschools.org 0 0
## 349 piercd@portlandschools.org 0 0
## 350 piercd@portlandschools.org 0 0
## 351 piercd@portlandschools.org 0 0
## 352 piercd@portlandschools.org 0 0
## 353 piercd@portlandschools.org 0 0
## 354 piercd@portlandschools.org 0 0
## 355 piercd@portlandschools.org 0 0
## 356 piercd@portlandschools.org 0 0
## 357 piercd@portlandschools.org 0 0
## 358 piercd@portlandschools.org 0 0
## 359 piercd@portlandschools.org 0 0
## 360 piercd@portlandschools.org 0 0
## 361 piercd@portlandschools.org 0 0
## 362 piercd@portlandschools.org 0 0
## 363 piercd@portlandschools.org 0 0
## 364 piercd@portlandschools.org 0 0
## 365 piercd@portlandschools.org 0 0
## 366 piercd@portlandschools.org 0 0
## 367 piercd@portlandschools.org 0 0
## 368 piercd@portlandschools.org 0 0
## 369 piercd@portlandschools.org 0 0
## 370 piercd@portlandschools.org 0 0
## 371 piercd@portlandschools.org 0 0
## 372 piercd@portlandschools.org 0 0
## 373 piercd@portlandschools.org 0 0
## 374 piercd@portlandschools.org 0 0
## 375 piercd@portlandschools.org 0 0
## 376 piercd@portlandschools.org 0 0
## 377 piercd@portlandschools.org 0 0
## 378 piercd@portlandschools.org 0 0
## 379 piercd@portlandschools.org 0 0
## 380 piercd@portlandschools.org 0 0
## 381 piercd@portlandschools.org 0 0
## 382 piercd@portlandschools.org 0 0
## 383 piercd@portlandschools.org 0 0
## 384 Mkleger-heine@cwclosangeles.org 0 1
## 385 Mkleger-heine@cwclosangeles.org 0 1
## 386 Mkleger-heine@cwclosangeles.org 0 1
## 387 Mkleger-heine@cwclosangeles.org 0 1
## 388 Mkleger-heine@cwclosangeles.org 0 1
## 389 Mkleger-heine@cwclosangeles.org 0 1
## 390 Mkleger-heine@cwclosangeles.org 0 1
## 391 Mkleger-heine@cwclosangeles.org 0 1
## 392 Mkleger-heine@cwclosangeles.org 0 1
## 393 Mkleger-heine@cwclosangeles.org 0 1
## 394 Mkleger-heine@cwclosangeles.org 0 1
## 395 Mkleger-heine@cwclosangeles.org 0 1
## 396 Mkleger-heine@cwclosangeles.org 0 1
## 397 Mkleger-heine@cwclosangeles.org 0 1
## 398 Mkleger-heine@cwclosangeles.org 0 1
## 399 Mkleger-heine@cwclosangeles.org 0 1
## 400 Mkleger-heine@cwclosangeles.org 0 1
## 401 Mkleger-heine@cwclosangeles.org 0 1
## 402 Mkleger-heine@cwclosangeles.org 0 1
## 403 christie@citygardenschool.org 1 1
## 404 christie@citygardenschool.org 1 1
## 405 christie@citygardenschool.org 1 1
## 406 christie@citygardenschool.org 1 1
## 407 christie@citygardenschool.org 1 1
## 408 christie@citygardenschool.org 1 1
## 409 christie@citygardenschool.org 1 1
## 410 christie@citygardenschool.org 1 1
## 411 christie@citygardenschool.org 1 1
## 412 christie@citygardenschool.org 1 1
## 413 christie@citygardenschool.org 1 1
## 414 christie@citygardenschool.org 1 1
## 415 christie@citygardenschool.org 1 1
## 416 christie@citygardenschool.org 1 1
## 417 christie@citygardenschool.org 1 1
## 418 christie@citygardenschool.org 1 1
## 419 christie@citygardenschool.org 1 1
## 420 christie@citygardenschool.org 1 1
## 421 christie@citygardenschool.org 1 1
## 422 christie@citygardenschool.org 1 1
## 423 christie@citygardenschool.org 1 1
## 424 christie@citygardenschool.org 1 1
## 425 christie@citygardenschool.org 1 1
## 426 christie@citygardenschool.org 1 1
## 427 christie@citygardenschool.org 1 1
## 428 christie@citygardenschool.org 1 1
## 429 christie@citygardenschool.org 1 1
## 430 christie@citygardenschool.org 1 1
## 431 christie@citygardenschool.org 1 1
## 432 christie@citygardenschool.org 1 1
## 433 christie@citygardenschool.org 1 1
## 434 christie@citygardenschool.org 1 1
## 435 christie@citygardenschool.org 1 1
## 436 christie@citygardenschool.org 1 1
## 437 christie@citygardenschool.org 1 1
## 438 christie@citygardenschool.org 1 1
## 439 christie@citygardenschool.org 1 1
## 440 christie@citygardenschool.org 1 1
## 441 christie@citygardenschool.org 1 1
## 442 christie@citygardenschool.org 1 1
## 443 christie@citygardenschool.org 1 1
## 444 christie@citygardenschool.org 1 1
## 445 christie@citygardenschool.org 1 1
## 446 christie@citygardenschool.org 1 1
## 447 christie@citygardenschool.org 1 1
## 448 christie@citygardenschool.org 1 1
## 449 christie@citygardenschool.org 1 1
## 450 christie@citygardenschool.org 1 1
## 451 christie@citygardenschool.org 1 1
## 452 christie@citygardenschool.org 1 1
## 453 kume.goranson@coderva.org 0 0
## 454 kume.goranson@coderva.org 0 0
## 455 kume.goranson@coderva.org 0 0
## 456 kume.goranson@coderva.org 0 0
## 457 kume.goranson@coderva.org 0 0
## 458 kume.goranson@coderva.org 0 0
## 459 kume.goranson@coderva.org 0 0
## 460 kume.goranson@coderva.org 0 0
## 461 kume.goranson@coderva.org 0 0
## 462 kume.goranson@coderva.org 0 0
## 463 kume.goranson@coderva.org 0 0
## 464 kume.goranson@coderva.org 0 0
## 465 kume.goranson@coderva.org 0 0
## 466 kume.goranson@coderva.org 0 0
## 467 kume.goranson@coderva.org 0 0
## 468 kume.goranson@coderva.org 0 0
## 469 kume.goranson@coderva.org 0 0
## 470 kume.goranson@coderva.org 0 0
## 471 kume.goranson@coderva.org 0 0
## 472 kume.goranson@coderva.org 0 0
## 473 kume.goranson@coderva.org 0 0
## 474 kume.goranson@coderva.org 0 0
## 475 kume.goranson@coderva.org 0 0
## 476 kume.goranson@coderva.org 0 0
## 477 kume.goranson@coderva.org 0 0
## 478 kume.goranson@coderva.org 0 0
## 479 kume.goranson@coderva.org 0 0
## 480 kume.goranson@coderva.org 0 0
## 481 kume.goranson@coderva.org 0 0
## 482 kume.goranson@coderva.org 0 0
## 483 kume.goranson@coderva.org 0 0
## 484 kume.goranson@coderva.org 0 0
## 485 kume.goranson@coderva.org 0 0
## 486 kume.goranson@coderva.org 0 0
## 487 kume.goranson@coderva.org 0 0
## 488 kume.goranson@coderva.org 0 0
## 489 kume.goranson@coderva.org 0 0
## 490 kume.goranson@coderva.org 0 0
## 491 kume.goranson@coderva.org 0 0
## 492 kume.goranson@coderva.org 0 0
## 493 kume.goranson@coderva.org 0 0
## 494 kume.goranson@coderva.org 0 0
## 495 kume.goranson@coderva.org 0 0
## 496 kume.goranson@coderva.org 0 0
## 497 kume.goranson@coderva.org 0 0
## 498 jtolman@commongroundct.org 0 0
## 499 jtolman@commongroundct.org 0 0
## 500 jtolman@commongroundct.org 0 0
## 501 jtolman@commongroundct.org 0 0
## 502 jtolman@commongroundct.org 0 0
## 503 jtolman@commongroundct.org 0 0
## 504 jtolman@commongroundct.org 0 0
## 505 jtolman@commongroundct.org 0 0
## 506 jtolman@commongroundct.org 0 0
## 507 jtolman@commongroundct.org 0 0
## 508 jtolman@commongroundct.org 0 0
## 509 jtolman@commongroundct.org 0 0
## 510 jtolman@commongroundct.org 0 0
## 511 jtolman@commongroundct.org 0 0
## 512 jtolman@commongroundct.org 0 0
## 513 jtolman@commongroundct.org 0 0
## 514 jtolman@commongroundct.org 0 0
## 515 jtolman@commongroundct.org 0 0
## 516 jtolman@commongroundct.org 0 0
## 517 jtolman@commongroundct.org 0 0
## 518 jtolman@commongroundct.org 0 0
## 519 jtolman@commongroundct.org 0 0
## 520 jtolman@commongroundct.org 0 0
## 521 jtolman@commongroundct.org 0 0
## 522 jtolman@commongroundct.org 0 0
## 523 jtolman@commongroundct.org 0 0
## 524 jtolman@commongroundct.org 0 0
## 525 jtolman@commongroundct.org 0 0
## 526 jtolman@commongroundct.org 0 0
## 527 jtolman@commongroundct.org 0 0
## 528 jtolman@commongroundct.org 0 0
## 529 jtolman@commongroundct.org 0 0
## 530 jtolman@commongroundct.org 0 0
## 531 jtolman@commongroundct.org 0 0
## 532 jtolman@commongroundct.org 0 0
## 533 jtolman@commongroundct.org 0 0
## 534 jtolman@commongroundct.org 0 0
## 535 jtolman@commongroundct.org 0 0
## 536 jtolman@commongroundct.org 0 0
## 537 jtolman@commongroundct.org 0 0
## 538 jtolman@commongroundct.org 0 0
## 539 jtolman@commongroundct.org 0 0
## 540 jtolman@commongroundct.org 0 0
## 541 jtolman@commongroundct.org 0 0
## 542 sorden.alexa@mycves.org 1 1
## 543 sorden.alexa@mycves.org 1 1
## 544 sorden.alexa@mycves.org 1 1
## 545 sorden.alexa@mycves.org 1 1
## 546 sorden.alexa@mycves.org 1 1
## 547 sorden.alexa@mycves.org 1 1
## 548 sorden.alexa@mycves.org 1 1
## 549 sorden.alexa@mycves.org 1 1
## 550 sorden.alexa@mycves.org 1 1
## 551 sorden.alexa@mycves.org 1 1
## 552 sorden.alexa@mycves.org 1 1
## 553 sorden.alexa@mycves.org 1 1
## 554 sorden.alexa@mycves.org 1 1
## 555 sorden.alexa@mycves.org 1 1
## 556 sorden.alexa@mycves.org 1 1
## 557 sorden.alexa@mycves.org 1 1
## 558 sorden.alexa@mycves.org 1 1
## 559 sorden.alexa@mycves.org 1 1
## 560 sorden.alexa@mycves.org 1 1
## 561 sorden.alexa@mycves.org 1 1
## 562 sorden.alexa@mycves.org 1 1
## 563 sorden.alexa@mycves.org 1 1
## 564 sorden.alexa@mycves.org 1 1
## 565 sorden.alexa@mycves.org 1 1
## 566 sorden.alexa@mycves.org 1 1
## 567 sorden.alexa@mycves.org 1 1
## 568 sorden.alexa@mycves.org 1 1
## 569 sorden.alexa@mycves.org 1 1
## 570 sorden.alexa@mycves.org 1 1
## 571 sorden.alexa@mycves.org 1 1
## 572 sorden.alexa@mycves.org 1 1
## 573 sorden.alexa@mycves.org 1 1
## 574 sorden.alexa@mycves.org 1 1
## 575 sorden.alexa@mycves.org 1 1
## 576 sorden.alexa@mycves.org 1 1
## 577 sorden.alexa@mycves.org 1 1
## 578 sorden.alexa@mycves.org 1 1
## 579 sorden.alexa@mycves.org 1 1
## 580 sorden.alexa@mycves.org 1 1
## 581 sorden.alexa@mycves.org 1 1
## 582 sorden.alexa@mycves.org 1 1
## 583 sorden.alexa@mycves.org 1 1
## 584 sorden.alexa@mycves.org 1 1
## 585 sorden.alexa@mycves.org 1 1
## 586 sorden.alexa@mycves.org 1 1
## 587 sorden.alexa@mycves.org 1 1
## 588 sorden.alexa@mycves.org 1 1
## 589 shensley@k12k.com 0 0
## 590 shensley@k12k.com 0 0
## 591 shensley@k12k.com 0 0
## 592 shensley@k12k.com 0 0
## 593 shensley@k12k.com 0 0
## 594 shensley@k12k.com 0 0
## 595 shensley@k12k.com 0 0
## 596 shensley@k12k.com 0 0
## 597 shensley@k12k.com 0 0
## 598 shensley@k12k.com 0 0
## 599 shensley@k12k.com 0 0
## 600 shensley@k12k.com 0 0
## 601 shensley@k12k.com 0 0
## 602 shensley@k12k.com 0 0
## 603 shensley@k12k.com 0 0
## 604 shensley@k12k.com 0 0
## 605 shensley@k12k.com 0 0
## 606 shensley@k12k.com 0 0
## 607 shensley@k12k.com 0 0
## 608 shensley@k12k.com 0 0
## 609 shensley@k12k.com 0 0
## 610 shensley@k12k.com 0 0
## 611 shensley@k12k.com 0 0
## 612 shensley@k12k.com 0 0
## 613 shensley@k12k.com 0 0
## 614 shensley@k12k.com 0 0
## 615 shensley@k12k.com 0 0
## 616 shensley@k12k.com 0 0
## 617 shensley@k12k.com 0 0
## 618 shensley@k12k.com 0 0
## 619 shensley@k12k.com 0 0
## 620 shensley@k12k.com 0 0
## 621 shensley@k12k.com 0 0
## 622 shensley@k12k.com 0 0
## 623 shensley@k12k.com 0 0
## 624 shensley@k12k.com 0 0
## 625 shensley@k12k.com 0 0
## 626 shensley@k12k.com 0 0
## 627 shensley@k12k.com 0 0
## 628 shensley@k12k.com 0 0
## 629 shensley@k12k.com 0 0
## 630 shensley@k12k.com 0 0
## 631 shensley@k12k.com 0 0
## 632 shensley@k12k.com 0 0
## 633 shensley@k12k.com 0 0
## 634 shensley@k12k.com 0 0
## 635 shensley@k12k.com 0 0
## 636 shensley@k12k.com 0 0
## 637 mashea@digitalpioneersacademy.org 0 0
## 638 mashea@digitalpioneersacademy.org 0 0
## 639 mashea@digitalpioneersacademy.org 0 0
## 640 mashea@digitalpioneersacademy.org 0 0
## 641 mashea@digitalpioneersacademy.org 0 0
## 642 mashea@digitalpioneersacademy.org 0 0
## 643 mashea@digitalpioneersacademy.org 0 0
## 644 mashea@digitalpioneersacademy.org 0 0
## 645 mashea@digitalpioneersacademy.org 0 0
## 646 mashea@digitalpioneersacademy.org 0 0
## 647 mashea@digitalpioneersacademy.org 0 0
## 648 mashea@digitalpioneersacademy.org 0 0
## 649 mashea@digitalpioneersacademy.org 0 0
## 650 mashea@digitalpioneersacademy.org 0 0
## 651 mashea@digitalpioneersacademy.org 0 0
## 652 mashea@digitalpioneersacademy.org 0 0
## 653 mashea@digitalpioneersacademy.org 0 0
## 654 amartinez@usceastcollegeprep.org 0 0
## 655 amartinez@usceastcollegeprep.org 0 0
## 656 amartinez@usceastcollegeprep.org 0 0
## 657 amartinez@usceastcollegeprep.org 0 0
## 658 amartinez@usceastcollegeprep.org 0 0
## 659 amartinez@usceastcollegeprep.org 0 0
## 660 amartinez@usceastcollegeprep.org 0 0
## 661 amartinez@usceastcollegeprep.org 0 0
## 662 amartinez@usceastcollegeprep.org 0 0
## 663 amartinez@usceastcollegeprep.org 0 0
## 664 amartinez@usceastcollegeprep.org 0 0
## 665 amartinez@usceastcollegeprep.org 0 0
## 666 amartinez@usceastcollegeprep.org 0 0
## 667 amartinez@usceastcollegeprep.org 0 0
## 668 amartinez@usceastcollegeprep.org 0 0
## 669 amartinez@usceastcollegeprep.org 0 0
## 670 amartinez@usceastcollegeprep.org 0 0
## 671 amartinez@usceastcollegeprep.org 0 0
## 672 amartinez@usceastcollegeprep.org 0 0
## 673 amartinez@usceastcollegeprep.org 0 0
## 674 amartinez@usceastcollegeprep.org 0 0
## 675 amartinez@usceastcollegeprep.org 0 0
## 676 amartinez@usceastcollegeprep.org 0 0
## 677 amartinez@usceastcollegeprep.org 0 0
## 678 amartinez@usceastcollegeprep.org 0 0
## 679 amartinez@usceastcollegeprep.org 0 0
## 680 amartinez@usceastcollegeprep.org 0 0
## 681 amartinez@usceastcollegeprep.org 0 0
## 682 amartinez@usceastcollegeprep.org 0 0
## 683 amartinez@usceastcollegeprep.org 0 0
## 684 amartinez@usceastcollegeprep.org 0 0
## 685 amartinez@usceastcollegeprep.org 0 0
## 686 amartinez@usceastcollegeprep.org 0 0
## 687 amartinez@usceastcollegeprep.org 0 0
## 688 amartinez@usceastcollegeprep.org 0 0
## 689 amartinez@usceastcollegeprep.org 0 0
## 690 amartinez@usceastcollegeprep.org 0 0
## 691 amartinez@usceastcollegeprep.org 0 0
## 692 amartinez@usceastcollegeprep.org 0 0
## 693 amartinez@usceastcollegeprep.org 0 0
## 694 amartinez@usceastcollegeprep.org 0 0
## 695 amartinez@usceastcollegeprep.org 0 0
## 696 amartinez@usceastcollegeprep.org 0 0
## 697 amartinez@usceastcollegeprep.org 0 0
## 698 amartinez@usceastcollegeprep.org 0 0
## 699 amartinez@usceastcollegeprep.org 0 0
## 700 amartinez@usceastcollegeprep.org 0 0
## 701 amartinez@usceastcollegeprep.org 0 0
## 702 amartinez@usceastcollegeprep.org 0 0
## 703 amartinez@usceastcollegeprep.org 0 0
## 704 amartinez@usceastcollegeprep.org 0 0
## 705 amartinez@usceastcollegeprep.org 0 0
## 706 amartinez@usceastcollegeprep.org 0 0
## 707 amartinez@usceastcollegeprep.org 0 0
## 708 amartinez@usceastcollegeprep.org 0 0
## 709 amartinez@usceastcollegeprep.org 0 0
## 710 amartinez@usceastcollegeprep.org 0 0
## 711 amartinez@usceastcollegeprep.org 0 0
## 712 rderogatis@uschybridhigh.org 0 0
## 713 rderogatis@uschybridhigh.org 0 0
## 714 rderogatis@uschybridhigh.org 0 0
## 715 rderogatis@uschybridhigh.org 0 0
## 716 rderogatis@uschybridhigh.org 0 0
## 717 rderogatis@uschybridhigh.org 0 0
## 718 rderogatis@uschybridhigh.org 0 0
## 719 rderogatis@uschybridhigh.org 0 0
## 720 rderogatis@uschybridhigh.org 0 0
## 721 rderogatis@uschybridhigh.org 0 0
## 722 rderogatis@uschybridhigh.org 0 0
## 723 rderogatis@uschybridhigh.org 0 0
## 724 rderogatis@uschybridhigh.org 0 0
## 725 rderogatis@uschybridhigh.org 0 0
## 726 rderogatis@uschybridhigh.org 0 0
## 727 rderogatis@uschybridhigh.org 0 0
## 728 rderogatis@uschybridhigh.org 0 0
## 729 rderogatis@uschybridhigh.org 0 0
## 730 rderogatis@uschybridhigh.org 0 0
## 731 rderogatis@uschybridhigh.org 0 0
## 732 rderogatis@uschybridhigh.org 0 0
## 733 rderogatis@uschybridhigh.org 0 0
## 734 rderogatis@uschybridhigh.org 0 0
## 735 rderogatis@uschybridhigh.org 0 0
## 736 rderogatis@uschybridhigh.org 0 0
## 737 rderogatis@uschybridhigh.org 0 0
## 738 rderogatis@uschybridhigh.org 0 0
## 739 rderogatis@uschybridhigh.org 0 0
## 740 rderogatis@uschybridhigh.org 0 0
## 741 rderogatis@uschybridhigh.org 0 0
## 742 rderogatis@uschybridhigh.org 0 0
## 743 rderogatis@uschybridhigh.org 0 0
## 744 rderogatis@uschybridhigh.org 0 0
## 745 rderogatis@uschybridhigh.org 0 0
## 746 rderogatis@uschybridhigh.org 0 0
## 747 rderogatis@uschybridhigh.org 0 0
## 748 rderogatis@uschybridhigh.org 0 0
## 749 rderogatis@uschybridhigh.org 0 0
## 750 rderogatis@uschybridhigh.org 0 0
## 751 rderogatis@uschybridhigh.org 0 0
## 752 rderogatis@uschybridhigh.org 0 0
## 753 rderogatis@uschybridhigh.org 0 0
## 754 rderogatis@uschybridhigh.org 0 0
## 755 rderogatis@uschybridhigh.org 0 0
## 756 rderogatis@uschybridhigh.org 0 0
## 757 rderogatis@uschybridhigh.org 0 0
## 758 rderogatis@uschybridhigh.org 0 0
## 759 rderogatis@uschybridhigh.org 0 0
## 760 rderogatis@uschybridhigh.org 0 0
## 761 rderogatis@uschybridhigh.org 0 0
## 762 rderogatis@uschybridhigh.org 0 0
## 763 rderogatis@uschybridhigh.org 0 0
## 764 rderogatis@uschybridhigh.org 0 0
## 765 rderogatis@uschybridhigh.org 0 0
## 766 rderogatis@uschybridhigh.org 0 0
## 767 rderogatis@uschybridhigh.org 0 0
## 768 rderogatis@uschybridhigh.org 0 0
## 769 rderogatis@uschybridhigh.org 0 0
## 770 rderogatis@uschybridhigh.org 0 0
## 771 rderogatis@uschybridhigh.org 0 0
## 772 rderogatis@uschybridhigh.org 0 0
## 773 rderogatis@uschybridhigh.org 0 0
## 774 rderogatis@uschybridhigh.org 0 0
## 775 rderogatis@uschybridhigh.org 0 0
## 776 rderogatis@uschybridhigh.org 0 0
## 777 susan.mertz@evergreenccs.org 0 1
## 778 susan.mertz@evergreenccs.org 0 1
## 779 susan.mertz@evergreenccs.org 0 1
## 780 susan.mertz@evergreenccs.org 0 1
## 781 susan.mertz@evergreenccs.org 0 1
## 782 susan.mertz@evergreenccs.org 0 1
## 783 susan.mertz@evergreenccs.org 0 1
## 784 susan.mertz@evergreenccs.org 0 1
## 785 susan.mertz@evergreenccs.org 0 1
## 786 susan.mertz@evergreenccs.org 0 1
## 787 susan.mertz@evergreenccs.org 0 1
## 788 susan.mertz@evergreenccs.org 0 1
## 789 susan.mertz@evergreenccs.org 0 1
## 790 susan.mertz@evergreenccs.org 0 1
## 791 susan.mertz@evergreenccs.org 0 1
## 792 susan.mertz@evergreenccs.org 0 1
## 793 susan.mertz@evergreenccs.org 0 1
## 794 susan.mertz@evergreenccs.org 0 1
## 795 susan.mertz@evergreenccs.org 0 1
## 796 susan.mertz@evergreenccs.org 0 1
## 797 susan.mertz@evergreenccs.org 0 1
## 798 susan.mertz@evergreenccs.org 0 1
## 799 susan.mertz@evergreenccs.org 0 1
## 800 susan.mertz@evergreenccs.org 0 1
## 801 susan.mertz@evergreenccs.org 0 1
## 802 susan.mertz@evergreenccs.org 0 1
## 803 susan.mertz@evergreenccs.org 0 1
## 804 susan.mertz@evergreenccs.org 0 1
## 805 susan.mertz@evergreenccs.org 0 1
## 806 susan.mertz@evergreenccs.org 0 1
## 807 susan.mertz@evergreenccs.org 0 1
## 808 susan.mertz@evergreenccs.org 0 1
## 809 susan.mertz@evergreenccs.org 0 1
## 810 susan.mertz@evergreenccs.org 0 1
## 811 susan.mertz@evergreenccs.org 0 1
## 812 susan.mertz@evergreenccs.org 0 1
## 813 susan.mertz@evergreenccs.org 0 1
## 814 susan.mertz@evergreenccs.org 0 1
## 815 susan.mertz@evergreenccs.org 0 1
## 816 susan.mertz@evergreenccs.org 0 1
## 817 susan.mertz@evergreenccs.org 0 1
## 818 susan.mertz@evergreenccs.org 0 1
## 819 susan.mertz@evergreenccs.org 0 1
## 820 susan.mertz@evergreenccs.org 0 1
## 821 susan.mertz@evergreenccs.org 0 1
## 822 susan.mertz@evergreenccs.org 0 1
## 823 susan.mertz@evergreenccs.org 0 1
## 824 Jeffp@flhfhs.org 0 0
## 825 Jeffp@flhfhs.org 0 0
## 826 Jeffp@flhfhs.org 0 0
## 827 Jeffp@flhfhs.org 0 0
## 828 Jeffp@flhfhs.org 0 0
## 829 Jeffp@flhfhs.org 0 0
## 830 Jeffp@flhfhs.org 0 0
## 831 Jeffp@flhfhs.org 0 0
## 832 Jeffp@flhfhs.org 0 0
## 833 Jeffp@flhfhs.org 0 0
## 834 Jeffp@flhfhs.org 0 0
## 835 Jeffp@flhfhs.org 0 0
## 836 Jeffp@flhfhs.org 0 0
## 837 Jeffp@flhfhs.org 0 0
## 838 Jeffp@flhfhs.org 0 0
## 839 Jeffp@flhfhs.org 0 0
## 840 Jeffp@flhfhs.org 0 0
## 841 Jeffp@flhfhs.org 0 0
## 842 Jeffp@flhfhs.org 0 0
## 843 Jeffp@flhfhs.org 0 0
## 844 Jeffp@flhfhs.org 0 0
## 845 Jeffp@flhfhs.org 0 0
## 846 Jeffp@flhfhs.org 0 0
## 847 Jeffp@flhfhs.org 0 0
## 848 Jeffp@flhfhs.org 0 0
## 849 Jeffp@flhfhs.org 0 0
## 850 Jeffp@flhfhs.org 0 0
## 851 Jeffp@flhfhs.org 0 0
## 852 Jeffp@flhfhs.org 0 0
## 853 Jeffp@flhfhs.org 0 0
## 854 Jeffp@flhfhs.org 0 0
## 855 Jeffp@flhfhs.org 0 0
## 856 Jeffp@flhfhs.org 0 0
## 857 Jeffp@flhfhs.org 0 0
## 858 Jeffp@flhfhs.org 0 0
## 859 Jeffp@flhfhs.org 0 0
## 860 Jeffp@flhfhs.org 0 0
## 861 Jeffp@flhfhs.org 0 0
## 862 Jeffp@flhfhs.org 0 0
## 863 Jeffp@flhfhs.org 0 0
## 864 Jeffp@flhfhs.org 0 0
## 865 Jeffp@flhfhs.org 0 0
## 866 Kevin@Flushinginternational.org 0 0
## 867 Kevin@Flushinginternational.org 0 0
## 868 Kevin@Flushinginternational.org 0 0
## 869 Kevin@Flushinginternational.org 0 0
## 870 Kevin@Flushinginternational.org 0 0
## 871 Kevin@Flushinginternational.org 0 0
## 872 Kevin@Flushinginternational.org 0 0
## 873 Kevin@Flushinginternational.org 0 0
## 874 Kevin@Flushinginternational.org 0 0
## 875 Kevin@Flushinginternational.org 0 0
## 876 Kevin@Flushinginternational.org 0 0
## 877 Kevin@Flushinginternational.org 0 0
## 878 Kevin@Flushinginternational.org 0 0
## 879 Kevin@Flushinginternational.org 0 0
## 880 Kevin@Flushinginternational.org 0 0
## 881 Kevin@Flushinginternational.org 0 0
## 882 Kevin@Flushinginternational.org 0 0
## 883 Kevin@Flushinginternational.org 0 0
## 884 Kevin@Flushinginternational.org 0 0
## 885 Kevin@Flushinginternational.org 0 0
## 886 Kevin@Flushinginternational.org 0 0
## 887 Kevin@Flushinginternational.org 0 0
## 888 Kevin@Flushinginternational.org 0 0
## 889 Kevin@Flushinginternational.org 0 0
## 890 Kevin@Flushinginternational.org 0 0
## 891 Kevin@Flushinginternational.org 0 0
## 892 Kevin@Flushinginternational.org 0 0
## 893 Kevin@Flushinginternational.org 0 0
## 894 Kevin@Flushinginternational.org 0 0
## 895 Kevin@Flushinginternational.org 0 0
## 896 Kevin@Flushinginternational.org 0 0
## 897 Kevin@Flushinginternational.org 0 0
## 898 Kevin@Flushinginternational.org 0 0
## 899 Kevin@Flushinginternational.org 0 0
## 900 Kevin@Flushinginternational.org 0 0
## 901 Kevin@Flushinginternational.org 0 0
## 902 Kevin@Flushinginternational.org 0 0
## 903 Kevin@Flushinginternational.org 0 0
## 904 Kevin@Flushinginternational.org 0 0
## 905 Kevin@Flushinginternational.org 0 0
## 906 Kevin@Flushinginternational.org 0 0
## 907 Kevin@Flushinginternational.org 0 0
## 908 Kevin@Flushinginternational.org 0 0
## 909 Kevin@Flushinginternational.org 0 0
## 910 Kevin@Flushinginternational.org 0 0
## 911 Kevin@Flushinginternational.org 0 0
## 912 Kevin@Flushinginternational.org 0 0
## 913 Kevin@Flushinginternational.org 0 0
## 914 Kevin@Flushinginternational.org 0 0
## 915 Kevin@Flushinginternational.org 0 0
## 916 Kevin@Flushinginternational.org 0 0
## 917 Kevin@Flushinginternational.org 0 0
## 918 Kevin@Flushinginternational.org 0 0
## 919 Kevin@Flushinginternational.org 0 0
## 920 ms.salzberg@fmhsnyc.org 0 0
## 921 ms.salzberg@fmhsnyc.org 0 0
## 922 ms.salzberg@fmhsnyc.org 0 0
## 923 ms.salzberg@fmhsnyc.org 0 0
## 924 ms.salzberg@fmhsnyc.org 0 0
## 925 ms.salzberg@fmhsnyc.org 0 0
## 926 ms.salzberg@fmhsnyc.org 0 0
## 927 ms.salzberg@fmhsnyc.org 0 0
## 928 ms.salzberg@fmhsnyc.org 0 0
## 929 ms.salzberg@fmhsnyc.org 0 0
## 930 ms.salzberg@fmhsnyc.org 0 0
## 931 ms.salzberg@fmhsnyc.org 0 0
## 932 ms.salzberg@fmhsnyc.org 0 0
## 933 ms.salzberg@fmhsnyc.org 0 0
## 934 ms.salzberg@fmhsnyc.org 0 0
## 935 ms.salzberg@fmhsnyc.org 0 0
## 936 ms.salzberg@fmhsnyc.org 0 0
## 937 ms.salzberg@fmhsnyc.org 0 0
## 938 ms.salzberg@fmhsnyc.org 0 0
## 939 ms.salzberg@fmhsnyc.org 0 0
## 940 ms.salzberg@fmhsnyc.org 0 0
## 941 ms.salzberg@fmhsnyc.org 0 0
## 942 ms.salzberg@fmhsnyc.org 0 0
## 943 ms.salzberg@fmhsnyc.org 0 0
## 944 ms.salzberg@fmhsnyc.org 0 0
## 945 ms.salzberg@fmhsnyc.org 0 0
## 946 ms.salzberg@fmhsnyc.org 0 0
## 947 ms.salzberg@fmhsnyc.org 0 0
## 948 ms.salzberg@fmhsnyc.org 0 0
## 949 ms.salzberg@fmhsnyc.org 0 0
## 950 ms.salzberg@fmhsnyc.org 0 0
## 951 ms.salzberg@fmhsnyc.org 0 0
## 952 ms.salzberg@fmhsnyc.org 0 0
## 953 ms.salzberg@fmhsnyc.org 0 0
## 954 ms.salzberg@fmhsnyc.org 0 0
## 955 ms.salzberg@fmhsnyc.org 0 0
## 956 ms.salzberg@fmhsnyc.org 0 0
## 957 ms.salzberg@fmhsnyc.org 0 0
## 958 ms.salzberg@fmhsnyc.org 0 0
## 959 ms.salzberg@fmhsnyc.org 0 0
## 960 ms.salzberg@fmhsnyc.org 0 0
## 961 ms.salzberg@fmhsnyc.org 0 0
## 962 ms.salzberg@fmhsnyc.org 0 0
## 963 ms.salzberg@fmhsnyc.org 0 0
## 964 ms.salzberg@fmhsnyc.org 0 0
## 965 ms.salzberg@fmhsnyc.org 0 0
## 966 ms.salzberg@fmhsnyc.org 0 0
## 967 ms.salzberg@fmhsnyc.org 0 0
## 968 ms.salzberg@fmhsnyc.org 0 0
## 969 ms.salzberg@fmhsnyc.org 0 0
## 970 ms.salzberg@fmhsnyc.org 0 0
## 971 ms.salzberg@fmhsnyc.org 0 0
## 972 ms.salzberg@fmhsnyc.org 0 0
## 973 cluce@greeleyschools.org 0 1
## 974 cluce@greeleyschools.org 0 1
## 975 cluce@greeleyschools.org 0 1
## 976 cluce@greeleyschools.org 0 1
## 977 cluce@greeleyschools.org 0 1
## 978 cluce@greeleyschools.org 0 1
## 979 cluce@greeleyschools.org 0 1
## 980 cluce@greeleyschools.org 0 1
## 981 cluce@greeleyschools.org 0 1
## 982 cluce@greeleyschools.org 0 1
## 983 cluce@greeleyschools.org 0 1
## 984 cluce@greeleyschools.org 0 1
## 985 cluce@greeleyschools.org 0 1
## 986 cluce@greeleyschools.org 0 1
## 987 cluce@greeleyschools.org 0 1
## 988 cluce@greeleyschools.org 0 1
## 989 cluce@greeleyschools.org 0 1
## 990 cluce@greeleyschools.org 0 1
## 991 cluce@greeleyschools.org 0 1
## 992 cluce@greeleyschools.org 0 1
## 993 cluce@greeleyschools.org 0 1
## 994 cluce@greeleyschools.org 0 1
## 995 cluce@greeleyschools.org 0 1
## 996 cluce@greeleyschools.org 0 1
## 997 cluce@greeleyschools.org 0 1
## 998 cluce@greeleyschools.org 0 1
## 999 cluce@greeleyschools.org 0 1
## 1000 cluce@greeleyschools.org 0 1
## 1001 cluce@greeleyschools.org 0 1
## 1002 cluce@greeleyschools.org 0 1
## 1003 cluce@greeleyschools.org 0 1
## 1004 cluce@greeleyschools.org 0 1
## 1005 cluce@greeleyschools.org 0 1
## 1006 cluce@greeleyschools.org 0 1
## 1007 cluce@greeleyschools.org 0 1
## 1008 cluce@greeleyschools.org 0 1
## 1009 cluce@greeleyschools.org 0 1
## 1010 cluce@greeleyschools.org 0 1
## 1011 cluce@greeleyschools.org 0 1
## 1012 cluce@greeleyschools.org 0 1
## 1013 cluce@greeleyschools.org 0 1
## 1014 cluce@greeleyschools.org 0 1
## 1015 cluce@greeleyschools.org 0 1
## 1016 cluce@greeleyschools.org 0 1
## 1017 cluce@greeleyschools.org 0 1
## 1018 cluce@greeleyschools.org 0 1
## 1019 cluce@greeleyschools.org 0 1
## 1020 cluce@greeleyschools.org 0 1
## 1021 cluce@greeleyschools.org 0 1
## 1022 cluce@greeleyschools.org 0 1
## 1023 cluce@greeleyschools.org 0 1
## 1024 cluce@greeleyschools.org 0 1
## 1025 cluce@greeleyschools.org 0 1
## 1026 cluce@greeleyschools.org 0 1
## 1027 cluce@greeleyschools.org 0 1
## 1028 cluce@greeleyschools.org 0 1
## 1029 cluce@greeleyschools.org 0 1
## 1030 cluce@greeleyschools.org 0 1
## 1031 cluce@greeleyschools.org 0 1
## 1032 cluce@greeleyschools.org 0 1
## 1033 amanda@futurepublicschool.org 0 1
## 1034 amanda@futurepublicschool.org 0 1
## 1035 amanda@futurepublicschool.org 0 1
## 1036 amanda@futurepublicschool.org 0 1
## 1037 amanda@futurepublicschool.org 0 1
## 1038 amanda@futurepublicschool.org 0 1
## 1039 amanda@futurepublicschool.org 0 1
## 1040 amanda@futurepublicschool.org 0 1
## 1041 amanda@futurepublicschool.org 0 1
## 1042 amanda@futurepublicschool.org 0 1
## 1043 amanda@futurepublicschool.org 0 1
## 1044 amanda@futurepublicschool.org 0 1
## 1045 amanda@futurepublicschool.org 0 1
## 1046 amanda@futurepublicschool.org 0 1
## 1047 amanda@futurepublicschool.org 0 1
## 1048 amanda@futurepublicschool.org 0 1
## 1049 amanda@futurepublicschool.org 0 1
## 1050 amanda@futurepublicschool.org 0 1
## 1051 amanda@futurepublicschool.org 0 1
## 1052 amanda@futurepublicschool.org 0 1
## 1053 amanda@futurepublicschool.org 0 1
## 1054 amanda@futurepublicschool.org 0 1
## 1055 amanda@futurepublicschool.org 0 1
## 1056 amanda@futurepublicschool.org 0 1
## 1057 amanda@futurepublicschool.org 0 1
## 1058 amanda@futurepublicschool.org 0 1
## 1059 amanda@futurepublicschool.org 0 1
## 1060 amanda@futurepublicschool.org 0 1
## 1061 amanda@futurepublicschool.org 0 1
## 1062 amanda@futurepublicschool.org 0 1
## 1063 amanda@futurepublicschool.org 0 1
## 1064 amanda@futurepublicschool.org 0 1
## 1065 amanda@futurepublicschool.org 0 1
## 1066 amanda@futurepublicschool.org 0 1
## 1067 amanda@futurepublicschool.org 0 1
## 1068 amanda@futurepublicschool.org 0 1
## 1069 amanda@futurepublicschool.org 0 1
## 1070 amanda@futurepublicschool.org 0 1
## 1071 amanda@futurepublicschool.org 0 1
## 1072 amanda@futurepublicschool.org 0 1
## 1073 amanda@futurepublicschool.org 0 1
## 1074 amanda@futurepublicschool.org 0 1
## 1075 amanda@futurepublicschool.org 0 1
## 1076 geraldlove@gemprep.org 0 1
## 1077 geraldlove@gemprep.org 0 1
## 1078 geraldlove@gemprep.org 0 1
## 1079 geraldlove@gemprep.org 0 1
## 1080 geraldlove@gemprep.org 0 1
## 1081 geraldlove@gemprep.org 0 1
## 1082 geraldlove@gemprep.org 0 1
## 1083 geraldlove@gemprep.org 0 1
## 1084 geraldlove@gemprep.org 0 1
## 1085 geraldlove@gemprep.org 0 1
## 1086 geraldlove@gemprep.org 0 1
## 1087 geraldlove@gemprep.org 0 1
## 1088 geraldlove@gemprep.org 0 1
## 1089 geraldlove@gemprep.org 0 1
## 1090 geraldlove@gemprep.org 0 1
## 1091 geraldlove@gemprep.org 0 1
## 1092 geraldlove@gemprep.org 0 1
## 1093 geraldlove@gemprep.org 0 1
## 1094 geraldlove@gemprep.org 0 1
## 1095 geraldlove@gemprep.org 0 1
## 1096 geraldlove@gemprep.org 0 1
## 1097 geraldlove@gemprep.org 0 1
## 1098 geraldlove@gemprep.org 0 1
## 1099 geraldlove@gemprep.org 0 1
## 1100 geraldlove@gemprep.org 0 1
## 1101 geraldlove@gemprep.org 0 1
## 1102 geraldlove@gemprep.org 0 1
## 1103 geraldlove@gemprep.org 0 1
## 1104 geraldlove@gemprep.org 0 1
## 1105 geraldlove@gemprep.org 0 1
## 1106 geraldlove@gemprep.org 0 1
## 1107 geraldlove@gemprep.org 0 1
## 1108 geraldlove@gemprep.org 0 1
## 1109 geraldlove@gemprep.org 0 1
## 1110 geraldlove@gemprep.org 0 1
## 1111 geraldlove@gemprep.org 0 1
## 1112 geraldlove@gemprep.org 0 1
## 1113 geraldlove@gemprep.org 0 1
## 1114 geraldlove@gemprep.org 0 1
## 1115 geraldlove@gemprep.org 0 1
## 1116 geraldlove@gemprep.org 0 1
## 1117 bambaj@issaquah.wednet.edu 0 0
## 1118 bambaj@issaquah.wednet.edu 0 0
## 1119 bambaj@issaquah.wednet.edu 0 0
## 1120 bambaj@issaquah.wednet.edu 0 0
## 1121 bambaj@issaquah.wednet.edu 0 0
## 1122 bambaj@issaquah.wednet.edu 0 0
## 1123 bambaj@issaquah.wednet.edu 0 0
## 1124 bambaj@issaquah.wednet.edu 0 0
## 1125 bambaj@issaquah.wednet.edu 0 0
## 1126 bambaj@issaquah.wednet.edu 0 0
## 1127 bambaj@issaquah.wednet.edu 0 0
## 1128 bambaj@issaquah.wednet.edu 0 0
## 1129 bambaj@issaquah.wednet.edu 0 0
## 1130 bambaj@issaquah.wednet.edu 0 0
## 1131 bambaj@issaquah.wednet.edu 0 0
## 1132 bambaj@issaquah.wednet.edu 0 0
## 1133 bambaj@issaquah.wednet.edu 0 0
## 1134 bambaj@issaquah.wednet.edu 0 0
## 1135 bambaj@issaquah.wednet.edu 0 0
## 1136 bambaj@issaquah.wednet.edu 0 0
## 1137 bambaj@issaquah.wednet.edu 0 0
## 1138 bambaj@issaquah.wednet.edu 0 0
## 1139 bambaj@issaquah.wednet.edu 0 0
## 1140 bambaj@issaquah.wednet.edu 0 0
## 1141 bambaj@issaquah.wednet.edu 0 0
## 1142 bambaj@issaquah.wednet.edu 0 0
## 1143 bambaj@issaquah.wednet.edu 0 0
## 1144 bambaj@issaquah.wednet.edu 0 0
## 1145 bambaj@issaquah.wednet.edu 0 0
## 1146 bambaj@issaquah.wednet.edu 0 0
## 1147 bambaj@issaquah.wednet.edu 0 0
## 1148 bambaj@issaquah.wednet.edu 0 0
## 1149 bambaj@issaquah.wednet.edu 0 0
## 1150 bambaj@issaquah.wednet.edu 0 0
## 1151 bambaj@issaquah.wednet.edu 0 0
## 1152 bambaj@issaquah.wednet.edu 0 0
## 1153 bambaj@issaquah.wednet.edu 0 0
## 1154 bambaj@issaquah.wednet.edu 0 0
## 1155 bambaj@issaquah.wednet.edu 0 0
## 1156 bambaj@issaquah.wednet.edu 0 0
## 1157 bambaj@issaquah.wednet.edu 0 0
## 1158 bambaj@issaquah.wednet.edu 0 0
## 1159 bambaj@issaquah.wednet.edu 0 0
## 1160 bambaj@issaquah.wednet.edu 0 0
## 1161 bambaj@issaquah.wednet.edu 0 0
## 1162 bambaj@issaquah.wednet.edu 0 0
## 1163 bambaj@issaquah.wednet.edu 0 0
## 1164 bambaj@issaquah.wednet.edu 0 0
## 1165 bambaj@issaquah.wednet.edu 0 0
## 1166 bambaj@issaquah.wednet.edu 0 0
## 1167 bambaj@issaquah.wednet.edu 0 0
## 1168 bambaj@issaquah.wednet.edu 0 0
## 1169 bambaj@issaquah.wednet.edu 0 0
## 1170 bambaj@issaquah.wednet.edu 0 0
## 1171 carol.bowar@galsdenver.org 0 0
## 1172 carol.bowar@galsdenver.org 0 0
## 1173 carol.bowar@galsdenver.org 0 0
## 1174 carol.bowar@galsdenver.org 0 0
## 1175 carol.bowar@galsdenver.org 0 0
## 1176 carol.bowar@galsdenver.org 0 0
## 1177 carol.bowar@galsdenver.org 0 0
## 1178 carol.bowar@galsdenver.org 0 0
## 1179 carol.bowar@galsdenver.org 0 0
## 1180 carol.bowar@galsdenver.org 0 0
## 1181 carol.bowar@galsdenver.org 0 0
## 1182 carol.bowar@galsdenver.org 0 0
## 1183 carol.bowar@galsdenver.org 0 0
## 1184 carol.bowar@galsdenver.org 0 0
## 1185 carol.bowar@galsdenver.org 0 0
## 1186 carol.bowar@galsdenver.org 0 0
## 1187 carol.bowar@galsdenver.org 0 0
## 1188 carol.bowar@galsdenver.org 0 0
## 1189 carol.bowar@galsdenver.org 0 0
## 1190 carol.bowar@galsdenver.org 0 0
## 1191 carol.bowar@galsdenver.org 0 0
## 1192 carol.bowar@galsdenver.org 0 0
## 1193 carol.bowar@galsdenver.org 0 0
## 1194 carol.bowar@galsdenver.org 0 0
## 1195 carol.bowar@galsdenver.org 0 0
## 1196 carol.bowar@galsdenver.org 0 0
## 1197 carol.bowar@galsdenver.org 0 0
## 1198 carol.bowar@galsdenver.org 0 0
## 1199 carol.bowar@galsdenver.org 0 0
## 1200 carol.bowar@galsdenver.org 0 0
## 1201 carol.bowar@galsdenver.org 0 0
## 1202 carol.bowar@galsdenver.org 0 0
## 1203 carol.bowar@galsdenver.org 0 0
## 1204 carol.bowar@galsdenver.org 0 0
## 1205 carol.bowar@galsdenver.org 0 0
## 1206 carol.bowar@galsdenver.org 0 0
## 1207 carol.bowar@galsdenver.org 0 0
## 1208 carol.bowar@galsdenver.org 0 0
## 1209 carol.bowar@galsdenver.org 0 0
## 1210 carol.bowar@galsdenver.org 0 0
## 1211 carol.bowar@galsdenver.org 0 0
## 1212 carol.bowar@galsdenver.org 0 0
## 1213 carol.bowar@galsdenver.org 0 0
## 1214 carol.bowar@galsdenver.org 0 0
## 1215 carol.bowar@galsdenver.org 0 0
## 1216 carol.bowar@galsdenver.org 0 0
## 1217 carol.bowar@galsdenver.org 0 0
## 1218 carol.bowar@galsdenver.org 0 0
## 1219 carol.bowar@galsdenver.org 0 0
## 1220 carol.bowar@galsdenver.org 0 0
## 1221 jnauiokas@havenacademy.org 1 1
## 1222 jnauiokas@havenacademy.org 1 1
## 1223 jnauiokas@havenacademy.org 1 1
## 1224 jnauiokas@havenacademy.org 1 1
## 1225 jnauiokas@havenacademy.org 1 1
## 1226 jnauiokas@havenacademy.org 1 1
## 1227 jnauiokas@havenacademy.org 1 1
## 1228 jnauiokas@havenacademy.org 1 1
## 1229 jnauiokas@havenacademy.org 1 1
## 1230 jnauiokas@havenacademy.org 1 1
## 1231 jnauiokas@havenacademy.org 1 1
## 1232 jnauiokas@havenacademy.org 1 1
## 1233 jnauiokas@havenacademy.org 1 1
## 1234 jnauiokas@havenacademy.org 1 1
## 1235 jnauiokas@havenacademy.org 1 1
## 1236 jnauiokas@havenacademy.org 1 1
## 1237 jnauiokas@havenacademy.org 1 1
## 1238 jnauiokas@havenacademy.org 1 1
## 1239 jnauiokas@havenacademy.org 1 1
## 1240 jnauiokas@havenacademy.org 1 1
## 1241 jnauiokas@havenacademy.org 1 1
## 1242 jnauiokas@havenacademy.org 1 1
## 1243 jnauiokas@havenacademy.org 1 1
## 1244 jnauiokas@havenacademy.org 1 1
## 1245 jnauiokas@havenacademy.org 1 1
## 1246 jnauiokas@havenacademy.org 1 1
## 1247 jnauiokas@havenacademy.org 1 1
## 1248 jnauiokas@havenacademy.org 1 1
## 1249 jnauiokas@havenacademy.org 1 1
## 1250 jnauiokas@havenacademy.org 1 1
## 1251 jnauiokas@havenacademy.org 1 1
## 1252 jnauiokas@havenacademy.org 1 1
## 1253 jnauiokas@havenacademy.org 1 1
## 1254 jnauiokas@havenacademy.org 1 1
## 1255 jnauiokas@havenacademy.org 1 1
## 1256 jnauiokas@havenacademy.org 1 1
## 1257 jnauiokas@havenacademy.org 1 1
## 1258 jnauiokas@havenacademy.org 1 1
## 1259 jnauiokas@havenacademy.org 1 1
## 1260 jnauiokas@havenacademy.org 1 1
## 1261 jnauiokas@havenacademy.org 1 1
## 1262 jnauiokas@havenacademy.org 1 1
## 1263 jnauiokas@havenacademy.org 1 1
## 1264 jnauiokas@havenacademy.org 1 1
## 1265 jnauiokas@havenacademy.org 1 1
## 1266 jnauiokas@havenacademy.org 1 1
## 1267 jnauiokas@havenacademy.org 1 1
## 1268 jnauiokas@havenacademy.org 1 1
## 1269 jnauiokas@havenacademy.org 1 1
## 1270 jnauiokas@havenacademy.org 1 1
## 1271 jnauiokas@havenacademy.org 1 1
## 1272 jnauiokas@havenacademy.org 1 1
## 1273 dkinnunen@clkschools.org 0 0
## 1274 dkinnunen@clkschools.org 0 0
## 1275 dkinnunen@clkschools.org 0 0
## 1276 dkinnunen@clkschools.org 0 0
## 1277 dkinnunen@clkschools.org 0 0
## 1278 dkinnunen@clkschools.org 0 0
## 1279 dkinnunen@clkschools.org 0 0
## 1280 dkinnunen@clkschools.org 0 0
## 1281 dkinnunen@clkschools.org 0 0
## 1282 dkinnunen@clkschools.org 0 0
## 1283 dkinnunen@clkschools.org 0 0
## 1284 dkinnunen@clkschools.org 0 0
## 1285 dkinnunen@clkschools.org 0 0
## 1286 dkinnunen@clkschools.org 0 0
## 1287 dkinnunen@clkschools.org 0 0
## 1288 dkinnunen@clkschools.org 0 0
## 1289 dkinnunen@clkschools.org 0 0
## 1290 dkinnunen@clkschools.org 0 0
## 1291 dkinnunen@clkschools.org 0 0
## 1292 dkinnunen@clkschools.org 0 0
## 1293 dkinnunen@clkschools.org 0 0
## 1294 dkinnunen@clkschools.org 0 0
## 1295 dkinnunen@clkschools.org 0 0
## 1296 dkinnunen@clkschools.org 0 0
## 1297 dkinnunen@clkschools.org 0 0
## 1298 dkinnunen@clkschools.org 0 0
## 1299 dkinnunen@clkschools.org 0 0
## 1300 dkinnunen@clkschools.org 0 0
## 1301 dkinnunen@clkschools.org 0 0
## 1302 dkinnunen@clkschools.org 0 0
## 1303 dkinnunen@clkschools.org 0 0
## 1304 dkinnunen@clkschools.org 0 0
## 1305 dkinnunen@clkschools.org 0 0
## 1306 kprocope@hu-ms2.org 0 0
## 1307 kprocope@hu-ms2.org 0 0
## 1308 kprocope@hu-ms2.org 0 0
## 1309 kprocope@hu-ms2.org 0 0
## 1310 kprocope@hu-ms2.org 0 0
## 1311 kprocope@hu-ms2.org 0 0
## 1312 kprocope@hu-ms2.org 0 0
## 1313 kprocope@hu-ms2.org 0 0
## 1314 kprocope@hu-ms2.org 0 0
## 1315 kprocope@hu-ms2.org 0 0
## 1316 kprocope@hu-ms2.org 0 0
## 1317 kprocope@hu-ms2.org 0 0
## 1318 kprocope@hu-ms2.org 0 0
## 1319 kprocope@hu-ms2.org 0 0
## 1320 kprocope@hu-ms2.org 0 0
## 1321 kprocope@hu-ms2.org 0 0
## 1322 kprocope@hu-ms2.org 0 0
## 1323 kprocope@hu-ms2.org 0 0
## 1324 kprocope@hu-ms2.org 0 0
## 1325 kprocope@hu-ms2.org 0 0
## 1326 kprocope@hu-ms2.org 0 0
## 1327 kprocope@hu-ms2.org 0 0
## 1328 kprocope@hu-ms2.org 0 0
## 1329 kprocope@hu-ms2.org 0 0
## 1330 kprocope@hu-ms2.org 0 0
## 1331 kprocope@hu-ms2.org 0 0
## 1332 kprocope@hu-ms2.org 0 0
## 1333 kprocope@hu-ms2.org 0 0
## 1334 kprocope@hu-ms2.org 0 0
## 1335 kprocope@hu-ms2.org 0 0
## 1336 kprocope@hu-ms2.org 0 0
## 1337 kprocope@hu-ms2.org 0 0
## 1338 kprocope@hu-ms2.org 0 0
## 1339 kprocope@hu-ms2.org 0 0
## 1340 kprocope@hu-ms2.org 0 0
## 1341 kprocope@hu-ms2.org 0 0
## 1342 kprocope@hu-ms2.org 0 0
## 1343 kprocope@hu-ms2.org 0 0
## 1344 kprocope@hu-ms2.org 0 0
## 1345 kprocope@hu-ms2.org 0 0
## 1346 kprocope@hu-ms2.org 0 0
## 1347 kprocope@hu-ms2.org 0 0
## 1348 kprocope@hu-ms2.org 0 0
## 1349 kprocope@hu-ms2.org 0 0
## 1350 kprocope@hu-ms2.org 0 0
## 1351 kprocope@hu-ms2.org 0 0
## 1352 kprocope@hu-ms2.org 0 0
## 1353 kprocope@hu-ms2.org 0 0
## 1354 kprocope@hu-ms2.org 0 0
## 1355 kprocope@hu-ms2.org 0 0
## 1356 kprocope@hu-ms2.org 0 0
## 1357 kprocope@hu-ms2.org 0 0
## 1358 kprocope@hu-ms2.org 0 0
## 1359 kprocope@hu-ms2.org 0 0
## 1360 kprocope@hu-ms2.org 0 0
## 1361 akiyota@impactps.org 1 1
## 1362 akiyota@impactps.org 1 1
## 1363 akiyota@impactps.org 1 1
## 1364 akiyota@impactps.org 1 1
## 1365 akiyota@impactps.org 1 1
## 1366 akiyota@impactps.org 1 1
## 1367 akiyota@impactps.org 1 1
## 1368 akiyota@impactps.org 1 1
## 1369 akiyota@impactps.org 1 1
## 1370 akiyota@impactps.org 1 1
## 1371 akiyota@impactps.org 1 1
## 1372 akiyota@impactps.org 1 1
## 1373 akiyota@impactps.org 1 1
## 1374 akiyota@impactps.org 1 1
## 1375 akiyota@impactps.org 1 1
## 1376 akiyota@impactps.org 1 1
## 1377 akiyota@impactps.org 1 1
## 1378 akiyota@impactps.org 1 1
## 1379 akiyota@impactps.org 1 1
## 1380 akiyota@impactps.org 1 1
## 1381 akiyota@impactps.org 1 1
## 1382 akiyota@impactps.org 1 1
## 1383 akiyota@impactps.org 1 1
## 1384 akiyota@impactps.org 1 1
## 1385 akiyota@impactps.org 1 1
## 1386 akiyota@impactps.org 1 1
## 1387 akiyota@impactps.org 1 1
## 1388 akiyota@impactps.org 1 1
## 1389 akiyota@impactps.org 1 1
## 1390 akiyota@impactps.org 1 1
## 1391 akiyota@impactps.org 1 1
## 1392 akiyota@impactps.org 1 1
## 1393 akiyota@impactps.org 1 1
## 1394 akiyota@impactps.org 1 1
## 1395 akiyota@impactps.org 1 1
## 1396 akiyota@impactps.org 1 1
## 1397 akiyota@impactps.org 1 1
## 1398 akiyota@impactps.org 1 1
## 1399 akiyota@impactps.org 1 1
## 1400 mary.wohlforth@juabsd.org 0 0
## 1401 mary.wohlforth@juabsd.org 0 0
## 1402 mary.wohlforth@juabsd.org 0 0
## 1403 mary.wohlforth@juabsd.org 0 0
## 1404 mary.wohlforth@juabsd.org 0 0
## 1405 mary.wohlforth@juabsd.org 0 0
## 1406 mary.wohlforth@juabsd.org 0 0
## 1407 mary.wohlforth@juabsd.org 0 0
## 1408 mary.wohlforth@juabsd.org 0 0
## 1409 mary.wohlforth@juabsd.org 0 0
## 1410 mary.wohlforth@juabsd.org 0 0
## 1411 mary.wohlforth@juabsd.org 0 0
## 1412 mary.wohlforth@juabsd.org 0 0
## 1413 mary.wohlforth@juabsd.org 0 0
## 1414 mary.wohlforth@juabsd.org 0 0
## 1415 mary.wohlforth@juabsd.org 0 0
## 1416 mary.wohlforth@juabsd.org 0 0
## 1417 mary.wohlforth@juabsd.org 0 0
## 1418 mary.wohlforth@juabsd.org 0 0
## 1419 mary.wohlforth@juabsd.org 0 0
## 1420 mary.wohlforth@juabsd.org 0 0
## 1421 mary.wohlforth@juabsd.org 0 0
## 1422 mary.wohlforth@juabsd.org 0 0
## 1423 mary.wohlforth@juabsd.org 0 0
## 1424 mary.wohlforth@juabsd.org 0 0
## 1425 mary.wohlforth@juabsd.org 0 0
## 1426 mary.wohlforth@juabsd.org 0 0
## 1427 mary.wohlforth@juabsd.org 0 0
## 1428 mary.wohlforth@juabsd.org 0 0
## 1429 mary.wohlforth@juabsd.org 0 0
## 1430 mary.wohlforth@juabsd.org 0 0
## 1431 mary.wohlforth@juabsd.org 0 0
## 1432 mary.wohlforth@juabsd.org 0 0
## 1433 mary.wohlforth@juabsd.org 0 0
## 1434 mary.wohlforth@juabsd.org 0 0
## 1435 mary.wohlforth@juabsd.org 0 0
## 1436 mary.wohlforth@juabsd.org 0 0
## 1437 mary.wohlforth@juabsd.org 0 0
## 1438 mary.wohlforth@juabsd.org 0 0
## 1439 sclarke@kippma.org 0 0
## 1440 sclarke@kippma.org 0 0
## 1441 sclarke@kippma.org 0 0
## 1442 sclarke@kippma.org 0 0
## 1443 sclarke@kippma.org 0 0
## 1444 sclarke@kippma.org 0 0
## 1445 sclarke@kippma.org 0 0
## 1446 sclarke@kippma.org 0 0
## 1447 sclarke@kippma.org 0 0
## 1448 sclarke@kippma.org 0 0
## 1449 sclarke@kippma.org 0 0
## 1450 sclarke@kippma.org 0 0
## 1451 sclarke@kippma.org 0 0
## 1452 sclarke@kippma.org 0 0
## 1453 sclarke@kippma.org 0 0
## 1454 sclarke@kippma.org 0 0
## 1455 sclarke@kippma.org 0 0
## 1456 sclarke@kippma.org 0 0
## 1457 sclarke@kippma.org 0 0
## 1458 sclarke@kippma.org 0 0
## 1459 sclarke@kippma.org 0 0
## 1460 sclarke@kippma.org 0 0
## 1461 sclarke@kippma.org 0 0
## 1462 sclarke@kippma.org 0 0
## 1463 sclarke@kippma.org 0 0
## 1464 sclarke@kippma.org 0 0
## 1465 sclarke@kippma.org 0 0
## 1466 sclarke@kippma.org 0 0
## 1467 sclarke@kippma.org 0 0
## 1468 sclarke@kippma.org 0 0
## 1469 sclarke@kippma.org 0 0
## 1470 saracotner@montessoriforall.org 1 1
## grades_middle grades_high pct_bipoc self_reported_locale_multiple
## 1 1 0 90 0
## 2 1 0 90 0
## 3 1 0 90 0
## 4 1 0 90 0
## 5 1 0 90 0
## 6 1 0 90 0
## 7 1 0 90 0
## 8 1 0 90 0
## 9 1 0 90 0
## 10 1 0 90 0
## 11 1 0 90 0
## 12 1 0 90 0
## 13 1 0 90 0
## 14 1 0 90 0
## 15 1 0 90 0
## 16 1 0 90 0
## 17 1 0 90 0
## 18 1 0 90 0
## 19 1 0 90 0
## 20 1 0 90 0
## 21 1 0 90 0
## 22 1 0 31 0
## 23 1 0 31 0
## 24 1 0 31 0
## 25 1 0 31 0
## 26 1 0 31 0
## 27 1 0 31 0
## 28 1 0 31 0
## 29 1 0 31 0
## 30 1 0 31 0
## 31 1 0 31 0
## 32 1 0 31 0
## 33 1 0 31 0
## 34 1 0 31 0
## 35 1 0 31 0
## 36 1 0 31 0
## 37 1 0 31 0
## 38 1 0 31 0
## 39 1 0 31 0
## 40 1 0 31 0
## 41 1 0 31 0
## 42 1 0 31 0
## 43 1 0 31 0
## 44 1 0 31 0
## 45 1 0 31 0
## 46 1 0 31 0
## 47 1 0 31 0
## 48 1 0 31 0
## 49 1 0 31 0
## 50 1 0 31 0
## 51 1 0 31 0
## 52 1 0 31 0
## 53 1 0 31 0
## 54 1 0 31 0
## 55 1 0 31 0
## 56 1 0 31 0
## 57 1 0 31 0
## 58 1 0 31 0
## 59 1 0 31 0
## 60 1 0 31 0
## 61 1 0 31 0
## 62 1 0 31 0
## 63 1 0 31 0
## 64 1 0 31 0
## 65 1 0 31 0
## 66 1 0 31 0
## 67 1 0 31 0
## 68 1 0 31 0
## 69 1 0 31 0
## 70 1 0 31 0
## 71 1 0 31 0
## 72 1 0 31 0
## 73 1 0 31 0
## 74 1 0 31 0
## 75 1 0 31 0
## 76 1 0 31 0
## 77 1 0 31 0
## 78 1 0 31 0
## 79 1 0 31 0
## 80 1 0 31 0
## 81 1 0 31 0
## 82 0 0 92 0
## 83 0 0 92 0
## 84 0 0 92 0
## 85 0 0 92 0
## 86 0 0 92 0
## 87 0 0 92 0
## 88 0 0 92 0
## 89 0 0 92 0
## 90 0 0 92 0
## 91 0 0 92 0
## 92 0 0 92 0
## 93 0 0 92 0
## 94 0 0 92 0
## 95 0 0 92 0
## 96 0 0 92 0
## 97 0 0 92 0
## 98 0 0 92 0
## 99 0 0 92 0
## 100 0 0 92 0
## 101 0 0 92 0
## 102 0 0 92 0
## 103 0 0 92 0
## 104 1 1 38 0
## 105 1 1 38 0
## 106 1 1 38 0
## 107 1 1 38 0
## 108 1 1 38 0
## 109 1 1 38 0
## 110 1 1 38 0
## 111 1 1 38 0
## 112 1 1 38 0
## 113 1 1 38 0
## 114 1 1 38 0
## 115 1 1 38 0
## 116 1 1 38 0
## 117 1 1 38 0
## 118 1 1 38 0
## 119 1 1 38 0
## 120 1 1 38 0
## 121 1 1 38 0
## 122 1 1 38 0
## 123 1 1 38 0
## 124 1 1 38 0
## 125 1 1 38 0
## 126 1 1 38 0
## 127 1 1 38 0
## 128 1 1 38 0
## 129 1 1 38 0
## 130 1 1 38 0
## 131 1 1 38 0
## 132 1 1 38 0
## 133 1 1 38 0
## 134 1 1 38 0
## 135 1 1 38 0
## 136 1 1 38 0
## 137 1 1 38 0
## 138 1 1 38 0
## 139 1 1 38 0
## 140 1 1 38 0
## 141 1 1 38 0
## 142 1 1 38 0
## 143 1 1 38 0
## 144 1 1 38 0
## 145 1 1 38 0
## 146 1 1 38 0
## 147 1 1 38 0
## 148 1 1 38 0
## 149 1 1 38 0
## 150 1 1 38 0
## 151 1 1 38 0
## 152 1 1 38 0
## 153 1 1 38 0
## 154 1 1 38 0
## 155 1 1 38 0
## 156 1 1 38 0
## 157 1 1 38 0
## 158 1 1 38 0
## 159 1 1 38 0
## 160 1 1 38 0
## 161 1 1 38 0
## 162 1 1 38 0
## 163 1 1 38 0
## 164 0 1 89 0
## 165 0 1 89 0
## 166 0 1 89 0
## 167 0 1 89 0
## 168 0 1 89 0
## 169 0 1 89 0
## 170 0 1 89 0
## 171 0 1 89 0
## 172 0 1 89 0
## 173 0 1 89 0
## 174 0 1 89 0
## 175 0 1 89 0
## 176 0 1 89 0
## 177 0 1 89 0
## 178 0 1 89 0
## 179 0 1 89 0
## 180 0 1 89 0
## 181 0 1 89 0
## 182 0 1 89 0
## 183 0 1 89 0
## 184 0 1 89 0
## 185 0 1 89 0
## 186 0 1 89 0
## 187 0 1 89 0
## 188 0 1 89 0
## 189 0 1 89 0
## 190 0 1 89 0
## 191 0 1 89 0
## 192 0 1 89 0
## 193 0 1 89 0
## 194 0 1 89 0
## 195 0 1 89 0
## 196 0 1 89 0
## 197 0 1 89 0
## 198 0 1 89 0
## 199 0 1 89 0
## 200 0 1 89 0
## 201 0 1 89 0
## 202 0 1 89 0
## 203 0 1 89 0
## 204 0 1 89 0
## 205 0 1 89 0
## 206 0 1 89 0
## 207 0 1 89 0
## 208 0 1 89 0
## 209 0 1 89 0
## 210 0 1 89 0
## 211 0 1 89 0
## 212 0 1 89 0
## 213 0 1 89 0
## 214 0 1 89 0
## 215 0 1 89 0
## 216 0 1 89 0
## 217 0 1 89 0
## 218 0 1 89 0
## 219 0 1 89 0
## 220 0 1 89 0
## 221 0 1 89 0
## 222 0 1 96 0
## 223 0 1 96 0
## 224 0 1 96 0
## 225 0 1 96 0
## 226 0 1 96 0
## 227 0 1 96 0
## 228 0 1 96 0
## 229 0 1 96 0
## 230 0 1 96 0
## 231 0 1 96 0
## 232 0 1 96 0
## 233 0 1 96 0
## 234 0 1 96 0
## 235 0 1 96 0
## 236 0 1 96 0
## 237 0 1 96 0
## 238 0 1 96 0
## 239 0 1 96 0
## 240 0 1 96 0
## 241 0 1 96 0
## 242 0 1 96 0
## 243 0 1 96 0
## 244 0 1 96 0
## 245 0 1 96 0
## 246 0 1 96 0
## 247 0 1 96 0
## 248 0 1 96 0
## 249 0 1 96 0
## 250 0 1 96 0
## 251 0 1 96 0
## 252 0 1 96 0
## 253 0 1 96 0
## 254 0 1 96 0
## 255 0 1 96 0
## 256 0 1 96 0
## 257 0 1 96 0
## 258 0 1 96 0
## 259 0 1 96 0
## 260 0 1 96 0
## 261 0 1 96 0
## 262 0 1 96 0
## 263 0 1 96 0
## 264 0 1 96 0
## 265 0 1 96 0
## 266 0 1 96 0
## 267 0 1 96 0
## 268 0 1 96 0
## 269 0 1 96 0
## 270 0 1 96 0
## 271 0 1 96 0
## 272 0 1 96 0
## 273 0 1 96 0
## 274 0 1 96 0
## 275 0 1 96 0
## 276 0 1 96 0
## 277 0 1 96 0
## 278 0 1 96 0
## 279 0 1 22 0
## 280 0 1 22 0
## 281 0 1 22 0
## 282 0 1 22 0
## 283 0 1 22 0
## 284 0 1 22 0
## 285 0 1 22 0
## 286 0 1 22 0
## 287 0 1 22 0
## 288 0 1 22 0
## 289 0 1 22 0
## 290 0 1 22 0
## 291 0 1 22 0
## 292 0 1 22 0
## 293 0 1 22 0
## 294 0 1 22 0
## 295 0 1 22 0
## 296 0 1 22 0
## 297 0 1 22 0
## 298 0 1 22 0
## 299 0 1 22 0
## 300 0 1 22 0
## 301 0 1 22 0
## 302 0 1 22 0
## 303 0 1 22 0
## 304 0 1 22 0
## 305 0 1 22 0
## 306 0 1 22 0
## 307 0 1 22 0
## 308 0 1 22 0
## 309 0 1 22 0
## 310 0 1 22 0
## 311 0 1 22 0
## 312 0 1 22 0
## 313 0 1 22 0
## 314 0 1 22 0
## 315 0 1 22 0
## 316 0 1 22 0
## 317 0 1 22 0
## 318 0 1 22 0
## 319 0 1 22 0
## 320 0 1 22 0
## 321 0 1 22 0
## 322 0 1 22 0
## 323 0 1 22 0
## 324 0 1 22 0
## 325 0 1 22 0
## 326 0 1 22 0
## 327 0 1 22 0
## 328 0 1 22 0
## 329 0 1 22 0
## 330 0 1 22 0
## 331 0 1 22 0
## 332 0 1 22 0
## 333 0 1 22 0
## 334 0 1 22 0
## 335 0 1 22 0
## 336 0 1 22 0
## 337 0 1 22 0
## 338 0 1 22 0
## 339 0 1 22 0
## 340 0 1 22 0
## 341 0 1 44 0
## 342 0 1 44 0
## 343 0 1 44 0
## 344 0 1 44 0
## 345 0 1 44 0
## 346 0 1 44 0
## 347 0 1 44 0
## 348 0 1 44 0
## 349 0 1 44 0
## 350 0 1 44 0
## 351 0 1 44 0
## 352 0 1 44 0
## 353 0 1 44 0
## 354 0 1 44 0
## 355 0 1 44 0
## 356 0 1 44 0
## 357 0 1 44 0
## 358 0 1 44 0
## 359 0 1 44 0
## 360 0 1 44 0
## 361 0 1 44 0
## 362 0 1 44 0
## 363 0 1 44 0
## 364 0 1 44 0
## 365 0 1 44 0
## 366 0 1 44 0
## 367 0 1 44 0
## 368 0 1 44 0
## 369 0 1 44 0
## 370 0 1 44 0
## 371 0 1 44 0
## 372 0 1 44 0
## 373 0 1 44 0
## 374 0 1 44 0
## 375 0 1 44 0
## 376 0 1 44 0
## 377 0 1 44 0
## 378 0 1 44 0
## 379 0 1 44 0
## 380 0 1 44 0
## 381 0 1 44 0
## 382 0 1 44 0
## 383 0 1 44 0
## 384 0 0 59 0
## 385 0 0 59 0
## 386 0 0 59 0
## 387 0 0 59 0
## 388 0 0 59 0
## 389 0 0 59 0
## 390 0 0 59 0
## 391 0 0 59 0
## 392 0 0 59 0
## 393 0 0 59 0
## 394 0 0 59 0
## 395 0 0 59 0
## 396 0 0 59 0
## 397 0 0 59 0
## 398 0 0 59 0
## 399 0 0 59 0
## 400 0 0 59 0
## 401 0 0 59 0
## 402 0 0 59 0
## 403 1 0 51 0
## 404 1 0 51 0
## 405 1 0 51 0
## 406 1 0 51 0
## 407 1 0 51 0
## 408 1 0 51 0
## 409 1 0 51 0
## 410 1 0 51 0
## 411 1 0 51 0
## 412 1 0 51 0
## 413 1 0 51 0
## 414 1 0 51 0
## 415 1 0 51 0
## 416 1 0 51 0
## 417 1 0 51 0
## 418 1 0 51 0
## 419 1 0 51 0
## 420 1 0 51 0
## 421 1 0 51 0
## 422 1 0 51 0
## 423 1 0 51 0
## 424 1 0 51 0
## 425 1 0 51 0
## 426 1 0 51 0
## 427 1 0 51 0
## 428 1 0 51 0
## 429 1 0 51 0
## 430 1 0 51 0
## 431 1 0 51 0
## 432 1 0 51 0
## 433 1 0 51 0
## 434 1 0 51 0
## 435 1 0 51 0
## 436 1 0 51 0
## 437 1 0 51 0
## 438 1 0 51 0
## 439 1 0 51 0
## 440 1 0 51 0
## 441 1 0 51 0
## 442 1 0 51 0
## 443 1 0 51 0
## 444 1 0 51 0
## 445 1 0 51 0
## 446 1 0 51 0
## 447 1 0 51 0
## 448 1 0 51 0
## 449 1 0 51 0
## 450 1 0 51 0
## 451 1 0 51 0
## 452 1 0 51 0
## 453 0 1 53 1
## 454 0 1 53 1
## 455 0 1 53 1
## 456 0 1 53 1
## 457 0 1 53 1
## 458 0 1 53 1
## 459 0 1 53 1
## 460 0 1 53 1
## 461 0 1 53 1
## 462 0 1 53 1
## 463 0 1 53 1
## 464 0 1 53 1
## 465 0 1 53 1
## 466 0 1 53 1
## 467 0 1 53 1
## 468 0 1 53 1
## 469 0 1 53 1
## 470 0 1 53 1
## 471 0 1 53 1
## 472 0 1 53 1
## 473 0 1 53 1
## 474 0 1 53 1
## 475 0 1 53 1
## 476 0 1 53 1
## 477 0 1 53 1
## 478 0 1 53 1
## 479 0 1 53 1
## 480 0 1 53 1
## 481 0 1 53 1
## 482 0 1 53 1
## 483 0 1 53 1
## 484 0 1 53 1
## 485 0 1 53 1
## 486 0 1 53 1
## 487 0 1 53 1
## 488 0 1 53 1
## 489 0 1 53 1
## 490 0 1 53 1
## 491 0 1 53 1
## 492 0 1 53 1
## 493 0 1 53 1
## 494 0 1 53 1
## 495 0 1 53 1
## 496 0 1 53 1
## 497 0 1 53 1
## 498 0 1 78 0
## 499 0 1 78 0
## 500 0 1 78 0
## 501 0 1 78 0
## 502 0 1 78 0
## 503 0 1 78 0
## 504 0 1 78 0
## 505 0 1 78 0
## 506 0 1 78 0
## 507 0 1 78 0
## 508 0 1 78 0
## 509 0 1 78 0
## 510 0 1 78 0
## 511 0 1 78 0
## 512 0 1 78 0
## 513 0 1 78 0
## 514 0 1 78 0
## 515 0 1 78 0
## 516 0 1 78 0
## 517 0 1 78 0
## 518 0 1 78 0
## 519 0 1 78 0
## 520 0 1 78 0
## 521 0 1 78 0
## 522 0 1 78 0
## 523 0 1 78 0
## 524 0 1 78 0
## 525 0 1 78 0
## 526 0 1 78 0
## 527 0 1 78 0
## 528 0 1 78 0
## 529 0 1 78 0
## 530 0 1 78 0
## 531 0 1 78 0
## 532 0 1 78 0
## 533 0 1 78 0
## 534 0 1 78 0
## 535 0 1 78 0
## 536 0 1 78 0
## 537 0 1 78 0
## 538 0 1 78 0
## 539 0 1 78 0
## 540 0 1 78 0
## 541 0 1 78 0
## 542 0 0 95 0
## 543 0 0 95 0
## 544 0 0 95 0
## 545 0 0 95 0
## 546 0 0 95 0
## 547 0 0 95 0
## 548 0 0 95 0
## 549 0 0 95 0
## 550 0 0 95 0
## 551 0 0 95 0
## 552 0 0 95 0
## 553 0 0 95 0
## 554 0 0 95 0
## 555 0 0 95 0
## 556 0 0 95 0
## 557 0 0 95 0
## 558 0 0 95 0
## 559 0 0 95 0
## 560 0 0 95 0
## 561 0 0 95 0
## 562 0 0 95 0
## 563 0 0 95 0
## 564 0 0 95 0
## 565 0 0 95 0
## 566 0 0 95 0
## 567 0 0 95 0
## 568 0 0 95 0
## 569 0 0 95 0
## 570 0 0 95 0
## 571 0 0 95 0
## 572 0 0 95 0
## 573 0 0 95 0
## 574 0 0 95 0
## 575 0 0 95 0
## 576 0 0 95 0
## 577 0 0 95 0
## 578 0 0 95 0
## 579 0 0 95 0
## 580 0 0 95 0
## 581 0 0 95 0
## 582 0 0 95 0
## 583 0 0 95 0
## 584 0 0 95 0
## 585 0 0 95 0
## 586 0 0 95 0
## 587 0 0 95 0
## 588 0 0 95 0
## 589 0 1 100 0
## 590 0 1 100 0
## 591 0 1 100 0
## 592 0 1 100 0
## 593 0 1 100 0
## 594 0 1 100 0
## 595 0 1 100 0
## 596 0 1 100 0
## 597 0 1 100 0
## 598 0 1 100 0
## 599 0 1 100 0
## 600 0 1 100 0
## 601 0 1 100 0
## 602 0 1 100 0
## 603 0 1 100 0
## 604 0 1 100 0
## 605 0 1 100 0
## 606 0 1 100 0
## 607 0 1 100 0
## 608 0 1 100 0
## 609 0 1 100 0
## 610 0 1 100 0
## 611 0 1 100 0
## 612 0 1 100 0
## 613 0 1 100 0
## 614 0 1 100 0
## 615 0 1 100 0
## 616 0 1 100 0
## 617 0 1 100 0
## 618 0 1 100 0
## 619 0 1 100 0
## 620 0 1 100 0
## 621 0 1 100 0
## 622 0 1 100 0
## 623 0 1 100 0
## 624 0 1 100 0
## 625 0 1 100 0
## 626 0 1 100 0
## 627 0 1 100 0
## 628 0 1 100 0
## 629 0 1 100 0
## 630 0 1 100 0
## 631 0 1 100 0
## 632 0 1 100 0
## 633 0 1 100 0
## 634 0 1 100 0
## 635 0 1 100 0
## 636 0 1 100 0
## 637 1 1 100 1
## 638 1 1 100 1
## 639 1 1 100 1
## 640 1 1 100 1
## 641 1 1 100 1
## 642 1 1 100 1
## 643 1 1 100 1
## 644 1 1 100 1
## 645 1 1 100 1
## 646 1 1 100 1
## 647 1 1 100 1
## 648 1 1 100 1
## 649 1 1 100 1
## 650 1 1 100 1
## 651 1 1 100 1
## 652 1 1 100 1
## 653 1 1 100 1
## 654 0 1 99 0
## 655 0 1 99 0
## 656 0 1 99 0
## 657 0 1 99 0
## 658 0 1 99 0
## 659 0 1 99 0
## 660 0 1 99 0
## 661 0 1 99 0
## 662 0 1 99 0
## 663 0 1 99 0
## 664 0 1 99 0
## 665 0 1 99 0
## 666 0 1 99 0
## 667 0 1 99 0
## 668 0 1 99 0
## 669 0 1 99 0
## 670 0 1 99 0
## 671 0 1 99 0
## 672 0 1 99 0
## 673 0 1 99 0
## 674 0 1 99 0
## 675 0 1 99 0
## 676 0 1 99 0
## 677 0 1 99 0
## 678 0 1 99 0
## 679 0 1 99 0
## 680 0 1 99 0
## 681 0 1 99 0
## 682 0 1 99 0
## 683 0 1 99 0
## 684 0 1 99 0
## 685 0 1 99 0
## 686 0 1 99 0
## 687 0 1 99 0
## 688 0 1 99 0
## 689 0 1 99 0
## 690 0 1 99 0
## 691 0 1 99 0
## 692 0 1 99 0
## 693 0 1 99 0
## 694 0 1 99 0
## 695 0 1 99 0
## 696 0 1 99 0
## 697 0 1 99 0
## 698 0 1 99 0
## 699 0 1 99 0
## 700 0 1 99 0
## 701 0 1 99 0
## 702 0 1 99 0
## 703 0 1 99 0
## 704 0 1 99 0
## 705 0 1 99 0
## 706 0 1 99 0
## 707 0 1 99 0
## 708 0 1 99 0
## 709 0 1 99 0
## 710 0 1 99 0
## 711 0 1 99 0
## 712 0 1 99 0
## 713 0 1 99 0
## 714 0 1 99 0
## 715 0 1 99 0
## 716 0 1 99 0
## 717 0 1 99 0
## 718 0 1 99 0
## 719 0 1 99 0
## 720 0 1 99 0
## 721 0 1 99 0
## 722 0 1 99 0
## 723 0 1 99 0
## 724 0 1 99 0
## 725 0 1 99 0
## 726 0 1 99 0
## 727 0 1 99 0
## 728 0 1 99 0
## 729 0 1 99 0
## 730 0 1 99 0
## 731 0 1 99 0
## 732 0 1 99 0
## 733 0 1 99 0
## 734 0 1 99 0
## 735 0 1 99 0
## 736 0 1 99 0
## 737 0 1 99 0
## 738 0 1 99 0
## 739 0 1 99 0
## 740 0 1 99 0
## 741 0 1 99 0
## 742 0 1 99 0
## 743 0 1 99 0
## 744 0 1 99 0
## 745 0 1 99 0
## 746 0 1 99 0
## 747 0 1 99 0
## 748 0 1 99 0
## 749 0 1 99 0
## 750 0 1 99 0
## 751 0 1 99 0
## 752 0 1 99 0
## 753 0 1 99 0
## 754 0 1 99 0
## 755 0 1 99 0
## 756 0 1 99 0
## 757 0 1 99 0
## 758 0 1 99 0
## 759 0 1 99 0
## 760 0 1 99 0
## 761 0 1 99 0
## 762 0 1 99 0
## 763 0 1 99 0
## 764 0 1 99 0
## 765 0 1 99 0
## 766 0 1 99 0
## 767 0 1 99 0
## 768 0 1 99 0
## 769 0 1 99 0
## 770 0 1 99 0
## 771 0 1 99 0
## 772 0 1 99 0
## 773 0 1 99 0
## 774 0 1 99 0
## 775 0 1 99 0
## 776 0 1 99 0
## 777 1 0 13 1
## 778 1 0 13 1
## 779 1 0 13 1
## 780 1 0 13 1
## 781 1 0 13 1
## 782 1 0 13 1
## 783 1 0 13 1
## 784 1 0 13 1
## 785 1 0 13 1
## 786 1 0 13 1
## 787 1 0 13 1
## 788 1 0 13 1
## 789 1 0 13 1
## 790 1 0 13 1
## 791 1 0 13 1
## 792 1 0 13 1
## 793 1 0 13 1
## 794 1 0 13 1
## 795 1 0 13 1
## 796 1 0 13 1
## 797 1 0 13 1
## 798 1 0 13 1
## 799 1 0 13 1
## 800 1 0 13 1
## 801 1 0 13 1
## 802 1 0 13 1
## 803 1 0 13 1
## 804 1 0 13 1
## 805 1 0 13 1
## 806 1 0 13 1
## 807 1 0 13 1
## 808 1 0 13 1
## 809 1 0 13 1
## 810 1 0 13 1
## 811 1 0 13 1
## 812 1 0 13 1
## 813 1 0 13 1
## 814 1 0 13 1
## 815 1 0 13 1
## 816 1 0 13 1
## 817 1 0 13 1
## 818 1 0 13 1
## 819 1 0 13 1
## 820 1 0 13 1
## 821 1 0 13 1
## 822 1 0 13 1
## 823 1 0 13 1
## 824 0 1 97 0
## 825 0 1 97 0
## 826 0 1 97 0
## 827 0 1 97 0
## 828 0 1 97 0
## 829 0 1 97 0
## 830 0 1 97 0
## 831 0 1 97 0
## 832 0 1 97 0
## 833 0 1 97 0
## 834 0 1 97 0
## 835 0 1 97 0
## 836 0 1 97 0
## 837 0 1 97 0
## 838 0 1 97 0
## 839 0 1 97 0
## 840 0 1 97 0
## 841 0 1 97 0
## 842 0 1 97 0
## 843 0 1 97 0
## 844 0 1 97 0
## 845 0 1 97 0
## 846 0 1 97 0
## 847 0 1 97 0
## 848 0 1 97 0
## 849 0 1 97 0
## 850 0 1 97 0
## 851 0 1 97 0
## 852 0 1 97 0
## 853 0 1 97 0
## 854 0 1 97 0
## 855 0 1 97 0
## 856 0 1 97 0
## 857 0 1 97 0
## 858 0 1 97 0
## 859 0 1 97 0
## 860 0 1 97 0
## 861 0 1 97 0
## 862 0 1 97 0
## 863 0 1 97 0
## 864 0 1 97 0
## 865 0 1 97 0
## 866 0 1 96 0
## 867 0 1 96 0
## 868 0 1 96 0
## 869 0 1 96 0
## 870 0 1 96 0
## 871 0 1 96 0
## 872 0 1 96 0
## 873 0 1 96 0
## 874 0 1 96 0
## 875 0 1 96 0
## 876 0 1 96 0
## 877 0 1 96 0
## 878 0 1 96 0
## 879 0 1 96 0
## 880 0 1 96 0
## 881 0 1 96 0
## 882 0 1 96 0
## 883 0 1 96 0
## 884 0 1 96 0
## 885 0 1 96 0
## 886 0 1 96 0
## 887 0 1 96 0
## 888 0 1 96 0
## 889 0 1 96 0
## 890 0 1 96 0
## 891 0 1 96 0
## 892 0 1 96 0
## 893 0 1 96 0
## 894 0 1 96 0
## 895 0 1 96 0
## 896 0 1 96 0
## 897 0 1 96 0
## 898 0 1 96 0
## 899 0 1 96 0
## 900 0 1 96 0
## 901 0 1 96 0
## 902 0 1 96 0
## 903 0 1 96 0
## 904 0 1 96 0
## 905 0 1 96 0
## 906 0 1 96 0
## 907 0 1 96 0
## 908 0 1 96 0
## 909 0 1 96 0
## 910 0 1 96 0
## 911 0 1 96 0
## 912 0 1 96 0
## 913 0 1 96 0
## 914 0 1 96 0
## 915 0 1 96 0
## 916 0 1 96 0
## 917 0 1 96 0
## 918 0 1 96 0
## 919 0 1 96 0
## 920 0 1 67 0
## 921 0 1 67 0
## 922 0 1 67 0
## 923 0 1 67 0
## 924 0 1 67 0
## 925 0 1 67 0
## 926 0 1 67 0
## 927 0 1 67 0
## 928 0 1 67 0
## 929 0 1 67 0
## 930 0 1 67 0
## 931 0 1 67 0
## 932 0 1 67 0
## 933 0 1 67 0
## 934 0 1 67 0
## 935 0 1 67 0
## 936 0 1 67 0
## 937 0 1 67 0
## 938 0 1 67 0
## 939 0 1 67 0
## 940 0 1 67 0
## 941 0 1 67 0
## 942 0 1 67 0
## 943 0 1 67 0
## 944 0 1 67 0
## 945 0 1 67 0
## 946 0 1 67 0
## 947 0 1 67 0
## 948 0 1 67 0
## 949 0 1 67 0
## 950 0 1 67 0
## 951 0 1 67 0
## 952 0 1 67 0
## 953 0 1 67 0
## 954 0 1 67 0
## 955 0 1 67 0
## 956 0 1 67 0
## 957 0 1 67 0
## 958 0 1 67 0
## 959 0 1 67 0
## 960 0 1 67 0
## 961 0 1 67 0
## 962 0 1 67 0
## 963 0 1 67 0
## 964 0 1 67 0
## 965 0 1 67 0
## 966 0 1 67 0
## 967 0 1 67 0
## 968 0 1 67 0
## 969 0 1 67 0
## 970 0 1 67 0
## 971 0 1 67 0
## 972 0 1 67 0
## 973 1 0 52 0
## 974 1 0 52 0
## 975 1 0 52 0
## 976 1 0 52 0
## 977 1 0 52 0
## 978 1 0 52 0
## 979 1 0 52 0
## 980 1 0 52 0
## 981 1 0 52 0
## 982 1 0 52 0
## 983 1 0 52 0
## 984 1 0 52 0
## 985 1 0 52 0
## 986 1 0 52 0
## 987 1 0 52 0
## 988 1 0 52 0
## 989 1 0 52 0
## 990 1 0 52 0
## 991 1 0 52 0
## 992 1 0 52 0
## 993 1 0 52 0
## 994 1 0 52 0
## 995 1 0 52 0
## 996 1 0 52 0
## 997 1 0 52 0
## 998 1 0 52 0
## 999 1 0 52 0
## 1000 1 0 52 0
## 1001 1 0 52 0
## 1002 1 0 52 0
## 1003 1 0 52 0
## 1004 1 0 52 0
## 1005 1 0 52 0
## 1006 1 0 52 0
## 1007 1 0 52 0
## 1008 1 0 52 0
## 1009 1 0 52 0
## 1010 1 0 52 0
## 1011 1 0 52 0
## 1012 1 0 52 0
## 1013 1 0 52 0
## 1014 1 0 52 0
## 1015 1 0 52 0
## 1016 1 0 52 0
## 1017 1 0 52 0
## 1018 1 0 52 0
## 1019 1 0 52 0
## 1020 1 0 52 0
## 1021 1 0 52 0
## 1022 1 0 52 0
## 1023 1 0 52 0
## 1024 1 0 52 0
## 1025 1 0 52 0
## 1026 1 0 52 0
## 1027 1 0 52 0
## 1028 1 0 52 0
## 1029 1 0 52 0
## 1030 1 0 52 0
## 1031 1 0 52 0
## 1032 1 0 52 0
## 1033 0 0 37 0
## 1034 0 0 37 0
## 1035 0 0 37 0
## 1036 0 0 37 0
## 1037 0 0 37 0
## 1038 0 0 37 0
## 1039 0 0 37 0
## 1040 0 0 37 0
## 1041 0 0 37 0
## 1042 0 0 37 0
## 1043 0 0 37 0
## 1044 0 0 37 0
## 1045 0 0 37 0
## 1046 0 0 37 0
## 1047 0 0 37 0
## 1048 0 0 37 0
## 1049 0 0 37 0
## 1050 0 0 37 0
## 1051 0 0 37 0
## 1052 0 0 37 0
## 1053 0 0 37 0
## 1054 0 0 37 0
## 1055 0 0 37 0
## 1056 0 0 37 0
## 1057 0 0 37 0
## 1058 0 0 37 0
## 1059 0 0 37 0
## 1060 0 0 37 0
## 1061 0 0 37 0
## 1062 0 0 37 0
## 1063 0 0 37 0
## 1064 0 0 37 0
## 1065 0 0 37 0
## 1066 0 0 37 0
## 1067 0 0 37 0
## 1068 0 0 37 0
## 1069 0 0 37 0
## 1070 0 0 37 0
## 1071 0 0 37 0
## 1072 0 0 37 0
## 1073 0 0 37 0
## 1074 0 0 37 0
## 1075 0 0 37 0
## 1076 1 1 37 1
## 1077 1 1 37 1
## 1078 1 1 37 1
## 1079 1 1 37 1
## 1080 1 1 37 1
## 1081 1 1 37 1
## 1082 1 1 37 1
## 1083 1 1 37 1
## 1084 1 1 37 1
## 1085 1 1 37 1
## 1086 1 1 37 1
## 1087 1 1 37 1
## 1088 1 1 37 1
## 1089 1 1 37 1
## 1090 1 1 37 1
## 1091 1 1 37 1
## 1092 1 1 37 1
## 1093 1 1 37 1
## 1094 1 1 37 1
## 1095 1 1 37 1
## 1096 1 1 37 1
## 1097 1 1 37 1
## 1098 1 1 37 1
## 1099 1 1 37 1
## 1100 1 1 37 1
## 1101 1 1 37 1
## 1102 1 1 37 1
## 1103 1 1 37 1
## 1104 1 1 37 1
## 1105 1 1 37 1
## 1106 1 1 37 1
## 1107 1 1 37 1
## 1108 1 1 37 1
## 1109 1 1 37 1
## 1110 1 1 37 1
## 1111 1 1 37 1
## 1112 1 1 37 1
## 1113 1 1 37 1
## 1114 1 1 37 1
## 1115 1 1 37 1
## 1116 1 1 37 1
## 1117 0 1 33 0
## 1118 0 1 33 0
## 1119 0 1 33 0
## 1120 0 1 33 0
## 1121 0 1 33 0
## 1122 0 1 33 0
## 1123 0 1 33 0
## 1124 0 1 33 0
## 1125 0 1 33 0
## 1126 0 1 33 0
## 1127 0 1 33 0
## 1128 0 1 33 0
## 1129 0 1 33 0
## 1130 0 1 33 0
## 1131 0 1 33 0
## 1132 0 1 33 0
## 1133 0 1 33 0
## 1134 0 1 33 0
## 1135 0 1 33 0
## 1136 0 1 33 0
## 1137 0 1 33 0
## 1138 0 1 33 0
## 1139 0 1 33 0
## 1140 0 1 33 0
## 1141 0 1 33 0
## 1142 0 1 33 0
## 1143 0 1 33 0
## 1144 0 1 33 0
## 1145 0 1 33 0
## 1146 0 1 33 0
## 1147 0 1 33 0
## 1148 0 1 33 0
## 1149 0 1 33 0
## 1150 0 1 33 0
## 1151 0 1 33 0
## 1152 0 1 33 0
## 1153 0 1 33 0
## 1154 0 1 33 0
## 1155 0 1 33 0
## 1156 0 1 33 0
## 1157 0 1 33 0
## 1158 0 1 33 0
## 1159 0 1 33 0
## 1160 0 1 33 0
## 1161 0 1 33 0
## 1162 0 1 33 0
## 1163 0 1 33 0
## 1164 0 1 33 0
## 1165 0 1 33 0
## 1166 0 1 33 0
## 1167 0 1 33 0
## 1168 0 1 33 0
## 1169 0 1 33 0
## 1170 0 1 33 0
## 1171 1 0 51 0
## 1172 1 0 51 0
## 1173 1 0 51 0
## 1174 1 0 51 0
## 1175 1 0 51 0
## 1176 1 0 51 0
## 1177 1 0 51 0
## 1178 1 0 51 0
## 1179 1 0 51 0
## 1180 1 0 51 0
## 1181 1 0 51 0
## 1182 1 0 51 0
## 1183 1 0 51 0
## 1184 1 0 51 0
## 1185 1 0 51 0
## 1186 1 0 51 0
## 1187 1 0 51 0
## 1188 1 0 51 0
## 1189 1 0 51 0
## 1190 1 0 51 0
## 1191 1 0 51 0
## 1192 1 0 51 0
## 1193 1 0 51 0
## 1194 1 0 51 0
## 1195 1 0 51 0
## 1196 1 0 51 0
## 1197 1 0 51 0
## 1198 1 0 51 0
## 1199 1 0 51 0
## 1200 1 0 51 0
## 1201 1 0 51 0
## 1202 1 0 51 0
## 1203 1 0 51 0
## 1204 1 0 51 0
## 1205 1 0 51 0
## 1206 1 0 51 0
## 1207 1 0 51 0
## 1208 1 0 51 0
## 1209 1 0 51 0
## 1210 1 0 51 0
## 1211 1 0 51 0
## 1212 1 0 51 0
## 1213 1 0 51 0
## 1214 1 0 51 0
## 1215 1 0 51 0
## 1216 1 0 51 0
## 1217 1 0 51 0
## 1218 1 0 51 0
## 1219 1 0 51 0
## 1220 1 0 51 0
## 1221 1 0 99 0
## 1222 1 0 99 0
## 1223 1 0 99 0
## 1224 1 0 99 0
## 1225 1 0 99 0
## 1226 1 0 99 0
## 1227 1 0 99 0
## 1228 1 0 99 0
## 1229 1 0 99 0
## 1230 1 0 99 0
## 1231 1 0 99 0
## 1232 1 0 99 0
## 1233 1 0 99 0
## 1234 1 0 99 0
## 1235 1 0 99 0
## 1236 1 0 99 0
## 1237 1 0 99 0
## 1238 1 0 99 0
## 1239 1 0 99 0
## 1240 1 0 99 0
## 1241 1 0 99 0
## 1242 1 0 99 0
## 1243 1 0 99 0
## 1244 1 0 99 0
## 1245 1 0 99 0
## 1246 1 0 99 0
## 1247 1 0 99 0
## 1248 1 0 99 0
## 1249 1 0 99 0
## 1250 1 0 99 0
## 1251 1 0 99 0
## 1252 1 0 99 0
## 1253 1 0 99 0
## 1254 1 0 99 0
## 1255 1 0 99 0
## 1256 1 0 99 0
## 1257 1 0 99 0
## 1258 1 0 99 0
## 1259 1 0 99 0
## 1260 1 0 99 0
## 1261 1 0 99 0
## 1262 1 0 99 0
## 1263 1 0 99 0
## 1264 1 0 99 0
## 1265 1 0 99 0
## 1266 1 0 99 0
## 1267 1 0 99 0
## 1268 1 0 99 0
## 1269 1 0 99 0
## 1270 1 0 99 0
## 1271 1 0 99 0
## 1272 1 0 99 0
## 1273 0 1 7 0
## 1274 0 1 7 0
## 1275 0 1 7 0
## 1276 0 1 7 0
## 1277 0 1 7 0
## 1278 0 1 7 0
## 1279 0 1 7 0
## 1280 0 1 7 0
## 1281 0 1 7 0
## 1282 0 1 7 0
## 1283 0 1 7 0
## 1284 0 1 7 0
## 1285 0 1 7 0
## 1286 0 1 7 0
## 1287 0 1 7 0
## 1288 0 1 7 0
## 1289 0 1 7 0
## 1290 0 1 7 0
## 1291 0 1 7 0
## 1292 0 1 7 0
## 1293 0 1 7 0
## 1294 0 1 7 0
## 1295 0 1 7 0
## 1296 0 1 7 0
## 1297 0 1 7 0
## 1298 0 1 7 0
## 1299 0 1 7 0
## 1300 0 1 7 0
## 1301 0 1 7 0
## 1302 0 1 7 0
## 1303 0 1 7 0
## 1304 0 1 7 0
## 1305 0 1 7 0
## 1306 1 0 100 0
## 1307 1 0 100 0
## 1308 1 0 100 0
## 1309 1 0 100 0
## 1310 1 0 100 0
## 1311 1 0 100 0
## 1312 1 0 100 0
## 1313 1 0 100 0
## 1314 1 0 100 0
## 1315 1 0 100 0
## 1316 1 0 100 0
## 1317 1 0 100 0
## 1318 1 0 100 0
## 1319 1 0 100 0
## 1320 1 0 100 0
## 1321 1 0 100 0
## 1322 1 0 100 0
## 1323 1 0 100 0
## 1324 1 0 100 0
## 1325 1 0 100 0
## 1326 1 0 100 0
## 1327 1 0 100 0
## 1328 1 0 100 0
## 1329 1 0 100 0
## 1330 1 0 100 0
## 1331 1 0 100 0
## 1332 1 0 100 0
## 1333 1 0 100 0
## 1334 1 0 100 0
## 1335 1 0 100 0
## 1336 1 0 100 0
## 1337 1 0 100 0
## 1338 1 0 100 0
## 1339 1 0 100 0
## 1340 1 0 100 0
## 1341 1 0 100 0
## 1342 1 0 100 0
## 1343 1 0 100 0
## 1344 1 0 100 0
## 1345 1 0 100 0
## 1346 1 0 100 0
## 1347 1 0 100 0
## 1348 1 0 100 0
## 1349 1 0 100 0
## 1350 1 0 100 0
## 1351 1 0 100 0
## 1352 1 0 100 0
## 1353 1 0 100 0
## 1354 1 0 100 0
## 1355 1 0 100 0
## 1356 1 0 100 0
## 1357 1 0 100 0
## 1358 1 0 100 0
## 1359 1 0 100 0
## 1360 1 0 100 0
## 1361 0 0 89 0
## 1362 0 0 89 0
## 1363 0 0 89 0
## 1364 0 0 89 0
## 1365 0 0 89 0
## 1366 0 0 89 0
## 1367 0 0 89 0
## 1368 0 0 89 0
## 1369 0 0 89 0
## 1370 0 0 89 0
## 1371 0 0 89 0
## 1372 0 0 89 0
## 1373 0 0 89 0
## 1374 0 0 89 0
## 1375 0 0 89 0
## 1376 0 0 89 0
## 1377 0 0 89 0
## 1378 0 0 89 0
## 1379 0 0 89 0
## 1380 0 0 89 0
## 1381 0 0 89 0
## 1382 0 0 89 0
## 1383 0 0 89 0
## 1384 0 0 89 0
## 1385 0 0 89 0
## 1386 0 0 89 0
## 1387 0 0 89 0
## 1388 0 0 89 0
## 1389 0 0 89 0
## 1390 0 0 89 0
## 1391 0 0 89 0
## 1392 0 0 89 0
## 1393 0 0 89 0
## 1394 0 0 89 0
## 1395 0 0 89 0
## 1396 0 0 89 0
## 1397 0 0 89 0
## 1398 0 0 89 0
## 1399 0 0 89 0
## 1400 0 1 15 0
## 1401 0 1 15 0
## 1402 0 1 15 0
## 1403 0 1 15 0
## 1404 0 1 15 0
## 1405 0 1 15 0
## 1406 0 1 15 0
## 1407 0 1 15 0
## 1408 0 1 15 0
## 1409 0 1 15 0
## 1410 0 1 15 0
## 1411 0 1 15 0
## 1412 0 1 15 0
## 1413 0 1 15 0
## 1414 0 1 15 0
## 1415 0 1 15 0
## 1416 0 1 15 0
## 1417 0 1 15 0
## 1418 0 1 15 0
## 1419 0 1 15 0
## 1420 0 1 15 0
## 1421 0 1 15 0
## 1422 0 1 15 0
## 1423 0 1 15 0
## 1424 0 1 15 0
## 1425 0 1 15 0
## 1426 0 1 15 0
## 1427 0 1 15 0
## 1428 0 1 15 0
## 1429 0 1 15 0
## 1430 0 1 15 0
## 1431 0 1 15 0
## 1432 0 1 15 0
## 1433 0 1 15 0
## 1434 0 1 15 0
## 1435 0 1 15 0
## 1436 0 1 15 0
## 1437 0 1 15 0
## 1438 0 1 15 0
## 1439 0 1 31 0
## 1440 0 1 31 0
## 1441 0 1 31 0
## 1442 0 1 31 0
## 1443 0 1 31 0
## 1444 0 1 31 0
## 1445 0 1 31 0
## 1446 0 1 31 0
## 1447 0 1 31 0
## 1448 0 1 31 0
## 1449 0 1 31 0
## 1450 0 1 31 0
## 1451 0 1 31 0
## 1452 0 1 31 0
## 1453 0 1 31 0
## 1454 0 1 31 0
## 1455 0 1 31 0
## 1456 0 1 31 0
## 1457 0 1 31 0
## 1458 0 1 31 0
## 1459 0 1 31 0
## 1460 0 1 31 0
## 1461 0 1 31 0
## 1462 0 1 31 0
## 1463 0 1 31 0
## 1464 0 1 31 0
## 1465 0 1 31 0
## 1466 0 1 31 0
## 1467 0 1 31 0
## 1468 0 1 31 0
## 1469 0 1 31 0
## 1470 0 0 67 0
## [ reached 'max' / getOption("max.print") -- omitted 9618 rows ]
## gropd_df [4,111 × 4] (S3: grouped_df/tbl_df/tbl/data.frame)
## $ school_state : chr [1:4111] "California" "Colorado" "California" "Michigan" ...
## $ Tag : chr [1:4111] "time_pbl" "time_pbl" "practices_pbl" "time_accommodations" ...
## $ Total_Count : num [1:4111] 48 25 20 20 19 19 19 19 18 18 ...
## $ Unique_Schools: int [1:4111] 12 8 20 5 19 19 19 19 18 5 ...
## - attr(*, "groups")= tibble [43 × 2] (S3: tbl_df/tbl/data.frame)
## ..$ school_state: chr [1:43] "Alabama" "Arizona" "Arkansas" "California" ...
## ..$ .rows : list<int> [1:43]
## .. ..$ : int [1:75] 867 1455 1456 1457 1458 1459 1460 1461 1462 1463 ...
## .. ..$ : int [1:135] 70 92 129 130 171 172 173 174 175 176 ...
## .. ..$ : int [1:92] 394 884 885 886 887 888 889 890 891 892 ...
## .. ..$ : int [1:163] 1 3 5 6 7 8 9 10 16 17 ...
## .. ..$ : int [1:155] 2 11 32 33 34 45 46 47 48 58 ...
## .. ..$ : int [1:73] 308 309 942 943 944 945 946 947 948 1537 ...
## .. ..$ : int [1:40] 949 950 951 952 1546 2960 2961 2962 2963 2964 ...
## .. ..$ : int [1:123] 310 311 405 406 407 527 528 529 530 531 ...
## .. ..$ : int [1:82] 980 981 982 983 984 985 1561 1562 1563 1564 ...
## .. ..$ : int [1:119] 110 240 241 312 313 314 408 409 410 535 ...
## .. ..$ : int [1:82] 315 316 1018 1019 1020 1021 1022 1023 1024 1025 ...
## .. ..$ : int [1:102] 411 412 1027 1028 1029 1030 1031 1032 1033 1034 ...
## .. ..$ : int [1:93] 1041 1042 1043 1044 1045 1046 1047 1048 1049 1050 ...
## .. ..$ : int [1:111] 317 318 413 414 415 545 546 547 548 549 ...
## .. ..$ : int [1:47] 1070 1071 1072 1073 1074 3213 3214 3215 3216 3217 ...
## .. ..$ : int [1:65] 319 320 1075 1076 1077 1078 1079 1663 2326 2327 ...
## .. ..$ : int [1:42] 1080 1081 1082 1664 2355 3283 3284 3285 3286 3287 ...
## .. ..$ : int [1:85] 195 553 554 1083 1084 1085 1665 1666 1667 1668 ...
## .. ..$ : int [1:103] 111 321 416 555 720 721 722 723 724 725 ...
## .. ..$ : int [1:55] 1710 1711 1712 1713 1714 3373 3374 3375 3376 3377 ...
## .. ..$ : int [1:144] 12 13 22 62 63 64 65 66 82 83 ...
## .. ..$ : int [1:128] 4 49 118 158 159 203 204 205 206 253 ...
## .. ..$ : int [1:116] 119 334 335 336 447 448 449 571 572 573 ...
## .. ..$ : int [1:117] 260 450 451 452 453 582 583 584 585 586 ...
## .. ..$ : int [1:66] 593 1189 1190 1191 1192 1193 1779 1780 1781 1782 ...
## .. ..$ : int [1:64] 1194 1195 1196 1197 1198 1787 1788 1789 2497 2498 ...
## .. ..$ : int [1:122] 35 67 120 207 337 338 339 340 454 455 ...
## .. ..$ : int [1:140] 14 23 24 36 50 68 87 88 89 90 ...
## .. ..$ : int [1:121] 212 351 468 469 470 621 622 623 784 785 ...
## .. ..$ : int [1:57] 1273 1838 1839 2563 2564 3674 3675 3676 3677 3678 ...
## .. ..$ : int [1:39] 2565 2566 2567 2568 2569 3726 3727 3728 3729 3730 ...
## .. ..$ : int [1:122] 25 91 126 166 213 270 271 272 273 352 ...
## .. ..$ : int [1:88] 167 168 640 1287 1288 1289 1290 1291 1292 1293 ...
## .. ..$ : int [1:87] 51 127 483 484 485 641 1294 1295 1296 1297 ...
## .. ..$ : int [1:44] 2627 2628 2629 2630 2631 3829 3830 3831 3832 3833 ...
## .. ..$ : int [1:109] 364 806 807 808 809 1310 1311 1312 1313 1314 ...
## .. ..$ : int [1:149] 15 128 169 214 274 275 365 366 367 368 ...
## .. ..$ : int [1:63] 1351 1352 1353 1354 1355 1960 1961 1962 1963 1964 ...
## .. ..$ : int [1:111] 170 215 276 370 371 498 499 500 501 649 ...
## .. ..$ : int [1:105] 372 502 503 504 844 845 846 847 848 849 ...
## .. ..$ : int [1:105] 37 38 52 69 216 277 278 373 374 375 ...
## .. ..$ : int [1:99] 380 381 1413 1414 1415 1416 1417 1418 1419 1420 ...
## .. ..$ : int [1:73] 865 866 1453 1454 2041 2042 2043 2044 2045 2752 ...
## .. ..@ ptype: int(0)
## ..- attr(*, ".drop")= logi TRUE
Top states include 1. California with 1252 different tags 2 Colorado with 1014 3 Massachusetts with 903 4 New York with 791 5 Arizona with 641
| Tag | Total_Count |
|---|---|
| time_pbl | 296 |
| practices_pbl | 200 |
| practices_opportunities_mastery | 196 |
| practices_design_marginalized | 191 |
| practices_culturally_responsive | 188 |
| practices_sel_integrated | 186 |
| practices_all_courses_designed_for_inclusion | 183 |
| practices_community_partnerships | 183 |
| practices_restorative | 182 |
| practices_assessments_deeper | 174 |
| practices_mental_health | 173 |
| practices_performance_assessment | 172 |
| time_competency_education | 172 |
| time_community_partnerships | 169 |
| practices_assessments_sel | 168 |
| practices_mtss_academics | 165 |
| practices_accommodations | 164 |
| practices_interdisciplinary | 162 |
| practices_student_goals | 162 |
| practices_student_projects | 160 |
| practices_community_supports | 158 |
| practices_co_leaders | 157 |
| practices_hiring_equity | 157 |
| practices_advisories | 154 |
| practices_flexible_facilities | 154 |
| time_culturally_responsive | 154 |
| practices_competency_education | 152 |
| practices_trauma_informed | 149 |
| practices_blended_learning | 147 |
| practices_extended_learning | 147 |
| practices_grading_mastery | 147 |
| practices_tutoring | 147 |
| practices_flexible_staffing | 145 |
| practices_student_data | 145 |
| practices_learning_paths | 144 |
| practices_sel_curriculum | 144 |
| practices_career_prep | 142 |
| time_sel_integrated | 139 |
| practices_teachers_leaders | 137 |
| time_career_prep | 137 |
| practices_anti_racist | 135 |
| practices_student_pace | 135 |
| practices_udl | 135 |
| time_all_courses_designed_for_inclusion | 131 |
| practices_peer_to_peer | 130 |
| practices_student_conferences | 128 |
| practices_service_learning | 125 |
| time_design_marginalized | 123 |
| time_learning_paths | 123 |
| practices_mentoring | 120 |
| practices_multi_age | 118 |
| time_restorative | 118 |
| practices_social_justice | 117 |
| practices_elimination_tracking | 114 |
| practices_place_based | 114 |
| practices_competency_framework | 113 |
| time_accommodations | 113 |
| practices_reallocation_resources | 112 |
| practices_design_thinking | 106 |
| practices_adult_wellness | 105 |
| practices_advancement_mastery | 101 |
| practices_physical_well_being | 98 |
| practices_assessments_career | 96 |
| time_mtss_academics | 96 |
| practices_early_college | 90 |
| practices_makerspace | 88 |
| practices_students_leaders | 88 |
| time_interdisciplinary | 88 |
| time_design_thinking | 85 |
| core_pbl | 84 |
| time_multi_age | 83 |
| practices_disaggregated_participation_data | 81 |
| time_grading_mastery | 78 |
| time_anti_racist | 77 |
| time_trauma_informed | 76 |
| practices_expanded_open_hours | 74 |
| time_assessments_deeper | 73 |
| time_mentoring | 73 |
| practices_industry_credentials | 72 |
| time_advisories | 72 |
| time_co_leaders | 71 |
| time_sel_curriculum | 71 |
| time_blended_learning | 69 |
| time_early_college | 67 |
| time_flexible_facilities | 65 |
| time_udl | 63 |
| time_performance_assessment | 60 |
| time_place_based | 60 |
| time_social_justice | 57 |
| practices_interoperability | 56 |
| time_student_pace | 55 |
| time_hiring_equity | 54 |
| time_student_projects | 54 |
| core_competency_education | 53 |
| practices_assessments_agency | 53 |
| practices_families_leaders | 53 |
| time_community_supports | 51 |
| core_culturally_responsive | 50 |
| time_extended_learning | 49 |
| time_flexible_staffing | 49 |
| time_mental_health | 49 |
| core_community_partnerships | 47 |
| practices_station_rotation | 45 |
| time_opportunities_mastery | 45 |
| core_sel_integrated | 42 |
| practices_community_leaders | 41 |
| core_all_courses_designed_for_inclusion | 39 |
| core_career_prep | 38 |
| core_restorative | 38 |
| practices_flex | 38 |
| time_industry_credentials | 38 |
| core_design_marginalized | 37 |
| practices_assessments_bilingual | 37 |
| time_students_leaders | 37 |
| core_learning_paths | 36 |
| practices_industry_leaders | 36 |
| time_competency_framework | 36 |
| time_makerspace | 36 |
| time_student_conferences | 35 |
| time_advancement_mastery | 34 |
| time_assessments_agency | 32 |
| core_accommodations | 31 |
| core_mtss_academics | 31 |
| practices_dual_language | 31 |
| time_teachers_leaders | 31 |
| practices_a_la_carte | 30 |
| time_assessments_sel | 29 |
| core_grading_mastery | 26 |
| time_adult_wellness | 26 |
| time_dual_language | 26 |
| core_design_thinking | 25 |
| core_interdisciplinary | 25 |
| core_multi_age | 25 |
| time_tutoring | 25 |
| practices_flipped_classroom | 24 |
| time_student_goals | 24 |
| core_anti_racist | 23 |
| core_sel_curriculum | 23 |
| core_trauma_informed | 23 |
| core_advisories | 22 |
| core_assessments_deeper | 22 |
| core_blended_learning | 21 |
| core_early_college | 21 |
| core_mentoring | 21 |
| core_udl | 21 |
| core_co_leaders | 20 |
| core_flexible_facilities | 20 |
| core_place_based | 19 |
| practices_enriched_virtual | 19 |
| practices_translanguaging | 19 |
| time_elimination_tracking | 19 |
| time_station_rotation | 19 |
| time_student_data | 19 |
| time_assessments_career | 18 |
| core_extended_learning | 17 |
| core_hiring_equity | 17 |
| core_social_justice | 17 |
| core_student_pace | 17 |
| practices_heritage_language | 17 |
| core_community_supports | 16 |
| core_performance_assessment | 16 |
| core_student_projects | 16 |
| core_opportunities_mastery | 15 |
| core_flexible_staffing | 14 |
| core_mental_health | 14 |
| time_families_leaders | 14 |
| time_enriched_virtual | 12 |
| time_expanded_open_hours | 12 |
| time_physical_well_being | 12 |
| time_service_learning | 12 |
| core_industry_credentials | 11 |
| core_makerspace | 11 |
| core_students_leaders | 11 |
| time_interoperability | 11 |
| core_advancement_mastery | 10 |
| core_competency_framework | 10 |
| core_student_conferences | 10 |
| core_tutoring | 10 |
| core_assessments_agency | 9 |
| core_dual_language | 9 |
| core_teachers_leaders | 9 |
| core_adult_wellness | 8 |
| core_assessments_sel | 8 |
| core_student_goals | 8 |
| time_disaggregated_participation_data | 8 |
| time_reallocation_resources | 8 |
| core_station_rotation | 7 |
| core_student_data | 7 |
| time_flex | 7 |
| time_peer_to_peer | 7 |
| core_elimination_tracking | 6 |
| core_assessments_career | 5 |
| core_expanded_open_hours | 5 |
| practices_other_leaders | 5 |
| time_heritage_language | 5 |
| core_families_leaders | 4 |
| time_assessments_bilingual | 4 |
| time_industry_leaders | 4 |
| time_translanguaging | 4 |
| core_enriched_virtual | 3 |
| core_flex | 3 |
| core_interoperability | 3 |
| core_physical_well_being | 3 |
| core_service_learning | 3 |
| core_disaggregated_participation_data | 2 |
| core_heritage_language | 2 |
| core_peer_to_peer | 2 |
| core_reallocation_resources | 2 |
| time_a_la_carte | 2 |
| core_a_la_carte | 1 |
| core_assessments_bilingual | 1 |
| core_industry_leaders | 1 |
| core_translanguaging | 1 |
| school_state | Total_Count |
|---|---|
| California | 1252 |
| Colorado | 1014 |
| Massachusetts | 903 |
| New York | 791 |
| Arizona | 641 |
| Michigan | 579 |
| Pennsylvania | 569 |
| Texas | 558 |
| New Mexico | 501 |
| Georgia | 440 |
| Washington | 439 |
| Vermont | 397 |
| Minnesota | 394 |
| Missouri | 366 |
| District of Columbia | 359 |
| North Carolina | 354 |
| Indiana | 338 |
| Virginia | 314 |
| Maine | 312 |
| Wisconsin | 288 |
| Tennessee | 260 |
| Idaho | 256 |
| South Carolina | 252 |
| Arkansas | 224 |
| Rhode Island | 214 |
| Illinois | 197 |
| Louisiana | 188 |
| Hawaii | 172 |
| Connecticut | 149 |
| Florida | 133 |
| Kansas | 125 |
| NA | 119 |
| New Hampshire | 117 |
| Alabama | 111 |
| New Jersey | 106 |
| Utah | 106 |
| North Dakota | 66 |
| Maryland | 65 |
| Iowa | 62 |
| Delaware | 54 |
| Kentucky | 54 |
| South Dakota | 49 |
| Ohio | 44 |
| school_state | Tag | Total_Count |
|---|---|---|
| Arizona | time_competency_education | 13 |
| Arizona | practices_pbl | 12 |
| Arizona | practices_opportunities_mastery | 11 |
| Arizona | time_pbl | 11 |
| Arizona | practices_all_courses_designed_for_inclusion | 10 |
| Arizona | practices_assessments_deeper | 10 |
| Arizona | practices_competency_education | 10 |
| Arizona | practices_flexible_facilities | 10 |
| Arizona | practices_performance_assessment | 10 |
| Arizona | practices_student_goals | 10 |
| Arizona | practices_student_pace | 10 |
| Arizona | practices_accommodations | 9 |
| Arizona | practices_advancement_mastery | 9 |
| Arizona | practices_design_marginalized | 9 |
| Arizona | practices_flexible_staffing | 9 |
| Arizona | practices_learning_paths | 9 |
| Arizona | practices_mtss_academics | 9 |
| Arizona | practices_sel_integrated | 9 |
| Arizona | practices_tutoring | 9 |
| Arizona | time_accommodations | 9 |
| Arizona | practices_blended_learning | 8 |
| Arizona | practices_career_prep | 8 |
| Arizona | practices_co_leaders | 8 |
| Arizona | practices_grading_mastery | 8 |
| Arizona | practices_multi_age | 8 |
| Arizona | practices_restorative | 8 |
| Arizona | practices_student_data | 8 |
| Arizona | practices_student_projects | 8 |
| Arizona | practices_trauma_informed | 8 |
| Arizona | time_blended_learning | 8 |
| Arizona | time_learning_paths | 8 |
| Arizona | practices_advisories | 7 |
| Arizona | practices_assessments_sel | 7 |
| Arizona | practices_community_partnerships | 7 |
| Arizona | practices_community_supports | 7 |
| Arizona | practices_competency_framework | 7 |
| Arizona | practices_culturally_responsive | 7 |
| Arizona | practices_hiring_equity | 7 |
| Arizona | practices_interdisciplinary | 7 |
| Arizona | practices_sel_curriculum | 7 |
| Arizona | practices_teachers_leaders | 7 |
| Arizona | practices_udl | 7 |
| Arizona | time_grading_mastery | 7 |
| Arizona | practices_disaggregated_participation_data | 6 |
| Arizona | practices_early_college | 6 |
| Arizona | practices_expanded_open_hours | 6 |
| Arizona | practices_mentoring | 6 |
| Arizona | time_assessments_sel | 6 |
| Arizona | time_early_college | 6 |
| Arizona | time_multi_age | 6 |
| Arizona | time_student_pace | 6 |
| Arizona | practices_design_thinking | 5 |
| Arizona | practices_elimination_tracking | 5 |
| Arizona | practices_extended_learning | 5 |
| Arizona | practices_flex | 5 |
| Arizona | practices_industry_credentials | 5 |
| Arizona | practices_mental_health | 5 |
| Arizona | practices_peer_to_peer | 5 |
| Arizona | practices_student_conferences | 5 |
| Arizona | practices_students_leaders | 5 |
| Arizona | time_community_partnerships | 5 |
| Arizona | core_competency_education | 4 |
| Arizona | core_grading_mastery | 4 |
| Arizona | practices_assessments_agency | 4 |
| Arizona | practices_reallocation_resources | 4 |
| Arizona | practices_service_learning | 4 |
| Arizona | time_advisories | 4 |
| Arizona | time_all_courses_designed_for_inclusion | 4 |
| Arizona | time_co_leaders | 4 |
| Arizona | time_culturally_responsive | 4 |
| Arizona | time_elimination_tracking | 4 |
| Arizona | time_flex | 4 |
| Arizona | time_flexible_facilities | 4 |
| Arizona | time_industry_credentials | 4 |
| Arizona | time_opportunities_mastery | 4 |
| Arizona | time_social_justice | 4 |
| Arizona | time_student_projects | 4 |
| Arizona | core_accommodations | 3 |
| Arizona | core_blended_learning | 3 |
| Arizona | core_learning_paths | 3 |
| Arizona | core_pbl | 3 |
| Arizona | core_student_pace | 3 |
| Arizona | practices_adult_wellness | 3 |
| Arizona | practices_anti_racist | 3 |
| Arizona | practices_enriched_virtual | 3 |
| Arizona | practices_interoperability | 3 |
| Arizona | practices_place_based | 3 |
| Arizona | practices_social_justice | 3 |
| Arizona | practices_station_rotation | 3 |
| Arizona | time_advancement_mastery | 3 |
| Arizona | time_assessments_career | 3 |
| Arizona | time_mentoring | 3 |
| Arizona | time_station_rotation | 3 |
| Arizona | time_tutoring | 3 |
| Arizona | time_udl | 3 |
| Arizona | core_assessments_sel | 2 |
| Arizona | core_community_partnerships | 2 |
| Arizona | core_culturally_responsive | 2 |
| Arizona | core_early_college | 2 |
| Arizona | core_flex | 2 |
| Arizona | core_flexible_facilities | 2 |
| Arizona | core_multi_age | 2 |
| Arizona | practices_a_la_carte | 2 |
| Arizona | practices_assessments_career | 2 |
| Arizona | practices_families_leaders | 2 |
| Arizona | practices_flipped_classroom | 2 |
| Arizona | practices_makerspace | 2 |
| Arizona | practices_physical_well_being | 2 |
| Arizona | time_assessments_deeper | 2 |
| Arizona | time_restorative | 2 |
| Arizona | core_advancement_mastery | 1 |
| Arizona | core_advisories | 1 |
| Arizona | core_all_courses_designed_for_inclusion | 1 |
| Arizona | core_assessments_career | 1 |
| Arizona | core_assessments_deeper | 1 |
| Arizona | core_career_prep | 1 |
| Arizona | core_co_leaders | 1 |
| Arizona | core_elimination_tracking | 1 |
| Arizona | core_industry_credentials | 1 |
| Arizona | core_mentoring | 1 |
| Arizona | core_opportunities_mastery | 1 |
| Arizona | core_place_based | 1 |
| Arizona | core_restorative | 1 |
| Arizona | core_social_justice | 1 |
| Arizona | core_station_rotation | 1 |
| Arizona | core_student_projects | 1 |
| Arizona | core_tutoring | 1 |
| Arizona | core_udl | 1 |
| Arizona | practices_assessments_bilingual | 1 |
| Arizona | practices_community_leaders | 1 |
| Arizona | practices_dual_language | 1 |
| Arizona | practices_heritage_language | 1 |
| Arizona | practices_industry_leaders | 1 |
| Arizona | time_career_prep | 1 |
| Arizona | time_place_based | 1 |
| California | time_pbl | 48 |
| California | practices_pbl | 20 |
| California | practices_assessments_deeper | 19 |
| California | practices_assessments_sel | 19 |
| California | practices_opportunities_mastery | 19 |
| California | practices_sel_integrated | 19 |
| California | practices_restorative | 18 |
| California | time_all_courses_designed_for_inclusion | 18 |
| California | practices_all_courses_designed_for_inclusion | 17 |
| California | practices_anti_racist | 17 |
| California | practices_culturally_responsive | 17 |
| California | practices_interdisciplinary | 17 |
| California | practices_performance_assessment | 17 |
| California | practices_student_projects | 17 |
| California | practices_competency_education | 16 |
| California | practices_hiring_equity | 16 |
| California | practices_sel_curriculum | 16 |
| California | practices_student_conferences | 16 |
| California | time_accommodations | 16 |
| California | time_learning_paths | 16 |
| California | practices_accommodations | 15 |
| California | practices_advisories | 15 |
| California | practices_co_leaders | 15 |
| California | practices_design_marginalized | 15 |
| California | practices_mental_health | 15 |
| California | time_multi_age | 15 |
| California | practices_flexible_facilities | 14 |
| California | practices_grading_mastery | 14 |
| California | practices_mtss_academics | 14 |
| California | practices_social_justice | 14 |
| California | practices_teachers_leaders | 14 |
| California | practices_community_partnerships | 13 |
| California | practices_peer_to_peer | 13 |
| California | practices_student_goals | 13 |
| California | practices_udl | 13 |
| California | time_anti_racist | 13 |
| California | core_pbl | 12 |
| California | practices_community_supports | 12 |
| California | practices_learning_paths | 12 |
| California | time_career_prep | 12 |
| California | time_co_leaders | 12 |
| California | time_design_thinking | 12 |
| California | time_interdisciplinary | 12 |
| California | time_sel_curriculum | 12 |
| California | practices_advancement_mastery | 11 |
| California | practices_elimination_tracking | 11 |
| California | practices_extended_learning | 11 |
| California | practices_mentoring | 11 |
| California | practices_reallocation_resources | 11 |
| California | time_performance_assessment | 11 |
| California | practices_blended_learning | 10 |
| California | practices_design_thinking | 10 |
| California | practices_service_learning | 10 |
| California | practices_student_data | 10 |
| California | practices_trauma_informed | 10 |
| California | practices_tutoring | 10 |
| California | time_flexible_facilities | 10 |
| California | practices_adult_wellness | 9 |
| California | practices_competency_framework | 9 |
| California | practices_disaggregated_participation_data | 9 |
| California | practices_makerspace | 9 |
| California | practices_place_based | 9 |
| California | practices_students_leaders | 9 |
| California | time_restorative | 9 |
| California | practices_career_prep | 8 |
| California | practices_families_leaders | 8 |
| California | practices_flexible_staffing | 8 |
| California | practices_multi_age | 8 |
| California | practices_physical_well_being | 8 |
| California | time_advisories | 8 |
| California | time_design_marginalized | 8 |
| California | time_flexible_staffing | 8 |
| California | time_makerspace | 8 |
| California | time_sel_integrated | 8 |
| California | practices_interoperability | 7 |
| California | practices_student_pace | 7 |
| California | time_community_partnerships | 7 |
| California | time_culturally_responsive | 7 |
| California | time_hiring_equity | 7 |
| California | practices_assessments_career | 6 |
| California | time_grading_mastery | 6 |
| California | time_mtss_academics | 6 |
| California | time_opportunities_mastery | 6 |
| California | core_all_courses_designed_for_inclusion | 5 |
| California | practices_expanded_open_hours | 5 |
| California | practices_industry_leaders | 5 |
| California | time_advancement_mastery | 5 |
| California | time_community_supports | 5 |
| California | time_mentoring | 5 |
| California | core_accommodations | 4 |
| California | core_anti_racist | 4 |
| California | core_learning_paths | 4 |
| California | core_multi_age | 4 |
| California | practices_station_rotation | 4 |
| California | time_adult_wellness | 4 |
| California | time_assessments_deeper | 4 |
| California | time_assessments_sel | 4 |
| California | time_blended_learning | 4 |
| California | time_competency_framework | 4 |
| California | time_dual_language | 4 |
| California | time_early_college | 4 |
| California | time_elimination_tracking | 4 |
| California | time_peer_to_peer | 4 |
| California | time_social_justice | 4 |
| California | time_student_conferences | 4 |
| California | time_student_pace | 4 |
| California | time_student_projects | 4 |
| California | time_udl | 4 |
| California | core_advisories | 3 |
| California | core_career_prep | 3 |
| California | core_co_leaders | 3 |
| California | core_design_thinking | 3 |
| California | core_flexible_facilities | 3 |
| California | core_grading_mastery | 3 |
| California | core_interdisciplinary | 3 |
| California | core_performance_assessment | 3 |
| California | core_restorative | 3 |
| California | core_sel_curriculum | 3 |
| California | practices_assessments_agency | 3 |
| California | practices_assessments_bilingual | 3 |
| California | practices_community_leaders | 3 |
| California | practices_dual_language | 3 |
| California | practices_early_college | 3 |
| California | practices_flex | 3 |
| California | practices_translanguaging | 3 |
| California | time_competency_education | 3 |
| California | time_student_goals | 3 |
| California | core_advancement_mastery | 2 |
| California | core_community_partnerships | 2 |
| California | core_community_supports | 2 |
| California | core_competency_education | 2 |
| California | core_culturally_responsive | 2 |
| California | core_design_marginalized | 2 |
| California | core_flexible_staffing | 2 |
| California | core_hiring_equity | 2 |
| California | core_makerspace | 2 |
| California | core_mentoring | 2 |
| California | core_mtss_academics | 2 |
| California | core_opportunities_mastery | 2 |
| California | core_sel_integrated | 2 |
| California | practices_heritage_language | 2 |
| California | practices_industry_credentials | 2 |
| California | time_tutoring | 2 |
| California | core_adult_wellness | 1 |
| California | core_assessments_deeper | 1 |
| California | core_assessments_sel | 1 |
| California | core_blended_learning | 1 |
| California | core_competency_framework | 1 |
| California | core_dual_language | 1 |
| California | core_early_college | 1 |
| California | core_elimination_tracking | 1 |
| California | core_peer_to_peer | 1 |
| California | core_social_justice | 1 |
| California | core_student_conferences | 1 |
| California | core_student_goals | 1 |
| California | core_student_pace | 1 |
| California | core_student_projects | 1 |
| California | core_tutoring | 1 |
| California | core_udl | 1 |
| California | practices_a_la_carte | 1 |
| California | practices_enriched_virtual | 1 |
| California | practices_flipped_classroom | 1 |
| California | practices_other_leaders | 1 |
| Colorado | time_pbl | 25 |
| Colorado | time_community_partnerships | 18 |
| Colorado | practices_opportunities_mastery | 16 |
| Colorado | practices_restorative | 16 |
| Colorado | practices_student_projects | 16 |
| Colorado | practices_community_partnerships | 15 |
| Colorado | practices_design_marginalized | 15 |
| Colorado | practices_interdisciplinary | 15 |
| Colorado | practices_pbl | 15 |
| Colorado | practices_culturally_responsive | 14 |
| Colorado | time_competency_education | 14 |
| Colorado | time_design_marginalized | 14 |
| Colorado | time_learning_paths | 14 |
| Colorado | practices_all_courses_designed_for_inclusion | 13 |
| Colorado | practices_assessments_sel | 13 |
| Colorado | practices_multi_age | 13 |
| Colorado | practices_peer_to_peer | 13 |
| Colorado | practices_sel_integrated | 13 |
| Colorado | practices_student_goals | 13 |
| Colorado | practices_accommodations | 12 |
| Colorado | practices_assessments_deeper | 12 |
| Colorado | practices_co_leaders | 12 |
| Colorado | practices_competency_education | 12 |
| Colorado | practices_grading_mastery | 12 |
| Colorado | practices_hiring_equity | 12 |
| Colorado | practices_performance_assessment | 12 |
| Colorado | practices_student_pace | 12 |
| Colorado | practices_trauma_informed | 12 |
| Colorado | practices_advisories | 11 |
| Colorado | practices_design_thinking | 11 |
| Colorado | practices_flexible_facilities | 11 |
| Colorado | practices_makerspace | 11 |
| Colorado | practices_mental_health | 11 |
| Colorado | practices_mtss_academics | 11 |
| Colorado | practices_sel_curriculum | 11 |
| Colorado | practices_service_learning | 11 |
| Colorado | practices_student_data | 11 |
| Colorado | practices_teachers_leaders | 11 |
| Colorado | time_interdisciplinary | 11 |
| Colorado | time_restorative | 11 |
| Colorado | time_student_projects | 11 |
| Colorado | practices_adult_wellness | 10 |
| Colorado | practices_anti_racist | 10 |
| Colorado | practices_blended_learning | 10 |
| Colorado | practices_career_prep | 10 |
| Colorado | practices_extended_learning | 10 |
| Colorado | practices_learning_paths | 10 |
| Colorado | practices_student_conferences | 10 |
| Colorado | practices_udl | 10 |
| Colorado | time_career_prep | 10 |
| Colorado | time_mentoring | 10 |
| Colorado | practices_community_supports | 9 |
| Colorado | practices_competency_framework | 9 |
| Colorado | practices_elimination_tracking | 9 |
| Colorado | practices_flexible_staffing | 9 |
| Colorado | practices_mentoring | 9 |
| Colorado | practices_social_justice | 9 |
| Colorado | time_sel_integrated | 9 |
| Colorado | core_pbl | 8 |
| Colorado | practices_assessments_agency | 8 |
| Colorado | practices_physical_well_being | 8 |
| Colorado | practices_place_based | 8 |
| Colorado | practices_reallocation_resources | 8 |
| Colorado | time_accommodations | 8 |
| Colorado | time_sel_curriculum | 8 |
| Colorado | time_trauma_informed | 8 |
| Colorado | practices_industry_credentials | 7 |
| Colorado | practices_students_leaders | 7 |
| Colorado | practices_tutoring | 7 |
| Colorado | time_blended_learning | 7 |
| Colorado | time_multi_age | 7 |
| Colorado | core_competency_education | 6 |
| Colorado | practices_advancement_mastery | 6 |
| Colorado | practices_assessments_career | 6 |
| Colorado | time_hiring_equity | 6 |
| Colorado | core_community_partnerships | 5 |
| Colorado | core_learning_paths | 5 |
| Colorado | practices_families_leaders | 5 |
| Colorado | time_all_courses_designed_for_inclusion | 5 |
| Colorado | core_design_marginalized | 4 |
| Colorado | practices_early_college | 4 |
| Colorado | time_assessments_career | 4 |
| Colorado | time_co_leaders | 4 |
| Colorado | time_early_college | 4 |
| Colorado | time_expanded_open_hours | 4 |
| Colorado | time_extended_learning | 4 |
| Colorado | time_flexible_staffing | 4 |
| Colorado | time_mental_health | 4 |
| Colorado | time_mtss_academics | 4 |
| Colorado | time_reallocation_resources | 4 |
| Colorado | time_service_learning | 4 |
| Colorado | time_student_conferences | 4 |
| Colorado | time_student_goals | 4 |
| Colorado | time_student_pace | 4 |
| Colorado | time_students_leaders | 4 |
| Colorado | time_udl | 4 |
| Colorado | core_career_prep | 3 |
| Colorado | core_interdisciplinary | 3 |
| Colorado | core_mentoring | 3 |
| Colorado | core_restorative | 3 |
| Colorado | core_sel_integrated | 3 |
| Colorado | core_student_projects | 3 |
| Colorado | practices_expanded_open_hours | 3 |
| Colorado | practices_industry_leaders | 3 |
| Colorado | practices_interoperability | 3 |
| Colorado | practices_station_rotation | 3 |
| Colorado | time_anti_racist | 3 |
| Colorado | time_flexible_facilities | 3 |
| Colorado | time_student_data | 3 |
| Colorado | core_accommodations | 2 |
| Colorado | core_all_courses_designed_for_inclusion | 2 |
| Colorado | core_blended_learning | 2 |
| Colorado | core_hiring_equity | 2 |
| Colorado | core_multi_age | 2 |
| Colorado | core_sel_curriculum | 2 |
| Colorado | core_student_data | 2 |
| Colorado | core_student_pace | 2 |
| Colorado | core_trauma_informed | 2 |
| Colorado | practices_a_la_carte | 2 |
| Colorado | practices_assessments_bilingual | 2 |
| Colorado | practices_disaggregated_participation_data | 2 |
| Colorado | practices_flex | 2 |
| Colorado | practices_flipped_classroom | 2 |
| Colorado | time_design_thinking | 2 |
| Colorado | time_elimination_tracking | 2 |
| Colorado | time_industry_credentials | 2 |
| Colorado | time_makerspace | 2 |
| Colorado | time_place_based | 2 |
| Colorado | core_adult_wellness | 1 |
| Colorado | core_anti_racist | 1 |
| Colorado | core_assessments_career | 1 |
| Colorado | core_co_leaders | 1 |
| Colorado | core_design_thinking | 1 |
| Colorado | core_early_college | 1 |
| Colorado | core_elimination_tracking | 1 |
| Colorado | core_expanded_open_hours | 1 |
| Colorado | core_extended_learning | 1 |
| Colorado | core_flexible_facilities | 1 |
| Colorado | core_flexible_staffing | 1 |
| Colorado | core_industry_credentials | 1 |
| Colorado | core_makerspace | 1 |
| Colorado | core_mental_health | 1 |
| Colorado | core_mtss_academics | 1 |
| Colorado | core_place_based | 1 |
| Colorado | core_reallocation_resources | 1 |
| Colorado | core_service_learning | 1 |
| Colorado | core_student_conferences | 1 |
| Colorado | core_student_goals | 1 |
| Colorado | core_students_leaders | 1 |
| Colorado | core_udl | 1 |
| Colorado | practices_community_leaders | 1 |
| Colorado | practices_enriched_virtual | 1 |
| Colorado | practices_heritage_language | 1 |
| Colorado | practices_translanguaging | 1 |
| Colorado | time_adult_wellness | 1 |
| Massachusetts | time_community_partnerships | 18 |
| Massachusetts | time_culturally_responsive | 18 |
| Massachusetts | time_competency_education | 17 |
| Massachusetts | practices_all_courses_designed_for_inclusion | 14 |
| Massachusetts | practices_culturally_responsive | 14 |
| Massachusetts | practices_hiring_equity | 14 |
| Massachusetts | time_design_marginalized | 14 |
| Massachusetts | time_pbl | 14 |
| Massachusetts | practices_community_partnerships | 13 |
| Massachusetts | practices_community_supports | 13 |
| Massachusetts | practices_design_marginalized | 13 |
| Massachusetts | practices_pbl | 13 |
| Massachusetts | time_career_prep | 13 |
| Massachusetts | practices_accommodations | 12 |
| Massachusetts | practices_career_prep | 12 |
| Massachusetts | practices_co_leaders | 12 |
| Massachusetts | practices_mental_health | 12 |
| Massachusetts | practices_performance_assessment | 12 |
| Massachusetts | time_trauma_informed | 12 |
| Massachusetts | practices_advisories | 11 |
| Massachusetts | practices_anti_racist | 11 |
| Massachusetts | practices_competency_education | 11 |
| Massachusetts | practices_grading_mastery | 11 |
| Massachusetts | practices_interdisciplinary | 11 |
| Massachusetts | practices_opportunities_mastery | 11 |
| Massachusetts | practices_restorative | 11 |
| Massachusetts | time_anti_racist | 11 |
| Massachusetts | practices_competency_framework | 10 |
| Massachusetts | practices_flexible_staffing | 10 |
| Massachusetts | practices_mtss_academics | 10 |
| Massachusetts | practices_multi_age | 10 |
| Massachusetts | practices_student_goals | 10 |
| Massachusetts | practices_teachers_leaders | 10 |
| Massachusetts | practices_tutoring | 10 |
| Massachusetts | practices_advancement_mastery | 9 |
| Massachusetts | practices_early_college | 9 |
| Massachusetts | practices_extended_learning | 9 |
| Massachusetts | practices_flexible_facilities | 9 |
| Massachusetts | practices_learning_paths | 9 |
| Massachusetts | practices_sel_integrated | 9 |
| Massachusetts | practices_social_justice | 9 |
| Massachusetts | practices_student_data | 9 |
| Massachusetts | practices_student_pace | 9 |
| Massachusetts | practices_trauma_informed | 9 |
| Massachusetts | practices_udl | 9 |
| Massachusetts | practices_assessments_career | 8 |
| Massachusetts | practices_elimination_tracking | 8 |
| Massachusetts | practices_peer_to_peer | 8 |
| Massachusetts | practices_reallocation_resources | 8 |
| Massachusetts | practices_student_projects | 8 |
| Massachusetts | time_advisories | 8 |
| Massachusetts | time_community_supports | 8 |
| Massachusetts | time_grading_mastery | 8 |
| Massachusetts | practices_adult_wellness | 7 |
| Massachusetts | practices_assessments_deeper | 7 |
| Massachusetts | practices_assessments_sel | 7 |
| Massachusetts | practices_blended_learning | 7 |
| Massachusetts | practices_expanded_open_hours | 7 |
| Massachusetts | practices_mentoring | 7 |
| Massachusetts | practices_place_based | 7 |
| Massachusetts | practices_students_leaders | 7 |
| Massachusetts | time_interdisciplinary | 7 |
| Massachusetts | time_learning_paths | 7 |
| Massachusetts | time_mtss_academics | 7 |
| Massachusetts | time_performance_assessment | 7 |
| Massachusetts | time_student_projects | 7 |
| Massachusetts | practices_design_thinking | 6 |
| Massachusetts | practices_industry_credentials | 6 |
| Massachusetts | practices_student_conferences | 6 |
| Massachusetts | time_mentoring | 6 |
| Massachusetts | time_multi_age | 6 |
| Massachusetts | time_teachers_leaders | 6 |
| Massachusetts | core_community_partnerships | 5 |
| Massachusetts | core_competency_education | 5 |
| Massachusetts | core_culturally_responsive | 5 |
| Massachusetts | practices_disaggregated_participation_data | 5 |
| Massachusetts | practices_dual_language | 5 |
| Massachusetts | practices_makerspace | 5 |
| Massachusetts | practices_physical_well_being | 5 |
| Massachusetts | practices_sel_curriculum | 5 |
| Massachusetts | time_sel_integrated | 5 |
| Massachusetts | core_career_prep | 4 |
| Massachusetts | core_design_marginalized | 4 |
| Massachusetts | core_pbl | 4 |
| Massachusetts | practices_assessments_bilingual | 4 |
| Massachusetts | practices_interoperability | 4 |
| Massachusetts | practices_translanguaging | 4 |
| Massachusetts | time_assessments_agency | 4 |
| Massachusetts | time_co_leaders | 4 |
| Massachusetts | time_dual_language | 4 |
| Massachusetts | time_early_college | 4 |
| Massachusetts | time_flexible_facilities | 4 |
| Massachusetts | time_interoperability | 4 |
| Massachusetts | time_makerspace | 4 |
| Massachusetts | time_mental_health | 4 |
| Massachusetts | time_physical_well_being | 4 |
| Massachusetts | time_restorative | 4 |
| Massachusetts | time_social_justice | 4 |
| Massachusetts | time_student_pace | 4 |
| Massachusetts | core_anti_racist | 3 |
| Massachusetts | core_trauma_informed | 3 |
| Massachusetts | practices_heritage_language | 3 |
| Massachusetts | practices_service_learning | 3 |
| Massachusetts | time_competency_framework | 3 |
| Massachusetts | time_hiring_equity | 3 |
| Massachusetts | core_advisories | 2 |
| Massachusetts | core_community_supports | 2 |
| Massachusetts | core_early_college | 2 |
| Massachusetts | core_grading_mastery | 2 |
| Massachusetts | core_interdisciplinary | 2 |
| Massachusetts | core_learning_paths | 2 |
| Massachusetts | core_mentoring | 2 |
| Massachusetts | core_mtss_academics | 2 |
| Massachusetts | core_multi_age | 2 |
| Massachusetts | core_performance_assessment | 2 |
| Massachusetts | core_sel_integrated | 2 |
| Massachusetts | core_student_projects | 2 |
| Massachusetts | core_teachers_leaders | 2 |
| Massachusetts | practices_a_la_carte | 2 |
| Massachusetts | practices_enriched_virtual | 2 |
| Massachusetts | practices_families_leaders | 2 |
| Massachusetts | practices_flex | 2 |
| Massachusetts | practices_flipped_classroom | 2 |
| Massachusetts | time_all_courses_designed_for_inclusion | 2 |
| Massachusetts | time_assessments_deeper | 2 |
| Massachusetts | time_expanded_open_hours | 2 |
| Massachusetts | core_all_courses_designed_for_inclusion | 1 |
| Massachusetts | core_assessments_agency | 1 |
| Massachusetts | core_assessments_deeper | 1 |
| Massachusetts | core_co_leaders | 1 |
| Massachusetts | core_competency_framework | 1 |
| Massachusetts | core_dual_language | 1 |
| Massachusetts | core_expanded_open_hours | 1 |
| Massachusetts | core_flexible_facilities | 1 |
| Massachusetts | core_hiring_equity | 1 |
| Massachusetts | core_interoperability | 1 |
| Massachusetts | core_makerspace | 1 |
| Massachusetts | core_mental_health | 1 |
| Massachusetts | core_physical_well_being | 1 |
| Massachusetts | core_restorative | 1 |
| Massachusetts | core_social_justice | 1 |
| Massachusetts | core_student_pace | 1 |
| Massachusetts | practices_assessments_agency | 1 |
| Massachusetts | practices_industry_leaders | 1 |
| New York | time_all_courses_designed_for_inclusion | 18 |
| New York | time_culturally_responsive | 17 |
| New York | time_restorative | 17 |
| New York | time_competency_education | 16 |
| New York | practices_culturally_responsive | 15 |
| New York | time_design_marginalized | 14 |
| New York | practices_all_courses_designed_for_inclusion | 13 |
| New York | practices_pbl | 13 |
| New York | practices_peer_to_peer | 13 |
| New York | practices_sel_integrated | 13 |
| New York | practices_assessments_deeper | 12 |
| New York | practices_design_marginalized | 12 |
| New York | time_assessments_deeper | 12 |
| New York | time_pbl | 12 |
| New York | time_performance_assessment | 12 |
| New York | practices_advisories | 11 |
| New York | practices_anti_racist | 11 |
| New York | practices_opportunities_mastery | 11 |
| New York | practices_restorative | 11 |
| New York | practices_student_data | 11 |
| New York | time_sel_integrated | 11 |
| New York | practices_community_supports | 10 |
| New York | practices_hiring_equity | 10 |
| New York | practices_sel_curriculum | 10 |
| New York | practices_student_projects | 10 |
| New York | practices_assessments_sel | 9 |
| New York | practices_design_thinking | 9 |
| New York | practices_flexible_facilities | 9 |
| New York | practices_mental_health | 9 |
| New York | practices_mentoring | 9 |
| New York | practices_mtss_academics | 9 |
| New York | practices_performance_assessment | 9 |
| New York | practices_social_justice | 9 |
| New York | practices_trauma_informed | 9 |
| New York | practices_adult_wellness | 8 |
| New York | practices_co_leaders | 8 |
| New York | practices_grading_mastery | 8 |
| New York | practices_interdisciplinary | 8 |
| New York | practices_student_conferences | 8 |
| New York | practices_student_goals | 8 |
| New York | time_accommodations | 8 |
| New York | time_advisories | 8 |
| New York | time_career_prep | 8 |
| New York | time_mentoring | 8 |
| New York | practices_career_prep | 7 |
| New York | practices_extended_learning | 7 |
| New York | practices_learning_paths | 7 |
| New York | practices_teachers_leaders | 7 |
| New York | practices_tutoring | 7 |
| New York | practices_udl | 7 |
| New York | time_design_thinking | 7 |
| New York | core_culturally_responsive | 6 |
| New York | practices_assessments_career | 6 |
| New York | practices_community_partnerships | 6 |
| New York | practices_competency_education | 6 |
| New York | practices_elimination_tracking | 6 |
| New York | practices_flexible_staffing | 6 |
| New York | practices_interoperability | 6 |
| New York | time_anti_racist | 6 |
| New York | time_students_leaders | 6 |
| New York | core_all_courses_designed_for_inclusion | 5 |
| New York | core_restorative | 5 |
| New York | practices_accommodations | 5 |
| New York | practices_blended_learning | 5 |
| New York | practices_competency_framework | 5 |
| New York | practices_physical_well_being | 5 |
| New York | practices_reallocation_resources | 5 |
| New York | core_assessments_deeper | 4 |
| New York | core_competency_education | 4 |
| New York | core_design_marginalized | 4 |
| New York | practices_advancement_mastery | 4 |
| New York | practices_disaggregated_participation_data | 4 |
| New York | practices_early_college | 4 |
| New York | practices_makerspace | 4 |
| New York | practices_service_learning | 4 |
| New York | practices_student_pace | 4 |
| New York | practices_students_leaders | 4 |
| New York | time_adult_wellness | 4 |
| New York | time_assessments_sel | 4 |
| New York | time_co_leaders | 4 |
| New York | time_community_supports | 4 |
| New York | time_dual_language | 4 |
| New York | time_extended_learning | 4 |
| New York | time_flexible_staffing | 4 |
| New York | time_hiring_equity | 4 |
| New York | time_interdisciplinary | 4 |
| New York | time_mental_health | 4 |
| New York | time_mtss_academics | 4 |
| New York | time_translanguaging | 4 |
| New York | core_pbl | 3 |
| New York | core_performance_assessment | 3 |
| New York | core_sel_integrated | 3 |
| New York | practices_a_la_carte | 3 |
| New York | practices_assessments_bilingual | 3 |
| New York | practices_expanded_open_hours | 3 |
| New York | practices_multi_age | 3 |
| New York | practices_place_based | 3 |
| New York | time_sel_curriculum | 3 |
| New York | time_station_rotation | 3 |
| New York | core_accommodations | 2 |
| New York | core_advisories | 2 |
| New York | core_anti_racist | 2 |
| New York | core_career_prep | 2 |
| New York | core_design_thinking | 2 |
| New York | core_mentoring | 2 |
| New York | core_students_leaders | 2 |
| New York | practices_assessments_agency | 2 |
| New York | practices_dual_language | 2 |
| New York | practices_families_leaders | 2 |
| New York | practices_flipped_classroom | 2 |
| New York | practices_station_rotation | 2 |
| New York | practices_translanguaging | 2 |
| New York | time_opportunities_mastery | 2 |
| New York | time_student_conferences | 2 |
| New York | time_trauma_informed | 2 |
| New York | time_tutoring | 2 |
| New York | time_udl | 2 |
| New York | core_adult_wellness | 1 |
| New York | core_assessments_sel | 1 |
| New York | core_co_leaders | 1 |
| New York | core_community_supports | 1 |
| New York | core_dual_language | 1 |
| New York | core_extended_learning | 1 |
| New York | core_flexible_staffing | 1 |
| New York | core_hiring_equity | 1 |
| New York | core_interdisciplinary | 1 |
| New York | core_mental_health | 1 |
| New York | core_mtss_academics | 1 |
| New York | core_opportunities_mastery | 1 |
| New York | core_sel_curriculum | 1 |
| New York | core_social_justice | 1 |
| New York | core_station_rotation | 1 |
| New York | core_student_conferences | 1 |
| New York | core_translanguaging | 1 |
| New York | core_trauma_informed | 1 |
| New York | core_tutoring | 1 |
| New York | core_udl | 1 |
| New York | practices_community_leaders | 1 |
| New York | practices_industry_leaders | 1 |
| New York | time_social_justice | 1 |